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.psm1 | |
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.psm1')
-rw-r--r-- | Inveigh.psm1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Inveigh.psm1 b/Inveigh.psm1 index 19c181f..3e0cf7e 100644 --- a/Inveigh.psm1 +++ b/Inveigh.psm1 @@ -6,4 +6,5 @@ Inveigh is a Windows PowerShell LLMNR/NBNS spoofer with challenge/response captu https://github.com/Kevin-Robertson/Inveigh #> Import-Module $PWD\Scripts\Inveigh.ps1 +Import-Module $PWD\Scripts\Inveigh-BruteForce.ps1 Import-Module $PWD\Scripts\Inveigh-Relay.ps1
\ No newline at end of file |