c6fc / npk

A mostly-serverless distributed hash cracking platform
521 stars 62 forks source link

Possibly incorrect hashcat syntax #62

Closed Donovoi closed 2 years ago

Donovoi commented 2 years ago

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.

c6fc commented 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: @.***>

Donovoi commented 2 years ago

When I create a new campaign and enable customization of the hashcat command that is run. Before any of my customizations: image

c6fc commented 2 years ago

This is just a display issue. It doesn't affect running campaigns.

c6fc commented 2 years ago

This has been addressed in 'dev' - please test and let me know if it's resolved.

Donovoi commented 2 years ago

Looks good thank you!

Screenshot_20220704-041626_Chrome.jpg

c6fc commented 2 years ago

Pushed to main