All Projects → c-nagy → pwnagotchi-display-password-plugin

c-nagy / pwnagotchi-display-password-plugin

Licence: other
Pwnagotchi plugin to display the most recently cracked password on the Pwnagotchi face

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pwnagotchi-display-password-plugin

WPA2-FritzBox-Pswd-Wordlist-Generator
This Script will produce all of the WPA2 Passwords used by various Router companies aswell as Fritzbox. All of these Passwords will be 16 Numbers in length. So it could get a bit large.
Stars: ✭ 22 (-40.54%)
Mutual labels:  wpa, wpa2-cracking
hashcatbenchmark
Benchmark in Hashcat for diferents GPU's
Stars: ✭ 19 (-48.65%)
Mutual labels:  wpa
hostbase
A Ruby GUI based on advanced rogue AP attack using the WPS
Stars: ✭ 43 (+16.22%)
Mutual labels:  wpa
multicapconverter
Tool used to Convert a cap/pcap/pcapng capture file to a hashcat hcwpax/hccapx/hccap/hcpmkid/hceapmd5/hceapleap file
Stars: ✭ 43 (+16.22%)
Mutual labels:  wpa
wireless-tools
Wireless tools for Node.js
Stars: ✭ 155 (+318.92%)
Mutual labels:  wpa
refluxion
Refluxion -- MITM WPA attacks tool
Stars: ✭ 25 (-32.43%)
Mutual labels:  wpa
hashcat-wpa-server
Hashcat WPA/WPA2 server
Stars: ✭ 26 (-29.73%)
Mutual labels:  wpa
wifimitm
Wi-Fi Machine-in-the-Middle: Automation of MitM Attack on Wi-Fi Networks
Stars: ✭ 49 (+32.43%)
Mutual labels:  wpa
Auto-Besside-Capturer
Capture WPA handshakes, using besside-ng. Auto upload to http://wpa-sec.stanev.org for cracking the password.
Stars: ✭ 28 (-24.32%)
Mutual labels:  wpa2-cracking
vietnamese-password-dicts
Tổng hợp danh sách mật khẩu wifi tiếng Việt sử dụng cho aircrack-ng
Stars: ✭ 40 (+8.11%)
Mutual labels:  wpa
Hijacker
Aircrack, Airodump, Aireplay, MDK3 and Reaver GUI Application for Android
Stars: ✭ 1,982 (+5256.76%)
Mutual labels:  wpa
Wifi-Cracker
Wifi Cracking
Stars: ✭ 128 (+245.95%)
Mutual labels:  wpa
Wifi Cracking
Crack WPA/WPA2 Wi-Fi Routers with Airodump-ng and Aircrack-ng/Hashcat
Stars: ✭ 9,546 (+25700%)
Mutual labels:  wpa2-cracking

Pwnagotchi display-password.py Plugin

Now available in the evilsocket/pwnagotchi-plugins-contrib repo, woohoo!

Displays the most recent cracked password on the Pwnagotchi display. It currently processes the wpa-sec potfile generated by the Pwnagotchi wpa-sec.py plugin. Support for OnlineHashCrack is a goal. Feel free to help out if you want.

Installation

  1. SSH into your Pwnagotchi and create a new folder for third-party Pwnagotchi plugins. I use /root/custom_plugins/ but it doesn't really matter: mkdir /root/custom_plugins/
  2. Grab the display-password.py and display-password.toml file from this Github repo and put it into that custom plugins directory.
  3. Edit /etc/pwnagotchi/config.toml and change the main.custom_plugins variable to point to the custom plugins directory you just created: main.custom_plugins = "/root/custom_plugins/"
  4. In the same /etc/pwnagotchi/config.toml file, add the following lines to enable the plugin:
main.plugins.display-password.enabled = true
main.plugins.display-password.orientation = "horizontal"

Once the above steps are completed, reboot the Pwnagotchi to ensure all changes are applied.

Screenshot:

display-password.py

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].