Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifi password cracker? #143

Closed
jkrowtheh4cker opened this issue Aug 7, 2024 · 6 comments
Closed

wifi password cracker? #143

jkrowtheh4cker opened this issue Aug 7, 2024 · 6 comments

Comments

@jkrowtheh4cker
Copy link

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

@7h30th3r0n3
Copy link

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
Copy link
Contributor

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 :

  • connect to BT / WiFi hotspot for Internet
  • send handshakes to OnlineHashCrack or WPA-Sec websites in case of easy / known password
  • test WiFi vulnerabilities that does not need calculations, perhaps like KRACK, FragAttaks, PMKID attak, WPS vulns etc.
  • resend newly captured handshakes to OnlineHashCrack with successfull vulnerability exploitation

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
Copy link
Author

@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
Copy link

@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
Copy link
Contributor

related: #131

@jkrowtheh4cker
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants