-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
download and save cracked passwords from wpa-sec on interval #651
Comments
You want to use the file to display it on the map, right?^^ |
yes. |
Sounds nice, i will add it^^ |
Added this: https://github.com/dadav/pwnagotchi/tree/feature/wpa-sec-download but need to test ^^ |
I'd like to keep it raw and let other plugins parse it for themself |
looks good, but it downloads only if it has a new handshake for upload. I need to think about "other plugins parse it for themself" - not sure what's the best way. the potfile is only usable for extract password - implement the parser at every plugin that wants to have the password is not a good way IMHO. |
is working. |
well, its one for-loop and not really a complex parsing because the data is only seperated by ":"^^
Will fix the "Only download on new handshake" Edit:// Fixed it and added a log message. Now it checks every hour. |
Derek close |
Would there be a way to add the cracked networks to the ignore list so the pwnagotchi stops trying to get new handshakes? |
I second this!☝️ |
👍 |
Onlinehashcrack (starting from PR #821) saves cracked passwords into .pcap.cracked files (one for each password), allowing them to be usable with the webgpsmap plugin. |
Just made the PR #1248 to save wpasec cracked password into individual .pcap.cracked password as discussed above |
it would be nice if cracked passwords from wpa-secwill be downloaded automaticly and stored in handshakes dir as .pcap.cracked in plaintext - like the quickdic plugin does.
so, extend the wpa-sec plugin with downoad+proccess the cracked pasword list.
steps:
download of the passwordlist:
process the download:
https://github.com/xenDE/pwnagotchi-tools/blob/master/wpa-sec.founds.insert.py
The text was updated successfully, but these errors were encountered: