Linux command
genpmk 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Generate hash table
genpmk -f [wordlist.txt] -d [hashfile] -s [SSID]
Show progress
genpmk -f [wordlist.txt] -d [hashfile] -s [SSID] -v
说明
genpmk generates precomputed WPA/WPA2 PSK hash tables for use with cowpatty. Since WPA key derivation is SSID-dependent and computationally expensive, precomputing hashes for common SSIDs dramatically speeds up password auditing. The tool creates hash files that cowpatty can use for fast offline attacks during authorized security testing.
参数
- -f _file_
- Dictionary wordlist file.
- -d _file_
- Output hash table file.
- -s _ssid_
- Target SSID.
- -v
- Verbose/progress output.
FAQ
What is the genpmk command used for?
genpmk generates precomputed WPA/WPA2 PSK hash tables for use with cowpatty. Since WPA key derivation is SSID-dependent and computationally expensive, precomputing hashes for common SSIDs dramatically speeds up password auditing. The tool creates hash files that cowpatty can use for fast offline attacks during authorized security testing.
How do I run a basic genpmk example?
Run `genpmk -f [wordlist.txt] -d [hashfile] -s [SSID]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -f _file_ do in genpmk?
Dictionary wordlist file.