From ffc2a7043726d95a83772310f179e14f92c126f2 Mon Sep 17 00:00:00 2001 From: Madawa De Silva <88103017+TerribleCodes@users.noreply.github.com> Date: Fri, 30 Dec 2022 04:17:21 +0530 Subject: [PATCH] pyrit: add page (#9230) * pyrit: add page * Apply suggestions from code review --- pages/linux/pyrit.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/linux/pyrit.md diff --git a/pages/linux/pyrit.md b/pages/linux/pyrit.md new file mode 100644 index 000000000..03d063381 --- /dev/null +++ b/pages/linux/pyrit.md @@ -0,0 +1,36 @@ +# pyrit + +> WPA/WPA2 cracking tool using computational power. +> More information: . + +- Display system cracking speed: + +`pyrit benchmark` + +- List available cores: + +`pyrit list_cores` + +- Set [e]SSID: + +`pyrit -e "{{ESSID}}" create_essid` + +- [r]ead and analyze a specific packet capture file: + +`pyrit -r {{path/to/file.cap|path/to/file.pcap}} analyze` + +- Read and [i]mport passwords to the current database: + +`pyrit -i {{path/to/file}} {{import_unique_passwords|unique_passwords|import_passwords}}` + +- Exp[o]rt passwords from database to a specific file: + +`pyrit -o {{path/to/file}} export_passwords` + +- Translate passwords with Pired Master Keys: + +`pyrit batch` + +- [r]ead the capture file and crack the password: + +`pyrit -r {{path/to/file}} attack_db`