diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -27,7 +27,7 @@ The C# version of Inveigh contains attacks for the following protocols: * [NBNS](#NBNS) [packet sniffer | listener] * [DHCPv6](#DHCPv6) [packet sniffer | listener] * [ICMPv6](#ICMPv6) [privileged raw socket] -* [HTTP] [listener] +* [HTTP](#HTTP) [listener] * [HTTPS] [listener] * [SMB] [packet sniffer | listener] * [LDAP] [listener] @@ -405,6 +405,14 @@ Start NBNS spoofer ... [+] [23:33:09] NBNS(00) request [TEST] from 10.10.2.201 [response sent] ``` +### <a name="HTTP"></a>HTTP +Start HTTP listener on port 80 +``` +.\Inveigh.exe +... +[+] HTTP Listener [HTTPAuth NTLM | WPADAuth NTLM | Port 80] +... +``` ## Console Inveigh contains a console that is accessible while the tool is running (hit escape to enter and exit). The console provides easy access to captured credentials/hashes and other various information. The console's prompt provides real-time updates for cleartext, NTLMv1, and NTLMv2 captue counts in the format of unique:total. Note, the console may be inaccessible when running through C2. |