- This topic has 7 replies, 4 voices, and was last updated 4 years, 4 months ago by Diego Pérez.
- AuthorPosts
- March 23, 2020 at 8:40 pm #32046AnonymousMember
As you used windows to run hash cat and you had a wordlist as txt. What if our wordlist is huge and can’t be stored on disk. As you told us how to pipe wordlist to aircrack in linux but how we can pipe in windows?
March 23, 2020 at 11:49 pm #32057A JModeratorHi Talwinder,
Please try to use the same hashcat command on Windows while using the pipe symbol to pipe the output of crunch to the standard input of Hashcat without wasting storage space on the hard drive. For example:
crunch 7 11 --stdout | hashcat [your options] -o -
July 1, 2020 at 6:22 pm #41165ZParticipanti get an error saying “‘crunch’ is not recognized as an internal or external command, operable program or batch file.” like i have to download crunch for windows and add it to the hashcat file, where can i find and windows download link and how do i install it so it will work with hashcat?
July 2, 2020 at 3:57 am #41185Diego PérezModeratorHi Z!
I haven’t tested it my self but you can try with this:
https://github.com/shadwork/Windows-Crunch/releasesHope it helps!
DiegoJuly 2, 2020 at 3:40 pm #41222ZParticipantthanks diego, i got it to work and piped crunch windows with hashcat windows but i cant get it to save sessions and restore them where i left off after any help maybe?
July 3, 2020 at 4:54 am #41281Diego PérezModeratorHi!
I don’t know of a method as using john the ripper in kali, but maybe you can try with this tool:https://hashsuite.openwall.net/
It’s fron john’s developers and they said is the john windows version.
Hope it helps!
DiegoJuly 5, 2020 at 6:16 am #41432ZParticipantHi Diego thank you for your help, i got it to work i downloaded and installed john the ripper windows verison (john-jumbo-1.9) and got it to work with crunch and hashcat if anyone needs the download link is : https://www.openwall.com/john/ and the command for it to work with crunch and hashcat to save sessions is :
crunch_win.exe 8 8 | john.exe –stdin –session=YOURSESSIONNAME –stdout | hashcat.exe -m 2500 YOURHASH.2500 -a 0 -w 4 –force
Restoring the sessions command is : crunch_win.exe 8 8 | john.exe –restore=YOURSESSIONNAME | hashcat.exe -m 2500 YOURHASH.2500 -a 0 -w 4 –force
July 6, 2020 at 7:40 am #41478Diego PérezModeratorHi Z!
Cool you got it!
Diego - AuthorPosts
- You must be logged in to reply to this topic.