1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 00:22:08 +02:00
tldr/pages/linux/pyrit.md
Madawa De Silva ffc2a70437
pyrit: add page (#9230)
* pyrit: add page

* Apply suggestions from code review
2022-12-30 08:47:21 +10:00

36 lines
784 B
Markdown

# 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 [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`