01-08-2021, 09:56 AM
(This post was last modified: 01-08-2021, 09:57 AM by nielsenjens463.)
Hello guys,im trying to get ready to test Assosiations attack mode. Need to split my combo
as shows in thread example:
2. This is the point where you typically start. You have a hashlist in username:hash format. We need to split them in order to use them with the new attack-mode.
Code:
$ cut -d: -f1 < final.txt > wordlist.txt
$ cut -d: -f2 < final.txt > hashlist.txt
...........................................................................................
Im using win10.
tryed hashcat cut -d: -f1 < final.txt > wordlist.txt
RESULT: hashcat cut -d: -f1 < UPWhashes.txt > wordlist.txt
hashcat: unknown option -- f
Invalid argument specified.
tryed hashcat cut -d:-f1 < final.txt > wordlist.txt
RESULT:hashcat cut -d:-f1 < UPWhashes.txt > wordlist.txt
Invalid device_id 0 specified.
My combo list looks like this. user:bcrypt.
userplaintextnickname:$2y$10$sIgXXXxTte.v19t.QduI4mgPuC9UUxXXXXcQFvltcaqVhya
Please help novice person
as shows in thread example:
2. This is the point where you typically start. You have a hashlist in username:hash format. We need to split them in order to use them with the new attack-mode.
Code:
$ cut -d: -f1 < final.txt > wordlist.txt
$ cut -d: -f2 < final.txt > hashlist.txt
...........................................................................................
Im using win10.
tryed hashcat cut -d: -f1 < final.txt > wordlist.txt
RESULT: hashcat cut -d: -f1 < UPWhashes.txt > wordlist.txt
hashcat: unknown option -- f
Invalid argument specified.
tryed hashcat cut -d:-f1 < final.txt > wordlist.txt
RESULT:hashcat cut -d:-f1 < UPWhashes.txt > wordlist.txt
Invalid device_id 0 specified.
My combo list looks like this. user:bcrypt.
userplaintextnickname:$2y$10$sIgXXXxTte.v19t.QduI4mgPuC9UUxXXXXcQFvltcaqVhya
Please help novice person