From 1afffc6eb4003a7903d204e35241ad0744d0d855 Mon Sep 17 00:00:00 2001 From: Frank Cass Date: Tue, 13 Mar 2018 18:36:29 -0400 Subject: [PATCH] Updated README.md Corrected the example command using ikeforce.py to work in the root path of the folder after cloning the repo. **Example (enum mode):** `./ikeforce.py 192.168.1.110 -e -w wordlists/groupnames.dic -s 1` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90615a0..12477f1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ USAGE `./ikeforce.py 192.168.1.110 -a -s 1` **Example (enum mode):** -`./ikeforce.py 192.168.1.110 -e -w groupnames.txt -s 1` +`./ikeforce.py 192.168.1.110 -e -w wordlists/groupnames.dic -s 1` **Example (brute mode):** `./ikeforce.py 192.168.1.110 -b -i groupid -u dan -k psk123 -w passwords.txt -s 1`