Skip to content

v2.0.0 - Initial Advanced Release

Choose a tag to compare

@newfpv newfpv released this 19 Mar 15:36
aa022fc

DisplayPassword v2.0.0

🚀 Initial Release of the Advanced Fork

This is the first official release of the completely overhauled Pwnagotchi plugin. This fork transforms a simple log reader into a powerful, intelligent password aggregator.

✨ What's New:

  • Multi-Source Aggregation: Simultaneous support for wpa-sec, onlinehashcrack (OHC), and better_quickdic.
  • Smart Sorting: The plugin now compares file modification times (mtime) to ensure the absolute newest cracked password is always displayed.
  • Modularity: Added the ability to enable or disable specific scanning sources directly in your config.toml.
  • Smart Truncation: If a string is too long for the screen, it truncates only the ESSID and adds a dot (.), keeping the password fully visible (e.g., LongNetworkName.:password123).
  • Pure Python: Completely removed unstable awk and tail system calls. Native Python parsing means lower CPU usage and zero UI-breaking tracebacks.

⚙️ Configuration Example:

Add this to your config.toml:

main.plugins.display-password.enabled = true
main.plugins.display-password.wpa_sec = true
main.plugins.display-password.ohc = true
main.plugins.display-password.better_quickdic = true
main.plugins.display-password.max_length = 22