aboutsummaryrefslogtreecommitdiff
path: root/Inveigh.psm1
blob: 2352cb6be53dbc26fb8476b46fde0199356942f5 (plain)
1
2
3
4
5
6
7
8
9
<#
.SYNOPSIS
Inveigh is a Windows PowerShell ADIDNS/LLMNR/mDNS/NBNS spoofer/man-in-the-middle tool.

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