Sodamhan.com

TL;DR

pyrit

WPA/WPA2 cracking tool using computational power. More information: https://github.com/JPaulMora/Pyrit.

  • Display system cracking speed:

pyrit benchmark

  • List available cores:

pyrit list_cores

  • Set eSSID:

pyrit -e "ESSID" create_essid

  • read and analyze a specific packet capture file:

pyrit -r path/to/file.cap|path/to/file.pcap analyze

  • Read and import passwords to the current database:

pyrit -i path/to/file import_unique_passwords|unique_passwords|import_passwords

  • Export passwords from database to a specific file:

pyrit -o path/to/file export_passwords

  • Translate passwords with Pired Master Keys:

pyrit batch

  • read the capture file and crack the password:

pyrit -r path/to/file attack_db

This document was created using the contents of the tldr project.