aboutsummaryrefslogtreecommitdiff
path: root/Inveigh.psm1
blob: 19c181fe798082b96a6e7fbf4485c76495b7ce55 (plain)
1
2
3
4
5
6
7
8
9
<#
.SYNOPSIS
Inveigh is a Windows PowerShell LLMNR/NBNS spoofer with challenge/response capture over HTTP(S)/SMB and NTLMv2 HTTP to SMB relay.

.LINK
https://github.com/Kevin-Robertson/Inveigh
#>
Import-Module $PWD\Scripts\Inveigh.ps1
Import-Module $PWD\Scripts\Inveigh-Relay.ps1