1
2
Fork 0
mirror of https://github.com/carlospolop/hacktricks.git synced 2023-12-14 19:12:55 +01:00

Update ipsec-ike-vpn-pentesting.md

Corrections on iker.py
This commit is contained in:
Nicolas Krassas 2021-11-24 18:49:46 +02:00 committed by GitHub
parent b083f38080
commit 03b6219836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ You can try the** same attack** using[** iker.py**](https://github.com/isaudits/
You could also try to brute force transformations with **ikeforce**:
```bash
./ikeforce.py -s1 -a <IP> #-s1 for max speed
./ikeforce.py <IP> # No parameters are required for scan -h for additional help
```
![](<../.gitbook/assets/image (109).png>)