diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2016-03-15 21:06:14 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2016-03-15 21:06:14 -0400 |
commit | ef1db479fd6e495c2e0469121b3e3ca49209efaf (patch) | |
tree | 064ae33d6273c82336ab65236b6d90006579f4cc /Inveigh.psd1 | |
parent | 9172f51a5f4bf7c64469fe36df95a5b9f521edd0 (diff) | |
download | Inveigh-ef1db479fd6e495c2e0469121b3e3ca49209efaf.tar.gz Inveigh-ef1db479fd6e495c2e0469121b3e3ca49209efaf.zip |
New Script - Inveigh-BruteForce1.1
New Script - Inveigh-BruteForce - Remote (Hot Potato
method)/unprivileged NBNS brute force spoofer.
Inveigh-BruteForce
Features:
Targeted IPv4 NBNS brute force spoofer with granular control
NTLMv1/NTLMv2 challenge/response capture over HTTP
Granular control of console and file output
Run time control
Inveigh
New Parameters:
HTTPSCertAppID - Specify a valid application GUID for use with the
ceriticate.
LLMNRTTL - Specify a custom LLMNR TTL in seconds for the response
packet.
NBNSTTL - Specify a custom NBNS TTL in seconds for the response packet.
WPADDirectHosts - Comma separated list of hosts to list as direct in the
wpad.dat file. Listed hosts will not be routed through the defined
proxy.
Inveigh-Relay
New Parameters:
HTTPSCertAppID - Specify a valid application GUID for use with the
ceriticate.
RunTime - Set the run time duration in minutes.
Bug Fix:
Fixed an SMB relay issue that was causing a hang before sending the
NTLMv2 response. Thanks to @mubix for reporting the bug and providing a
packet capture.
Diffstat (limited to 'Inveigh.psd1')
-rw-r--r-- | Inveigh.psd1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Inveigh.psd1 b/Inveigh.psd1 index d9ec0b5..9b30cd6 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 with challenge/response capture over HTTP/SMB' +Description = 'Inveigh - LLMNR/NBNS spoofer/man-in-the-middle tool' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '2.0' |