aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Robertson <Kevin-Robertson@users.noreply.github.com>2021-06-21 22:22:51 -0400
committerGitHub <noreply@github.com>2021-06-21 22:22:51 -0400
commitdf1b25cba26124327bd5d7a206752f35e1962636 (patch)
tree73858c2433063ec956e5a769f3daaae6b8e9f02f
parentba633e0f39f8118f70fc785c046b2c0289e77c3d (diff)
downloadInveigh-df1b25cba26124327bd5d7a206752f35e1962636.tar.gz
Inveigh-df1b25cba26124327bd5d7a206752f35e1962636.zip
Update README.md
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 294b521..fee95d9 100644
--- a/README.md
+++ b/README.md
@@ -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.