diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2015-09-27 19:43:29 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2015-09-27 19:43:29 -0400 |
commit | a78960235d18e010b116f85f01504543b46ef61b (patch) | |
tree | f57fad03e3086978df6a68f50d6e97249f3c0033 /Inveigh.ps1 | |
parent | 974d0d720b37f11d4b9c3e26aed3ded15216c005 (diff) | |
download | Inveigh-a78960235d18e010b116f85f01504543b46ef61b.tar.gz Inveigh-a78960235d18e010b116f85f01504543b46ef61b.zip |
Improved SMB capture functions and added challenge parameter
Modified the SMB capture functions to remove the need to handle SMB
versions differently. To help avoid IDS/IPS, I also added a -challenge
parameter for setting a custom HTTP/HTTPS NTLM challenge. If this
parameter is left blank, a random challenge will be generated for each
HTTP/HTTPS request. To use the traditional 1122334455667788 challenge,
simply use -challenge 1122334455667788. Finally, the console prompt can
be enabled/disabled with the -consoleprompt parameter.
Diffstat (limited to 'Inveigh.ps1')
-rw-r--r-- | Inveigh.ps1 | bin | 169858 -> 173494 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/Inveigh.ps1 b/Inveigh.ps1 Binary files differindex 050fe57..4eff1aa 100644 --- a/Inveigh.ps1 +++ b/Inveigh.ps1 |