pr3y / Bruce

Firmware for m5stack Cardputer, StickC and ESP32
GNU Affero General Public License v3.0
324 stars 52 forks source link

wifi password cracker? #143

Closed jkrowtheh4cker closed 1 month ago

jkrowtheh4cker commented 1 month ago

could you add some sort of brute force wifi password cracker capable of operating without an SD card?

7h30th3r0n3 commented 1 month ago

Password cracking need to use a lot of calculations power that the cardputer/stick don't have, even if possible it should be really really slow, like 1 try per second and I'm optimist, so it's better to crack it with a graphic card or online by bsending it to a service designed for this

valentin8709 commented 1 month ago

Just a little idea : in the future, Bruce would be able to capture handshakes from raw sniffing. Handshakes could be cracked on a computer, but Bruce could be able to :

Ideas come from Pwnagotchi, which runs on a RPi Zero and have more calculation capabilities. I would love trying to develop stuff like that as soon as I have time to do it :)

jkrowtheh4cker commented 1 month ago

@7h30th3r0n3 could we just make it save the hashes to littleFS and add a hash cracker to the web UI, so you could just get on webUI and click a button to automatically crack the hashes that the cardputer found?

7h30th3r0n3 commented 1 month ago

@7h30th3r0n3 could we just make it save the hashes to littleFS and add a hash cracker to the web UI, so you could just get on webUI and click a button to automatically crack the hashes that the cardputer found?

We'll make a hash cracker inside a web browser will be really ineffective while you can just download it and cracking it with well know cracker on a pc like hashcat or airacrack, remember that WiFi password cracking need really big ressources, any hash/s gain is a save of time to wait, the best way would be was @valentin8709 say send it to onlinehashcrack or using your own server with a big RTX that resend the cracked hash to the Cardputer

eadmaster commented 1 month ago

related: https://github.com/pr3y/Bruce/issues/131

jkrowtheh4cker commented 1 month ago

yeah... for cracking hashes I mostly use kali linux tools like hashcat.