Skip to content

(⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning.

License

Notifications You must be signed in to change notification settings

gfaivre/pwnagotchi

 
 

Repository files navigation

Pwnagotchi

Release Software License Contributors Travis Slack 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.

Why does Pwnagotchi exist?

For hackers to learn reinforcement learning, WiFi networking, and have an excuse to get out for more walks. Also? It's cute as f---.

In case you're curious about the name: Pwnagotchi is a portmanteau of pwn (which we shouldn't have to explain if you are interested in this project: kissing_heart:) and -gothic. It is a nostalgic reference made in homage to a very popular children's toy from the 1990s called the Tamagotchi. The Tamagotchi (たまごっち, derived from Tamago (たまご) "egg" + Sochi (ウオッチ) "watch") is a cultural touchstone for many Millennial hackers as a formative electronic toy from our collective childhoods. Were you lucky enough to possess a Tamagotchi as a kid? Well, with your Pwnagotchi, you too can enjoy the nostalgic delight of being strangely emotionally attached to a handheld automata yet again! Except, this time around...you get to #HackThePlanet. >:D

Documentation


⚠️ THE FOLLOWING DOCUMENTATION IS BEING PREPARED FOR THE v1.0 RELEASE OF PWNAGOTCHI. Since this effort is an active (and unstable) work-in-progress, the docs displayed here are in various stages of [in]completion. There will be dead links and placeholders throughout as we are still building things out in preparation for the v1.0 release. ⚠️

IMPORTANT NOTE: If you'd like to alpha test Pwnagotchi and are trying to get yours up and running while the project is still very unstable, please understand that the documentation here may not reflect what is currently implemented. If you have questions, ask the community of alpha testers in the official Pwnagotchi Slack. The Pwnagotchi dev team is entirely focused on the v1.0 release and will NOT be providing support for alpha testers trying to get their Pwnagotchis working in the meantime. All technical support during this period of development is being provided by your fellow alpha testers in the Slack (thanks, everybody!: heart:).

https://www.pwnagotchi.ai

Links

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

License

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

About

(⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.9%
  • Shell 7.0%
  • PowerShell 4.6%
  • Makefile 0.5%