Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

41
linux/pyrit Normal file
View File

@@ -0,0 +1,41 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`