This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# An quick and dirty ike-scan wrapper to enumerate | |
# supported transform sets and vendor ID fingerprints | |
# on IPSec VPN Endpoints. | |
# | |
# Example Targeted Run Output | |
# | |
#$ rvmsudo ruby harvest.rb --targets 192.168.1.1 --enc-types 5 --hash-types 2 --dh-types 2 --auth-types 1 | |
#I, [2013-08-12T23:53:14.490138 #27197] INFO -- : 5 transform combinations to try | |
#D, [2013-08-12T23:53:14.490221 #27197] DEBUG -- : Trying ike-scan --multiline 192.168.1.1 | |
#I, [2013-08-12T23:53:14.726363 #27197] INFO -- : Found a new VID VID=5b362bc820f60001 |