pwnagotchi/README.md

15 lines
768 B
Markdown
Raw Normal View History

2019-09-19 15:15:46 +02:00
# Pwnagotchi
Pwnagotchi is an "AI" that learns from the WiFi environment and instruments bettercap in order to maximize the number of WPA handshakes captured. Specifically, it's using an [LSTM with MLP feature extractor](https://stable-baselines.readthedocs.io/en/master/modules/policies.html#stable_baselines.common.policies.MlpLstmPolicy) as its policy network for the [A2C agent](https://stable-baselines.readthedocs.io/en/master/modules/a2c.html)
## Documentation
2019-09-19 15:16:35 +02:00
**THIS IS STILL ALPHA STAGE SOFTWARE, IF YOU DECIDE TO TRY TO USE IT, YOU ARE ON YOUR OWN, NO SUPPORT WILL BE PROVIDED, NEITHER FOR INSTALLATION OR FOR BUGS**
2019-09-19 15:15:46 +02:00
## License
`pwnagotchi` is made with ♥ by [@evilsocket](https://twitter.com/evilsocket) and it's released under the GPL3 license.