aboutsummaryrefslogtreecommitdiff
path: root/Inveigh.psd1
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2017-04-05 00:17:13 -0400
committerKevin Robertson <robertsonk@gmail.com>2017-04-05 00:17:13 -0400
commitcf83593f06df0b3a8e2007bc5859e2737314d97f (patch)
treed590f3dc49fd896d33b5f316a4323ba4c54792e5 /Inveigh.psd1
parenta70095cb2d015c12134ce646750080f38c2f5ed0 (diff)
downloadInveigh-cf83593f06df0b3a8e2007bc5859e2737314d97f.tar.gz
Inveigh-cf83593f06df0b3a8e2007bc5859e2737314d97f.zip
Inveigh 1.31.3
Inveigh.ps1 Merged Inveigh and Inveigh-Unprivileged. The new module will run the correct functions based on the detected privilege level or ElevatedPrivilege parameter setting. Added proxy auth capture. (thanks to @lgandx and @mubix for the idea from https://github.com/lgandx/Responder) Added mDNS spoofer. Added limited ability to attack browsers of proxy auth targets. Added the ability to set the content type header for HTTPReponse, or files from disk through HTTPDir, for better support for HTA, etc. Added the ability to capture POST requests. Inveigh-Relay.ps1 Refactored the module. Switched to a TCPListener based HTTP listener so that the module can be run with an unprivileged user. If running unprivileged, the Inveigh host can be targeted with relay for privesc. Added support for longer commands to execute on the target. The module is now Empire 2.0 launcher friendly. Added SMB2 support. The module will negotiate by default and can be forced into SMB1 with the SMB1 switch. Added proxy auth capture and relay. Added NTLMv1 relay support. Added RelayAutoExit parameter to stop any running Inveigh modules after a successful relay. Inveigh.ps1 and Inveigh-Relay.ps1 Added a new HTTPS certificate install method that does not require a certificate file. (thanks to @subTee for code example from https://github.com/subTee/Interceptor) Added user agent and host header details to console/file output. Added ability to filter out specific browsers by user agent for wpad and proxy auth. Added console output levels. Added control over in memory log file and console queue. Inveigh-Unprivileged.ps1 This module has been removed.
Diffstat (limited to 'Inveigh.psd1')
-rw-r--r--Inveigh.psd12
1 files changed, 1 insertions, 1 deletions
diff --git a/Inveigh.psd1 b/Inveigh.psd1
index 9b30cd6..d3e601d 100644
--- a/Inveigh.psd1
+++ b/Inveigh.psd1
@@ -27,7 +27,7 @@ CompanyName = ''
Copyright = 'BSD 3-Clause'
# Description of the functionality provided by this module
-Description = 'Inveigh - LLMNR/NBNS spoofer/man-in-the-middle tool'
+Description = 'Inveigh - LLMNR/mDNS/NBNS spoofer/man-in-the-middle tool'
# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '2.0'