gladius icon indicating copy to clipboard operation
gladius copied to clipboard

gladius not pushing hashes to hashcat on Kali Linux

Open mariogd opened this issue 8 years ago • 6 comments

Run command: python gladius.py --hashcat /usr/bin/hashcat -r d3adh0.rule -w /usr/share/wordlists/rockyou.txt

Gladius is checking the wrong filepath for the hashes on the new kali linux version, so i manually copied the capture from the /logs subdirectory under responder, Gladius picks them up immediately and displays them in the window, however it doesn't ever do anymore than that. It seems as though its not forwarding them to hashcat? -m

mariogd avatar Nov 07 '16 19:11 mariogd

What is the new file path? I don't have a Kali box in front of me atm.

On Nov 7, 2016 1:10 PM, "mariogd" [email protected] wrote:

Run command: python gladius.py --hashcat /usr/bin/hashcat -r d3adh0.rule -w /usr/share/wordlists/rockyou.txt

Gladius is checking the wrong filepath for the hashes on the new kali linux version, so i manually copied the capture from the /logs subdirectory under responder, Gladius picks them up immediately and displays them in the window, however it doesn't ever do anymore than that. It seems as though its not forwarding them to hashcat? -m

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/praetorian-inc/gladius/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVXg1fFEfCkSgIPdubCrIl1r0YKNzMCks5q73eOgaJpZM4KrmA6 .

ctfhacker avatar Nov 07 '16 19:11 ctfhacker

/usr/share/responder/logs is the new dumping ground for responder.

mariogd avatar Nov 07 '16 19:11 mariogd

but even when i move the dumps in manually and it detects them, for some reason they are still not getting passed to hashcat

mariogd avatar Nov 07 '16 19:11 mariogd

any update on this?

mariogd avatar Nov 14 '16 13:11 mariogd

I can confirm on Kali 2.0 it's having difficulty passing it to /usr/bin/hashcat.

Btw @mariogd you can change the responder directory with --responder-dir /usr/share/responder/logs

benichmt1 avatar Nov 14 '16 14:11 benichmt1

i'm aware.. that switch is flaky at best though.. sometimes it will not look in there for the hashes even when instructed too... anyway that is minor... what about the passing of the hashes to hashcat? That is still very broken...

mariogd avatar Nov 30 '16 21:11 mariogd