diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2015-07-11 16:38:10 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2015-07-11 16:38:10 -0400 |
commit | 1397bfefba6a97447731f79a2f5cf83916ad5726 (patch) | |
tree | 8d7ff5b6fbc879dc981248760014c0f20897ba84 /README.md | |
parent | 593b792a555064fd131d7ca7ba0385806029dbe8 (diff) | |
download | Inveigh-1397bfefba6a97447731f79a2f5cf83916ad5726.tar.gz Inveigh-1397bfefba6a97447731f79a2f5cf83916ad5726.zip |
Added test for new options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,5 +1,5 @@ # Inveigh -Inveigh is a Windows PowerShell LLMNR/NBNS spoofer designed to assist penetration testers that find themselves limited to a Windows system. This can commonly occur while performing phishing attacks, USB attacks, VLAN pivoting, or even restrictions from the client. +Inveigh is a Windows PowerShell LLMNR/NBNS spoofer designed to assist penetration testers that find themselves limited to a Windows system. This can commonly occur while performing phishing attacks, USB drive attacks, VLAN pivoting, or simply being restricted to a Windows system as part of client imposed restrictions. # Notes 1. Currently supports IPv4 LLMNR/NBNS spoofing and HTTP/SMB NTLMv1/NTLMv2 challenge/response capture. @@ -12,16 +12,15 @@ Inveigh is a Windows PowerShell LLMNR/NBNS spoofer designed to assist penetratio 8. Ensure that the LMMNR,NBNS,SMB,HTTP ports are open within any local firewall on the host system. 9. Output files will be created in current working directory. 10. If you copy/paste challenge/response captures from output window for password cracking, remove carriage returns. -11. Code is proof of concept level and may not work under some scenarios. # Usage -Obtain an elevated administrator or SYSTEM shell. If necessary, execute Set-ExecutionPolicy Unrestricted within PowerShell. +Obtain an elevated administrator or SYSTEM shell. If necessary, use a method to bypass script execution policy. 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 +Inveigh.ps1 -i localip -LLMNR Y/N -NBNS Y/N -HTTP Y/N -SMB Y/N -Repeat Y/N -ForceWPADAuth Y/N # Screenshot  |