diff options
author | Kevin Robertson <Kevin-Robertson@users.noreply.github.com> | 2021-06-21 20:48:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-21 20:48:37 -0400 |
commit | 55c5adc3ac04a90544ee85efe5f970e4d41fafae (patch) | |
tree | a6d00d7980d4bb322813631519d7f076cd7fa0d2 | |
parent | 04f9ea2d3ef4bd5a092be871cdb0777ff298d2ee (diff) | |
download | Inveigh-55c5adc3ac04a90544ee85efe5f970e4d41fafae.tar.gz Inveigh-55c5adc3ac04a90544ee85efe5f970e4d41fafae.zip |
Update README.md
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -413,6 +413,13 @@ Start HTTP listener on port 80 [+] HTTP Listener [HTTPAuth NTLM | WPADAuth NTLM | Port 80] ... ``` +Start HTTP listeners on multiple ports +``` +.\Inveigh.exe -httpports 80,8080 +... +[+] HTTP Listener [HTTPAuth NTLM | WPADAuth NTLM | Ports 80:8080] +... +``` ## 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. |