blob: 879021dfe65efff58767d23789f57e5c210daee5 (
plain)
1
2
3
4
5
6
7
8
9
|
<#
.SYNOPSIS
Inveigh is a Windows PowerShell LLMNR/NBNS spoofer/man-in-the-middle tool.
.LINK
https://github.com/Kevin-Robertson/Inveigh
#>
Import-Module $PWD\Scripts\Inveigh.ps1
Import-Module $PWD\Scripts\Inveigh-Relay.ps1
|