Skip to content

Simple script to brute force transformation and group ID using ike-scan

Notifications You must be signed in to change notification settings

Kraxi/ike-brute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ike-brute

Simple script to brute force transformation and group ID using ike-scan

Warning:

This requires ike-scan

How to use:

  • There is ike-dict.sh which generates all possible transformations (ike-dict.txt). You can modify it if you want to narrow down choices.
  • Run ike-brute.sh <IP> to:
    • Find valid transformations and save tem to valid_transformations_<IP>.txt file
    • Use above to find valid group IDs using vpnids.txt file or other list like this
  • Once you get your valid group IDs along with valid transformations you can run (Aggressive mode must be supported): ike-scan -M -A -n <FOUND_ID> --pskcrack=hash.txt <IP> to get the PSK hash.

Enjoy!

About

Simple script to brute force transformation and group ID using ike-scan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages