From ba633e0f39f8118f70fc785c046b2c0289e77c3d Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Mon, 21 Jun 2021 22:20:40 -0400 Subject: Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5c40f1b..294b521 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The C# version of Inveigh contains attacks for the following protocols: * [HTTPS](#HTTPS) [listener] * [SMB](#SMB) [packet sniffer | listener] * [LDAP](#LDAP) [listener] -* [WebDAV] [listener] +* [WebDAV](#WebDAV) [listener] * [Proxy Auth] [listener] Inveigh works with both IPv4 and IPv6 in cases where support for both is provided by the underlying protocol. @@ -406,9 +406,9 @@ Start NBNS spoofer [+] [23:33:09] NBNS(00) request [TEST] from 10.10.2.201 [response sent] ``` ### HTTP -Start HTTP listener on port 80 +Start HTTP listener on port 80 (enabled by default) ``` -.\Inveigh.exe +.\Inveigh.exe ... [+] HTTP Listener [HTTPAuth NTLM | WPADAuth NTLM | Port 80] ... @@ -429,7 +429,7 @@ Start HTTPS listener on port 443 with Inveigh's default cert ... ``` ### SMB -Start SMB packet sniffer +Start SMB packet sniffer (enabled by default) ``` .\Inveigh.exe ... @@ -451,6 +451,14 @@ Start LDAP listener on port 389 [+] LDAP Listener [Port 389] ... ``` +### WebDAV +Start the HTTP listener with WebDAV support (enabled by default) +``` +.\Inveigh.exe +... +[+] WebDAV [WebDAVAuth NTLM] +... +``` ## 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