diff options
author | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2021-06-21 22:22:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 22:22:51 -0400 |
commit | df1b25cba26124327bd5d7a206752f35e1962636 (patch) | |
tree | 73858c2433063ec956e5a769f3daaae6b8e9f02f | |
parent | ba633e0f39f8118f70fc785c046b2c0289e77c3d (diff) | |
download | Inveigh-df1b25cba26124327bd5d7a206752f35e1962636.tar.gz Inveigh-df1b25cba26124327bd5d7a206752f35e1962636.zip |
Update README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -32,7 +32,7 @@ The C# version of Inveigh contains attacks for the following protocols: * [SMB](#SMB) [packet sniffer | listener] * [LDAP](#LDAP) [listener] * [WebDAV](#WebDAV) [listener] -* [Proxy Auth] [listener] +* [Proxy Auth](#Proxy) [listener] Inveigh works with both IPv4 and IPv6 in cases where support for both is provided by the underlying protocol. @@ -459,6 +459,14 @@ Start the HTTP listener with WebDAV support (enabled by default) [+] WebDAV [WebDAVAuth NTLM] ... ``` +### <a name="Proxy"></a>Proxy Auth +Enable proxy auth capture +``` +.\Inveigh.exe -proxy y +... +[+] Proxy Listener [ProxyAuth NTLM | Port 8492] +... +``` ## 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. |