Bitwise-01 / Pulse-

Brute Force For Facebook,Instagram & Twitter
472 stars 93 forks source link

add total password Count & time #9

Closed Mehran closed 7 years ago

Mehran commented 7 years ago

can you add total password count and start time count under here

print '  {}[-] Web-Site: {}{}'.format(W,G,website)
  print '  {}[-] Proxy Ip: {}{}'.format(W,G,proxyIp)
  print '  {}[-] Wordlist: {}{}'.format(W,G,wordlist)
  print '  {}[-] Username: {}{}'.format(W,G,username)
  print '  {}[-] Password: {}{}'.format(W,G,password)
  print '  {}[-] Attempts: {}{}'.format(W,G,attempts)
Bitwise-01 commented 7 years ago

can you explain what you mean by that

Mehran commented 7 years ago

i mean it show how many count password is in list while cracking , under Attemps and time elapsed while cracking .

Bitwise-01 commented 7 years ago

that makes the computer run slow, because in order to do that, the whole password file has to be saved into memory.