blob: 4f626e57c6b676b625256a1c2398874155d9a887 (
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\Inveigh.ps1
Import-Module $PWD\Inveigh-Relay.ps1
|