Skip to content

Commit

Permalink
New Script - Inveigh-BruteForce
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Kevin-Robertson committed Mar 16, 2016
1 parent 9172f51 commit ef1db47
Show file tree
Hide file tree
Showing 7 changed files with 2,295 additions and 358 deletions.
2 changes: 1 addition & 1 deletion Inveigh.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
1 change: 1 addition & 0 deletions Inveigh.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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
282 changes: 210 additions & 72 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit ef1db47

Please sign in to comment.