aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '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.