Input and Output user/email:pass
#3
(09-07-2018, 06:17 PM)royce Wrote:
Code:
$ hashcat --help | egrep -i user
    --username                 |      | Enable ignoring of usernames in hashfile             |

... and:

https://hashcat.net/wiki/doku.php?id=fre...ilpassword


Yeah but i have first need to crack hashes and after i get the user:pass decrypted

My intention is to do in several  servers, and rsync all hashcat file to my raspberry external USB(for continue the cracking, in another server, like having backups you know? so i dont loose anything) , so, if i setup a crontab thath every minute run these would i have a output file updated every min with user:pass format? and these will cause to stop the hash cracking?  (im pretty new to hashcat, just saying)
Crontab Job:

* * * * * ./home/user/hashcatdir/hashcat64.bin -m 0 --username --potfile-path md5.pot --show -o formatted_output.txt --outfile-format 2 original_MD5_hashes.txt


Messages In This Thread
Input and Output user/email:pass - by gnubie - 09-07-2018, 05:45 PM
RE: Input and Output user/email:pass - by royce - 09-07-2018, 06:17 PM
RE: Input and Output user/email:pass - by gnubie - 09-07-2018, 10:56 PM
RE: Input and Output user/email:pass - by gnubie - 09-08-2018, 01:14 PM
RE: Input and Output user/email:pass - by undeath - 09-08-2018, 03:43 PM
RE: Input and Output user/email:pass - by royce - 09-08-2018, 04:15 PM
RE: Input and Output user/email:pass - by gnubie - 09-08-2018, 05:46 PM
RE: Input and Output user/email:pass - by gnubie - 09-08-2018, 11:13 PM
RE: Input and Output user/email:pass - by gnubie - 09-08-2018, 11:58 PM