diff options
author | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2021-06-21 20:45:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 20:45:38 -0400 |
commit | 04f9ea2d3ef4bd5a092be871cdb0777ff298d2ee (patch) | |
tree | 715fedede80efed7a172157f05580f4c08738cc1 /README.md | |
parent | 658c321a667a2ffd13ec2428d7ce946598c0995e (diff) | |
download | Inveigh-04f9ea2d3ef4bd5a092be871cdb0777ff298d2ee.tar.gz Inveigh-04f9ea2d3ef4bd5a092be871cdb0777ff298d2ee.zip |
Update README.md
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. |