From 30fb707d86f505e1be191f28d9c83b3d0f4d52e9 Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Mon, 21 Jun 2021 20:58:08 -0400 Subject: Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') 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] ... ``` +### 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. -- cgit v1.2.3