diff options
Diffstat (limited to 'Inveigh.psm1')
-rw-r--r-- | Inveigh.psm1 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Inveigh.psm1 b/Inveigh.psm1 new file mode 100644 index 0000000..4f626e5 --- /dev/null +++ b/Inveigh.psm1 @@ -0,0 +1,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
\ No newline at end of file |