No description
Find a file
2021-06-21 19:24:32 +02:00
.github Create FUNDING.yml 2019-10-09 16:03:12 +02:00
bin catches wifi down exception and cycles epoch 2021-06-01 23:00:40 -04:00
builder fix: fixes #859 (thanks @dadav for not bothering to contribute to the main repo) 2021-04-24 14:33:43 +02:00
pwnagotchi Add Display support for Waveshare 3,5" (and clones) framebuffer lcd. 2021-06-21 19:24:32 +02:00
scripts fix: backing up plugins status files (fixes #990) 2021-04-24 15:59:45 +02:00
.DEREK.yml Update .DEREK.yml 2021-04-24 14:36:03 +02:00
.editorconfig Big update 2020-04-13 17:16:24 +02:00
.gitignore quick ignore of python environments 2020-06-08 11:46:16 -04:00
.travis.yml fix: updated travis credentials 2021-04-18 19:04:34 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-10-04 00:27:05 +02:00
CONTRIBUTING.md add templates and CONTRIBUTING.md 2019-10-03 15:50:51 +01:00
LICENSE.md hello world 2019-09-19 15:15:46 +02:00
Makefile fix: recompiled localization files 2021-04-18 16:22:29 +02:00
MANIFEST.in misc: refactored webui into separate files instead of strings 2019-11-05 15:51:26 +01:00
README.md Fix broken link in README 2021-01-25 20:00:21 +03:00
release.stork misc: using stork for releases 2021-04-18 15:43:15 +02:00
requirements.txt misc: small fix or general refactoring i did not bother commenting 2021-04-24 16:00:20 +02:00
setup.py Merge pull request #795 from hectorm/allow-disable-installer 2020-01-19 14:15:58 +01:00

Pwnagotchi

Release Software License Contributors Travis Slack Forum follow on Twitter

Pwnagotchi is an A2C-based "AI" leveraging bettercap that learns from its surrounding WiFi environment to maximize the crackable WPA key material it captures (either passively, or by performing authentication and association attacks). This material is collected as PCAP files containing any form of handshake supported by hashcat, including PMKIDs, full and half WPA handshakes.

ui

Instead of merely playing Super Mario or Atari games like most reinforcement learning-based "AI" (yawn), Pwnagotchi tunes its parameters over time to get better at pwning WiFi things to in the environments you expose it to.

More specifically, Pwnagotchi is using an LSTM with MLP feature extractor as its policy network for the A2C agent. If you're unfamiliar with A2C, here is a very good introductory explanation (in comic form!) of the basic principles behind how Pwnagotchi learns. (You can read more about how Pwnagotchi learns in the Usage doc.)

Keep in mind: Unlike the usual RL simulations, Pwnagotchi learns over time. Time for a Pwnagotchi is measured in epochs; a single epoch can last from a few seconds to minutes, depending on how many access points and client stations are visible. Do not expect your Pwnagotchi to perform amazingly well at the very beginning, as it will be exploring several combinations of key parameters to determine ideal adjustments for pwning the particular environment you are exposing it to during its beginning epochs ... but ** listen to your Pwnagotchi when it tells you it's boring!** Bring it into novel WiFi environments with you and have it observe new networks and capture new handshakes—and you'll see. :)

Multiple units within close physical proximity can "talk" to each other, advertising their presence to each other by broadcasting custom information elements using a parasite protocol I've built on top of the existing dot11 standard. Over time, two or more units trained together will learn to cooperate upon detecting each other's presence by dividing the available channels among them for optimal pwnage.

Documentation

https://www.pwnagotchi.ai

  Official Links
Website pwnagotchi.ai
Forum community.pwnagotchi.ai
Slack pwnagotchi.slack.com
Subreddit r/pwnagotchi
Twitter @pwnagotchi

License

pwnagotchi is made with ♥ by @evilsocket and the amazing dev team. It is released under the GPL3 license.