diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2015-09-13 15:44:44 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2015-09-13 15:44:44 -0400 |
commit | 81cc62a5449d1501d2e9ec0e52466a5799343f13 (patch) | |
tree | 6bfd33c0fafabc0a4408baeec36140306eee34e4 /Inveigh.ps1 | |
parent | 03334ecc2270b11d14f1f0a2268039387c7b1515 (diff) | |
download | Inveigh-81cc62a5449d1501d2e9ec0e52466a5799343f13.tar.gz Inveigh-81cc62a5449d1501d2e9ec0e52466a5799343f13.zip |
SMB relay added, runspace changes
This version contains the first pass at SMB relay. It will currently
relay HTTP/HTTPS NTLMv2 to SMB. It will perform a psexec style, command
only (no file upload) execution. It will attempt to delete the temp
service after the service is started. Launching shells directly through
the command may delay or prevent the service deletion. In the event that
manual deletion is needed, the display name of the added service is
IVSRV plus some random characters. The error/status checking needs a lot
of work. The current messages cannot be completely trusted.
The spoofer/sniffer loop has been placed in a runspace to permit
interaction with the console while Inveigh is running. Pressing enter
will now bring up a prompt. In addition to ctrl+c, Inveigh can be exited
using the quit command. Avoid using ctrl+c while the prompt is open
since it will bypass the shutdown function.
Diffstat (limited to 'Inveigh.ps1')
-rw-r--r-- | Inveigh.ps1 | bin | 73010 -> 165966 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/Inveigh.ps1 b/Inveigh.ps1 Binary files differindex 436d505..8c80b7d 100644 --- a/Inveigh.ps1 +++ b/Inveigh.ps1 |