From a78960235d18e010b116f85f01504543b46ef61b Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Sun, 27 Sep 2015 19:43:29 -0400 Subject: 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. --- Inveigh.ps1 | Bin 169858 -> 173494 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Inveigh.ps1 b/Inveigh.ps1 index 050fe57..4eff1aa 100644 Binary files a/Inveigh.ps1 and b/Inveigh.ps1 differ -- cgit v1.2.3