diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2015-07-12 22:34:49 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2015-07-12 22:34:49 -0400 |
commit | e33c838b260bf42383910788c9875c4b16aed95b (patch) | |
tree | 028262321dcbb51bc5b73a7b7f36b6d01407c973 /README.md | |
parent | 3e7f4d381b15b28ade2c32b14c72f224a8ac6b17 (diff) | |
download | Inveigh-e33c838b260bf42383910788c9875c4b16aed95b.tar.gz Inveigh-e33c838b260bf42383910788c9875c4b16aed95b.zip |
Added HTTPS option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ To execute with default settings: Inveigh.ps1 -i localip To execute with features enabled/disabled: -Inveigh.ps1 -i localip -LLMNR Y/N -NBNS Y/N -HTTP Y/N -SMB Y/N -Repeat Y/N -ForceWPADAuth Y/N +Inveigh.ps1 -i localip -LLMNR Y/N -NBNS Y/N -HTTP Y/N -HTTPS Y/N -SMB Y/N -Repeat Y/N -ForceWPADAuth Y/N # Screenshot  |