Closed Donovoi closed 2 years ago
Where did you see this?
On Mon, Jun 20, 2022, 6:01 AM Michael Moran @.***> wrote:
Absolutely love what you are doing so please keep it up!
I had a look at the hashcat command being used: ./hashcat/hashcat.bin --quiet -O 4 -m 1600 -a 0 hashes.txt wordlist/NetgearKiller.7z wordlist/Top-10k.7z wordlist/Top-1M.7z wordlist/acdc.7z wordlist/probable-v2-wpa-top4800.7z wordlist/rockyou.7z
From what I understand -O is just a switch and does not take any arguments, but you have 4 straight after it. Unless I'm completely missing something, are you meaning -O -w 4?
That would make more sense to me.
Let me know what you think.
— Reply to this email directly, view it on GitHub https://github.com/c6fc/npk/issues/62, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABDAN6T5KDYWSUQJCW67MLVQBMQRANCNFSM5ZIVWVJA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
When I create a new campaign and enable customization of the hashcat command that is run. Before any of my customizations:
This is just a display issue. It doesn't affect running campaigns.
This has been addressed in 'dev' - please test and let me know if it's resolved.
Looks good thank you!
Pushed to main
Absolutely love what you are doing so please keep it up!
I had a look at the hashcat command being used:
./hashcat/hashcat.bin --quiet -O 4 -m 1600 -a 0 hashes.txt wordlist/NetgearKiller.7z wordlist/Top-10k.7z wordlist/Top-1M.7z wordlist/acdc.7z wordlist/probable-v2-wpa-top4800.7z wordlist/rockyou.7z
From what I understand
-O
is just a switch and does not take any arguments, but you have4
straight after it. Unless I'm completely missing something, are you meaning-O -w 4
?That would make more sense to me.
Let me know what you think.