diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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. |