aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Robertson <Kevin-Robertson@users.noreply.github.com>2021-06-21 20:58:08 -0400
committerGitHub <noreply@github.com>2021-06-21 20:58:08 -0400
commit30fb707d86f505e1be191f28d9c83b3d0f4d52e9 (patch)
tree4f746fcf693e305fb9a4745ba6bfddf8637af21a
parent54eb099dd4e3a61e131c234b0e26754665f0ad13 (diff)
downloadInveigh-30fb707d86f505e1be191f28d9c83b3d0f4d52e9.tar.gz
Inveigh-30fb707d86f505e1be191f28d9c83b3d0f4d52e9.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 efc2949..5c40f1b 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ The C# version of Inveigh contains attacks for the following protocols:
* [HTTP](#HTTP) [listener]
* [HTTPS](#HTTPS) [listener]
* [SMB](#SMB) [packet sniffer | listener]
-* [LDAP] [listener]
+* [LDAP](#LDAP) [listener]
* [WebDAV] [listener]
* [Proxy Auth] [listener]
@@ -443,6 +443,14 @@ Start SMB listener on port 445
[+] SMB Listener [Port 445]
...
```
+### <a name="LDAP"></a>LDAP
+Start LDAP listener on port 389
+```
+.\Inveigh.exe
+...
+[+] LDAP Listener [Port 389]
+...
+```
## 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.