From 65c2df6a2b00d0b2514f84e3e5c514c073bdd6e3 Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Sun, 11 Oct 2015 19:56:02 -0400 Subject: Moved SMB relay code to a dedicated script, also added a Scripts directory and psm1 and psd1 files The SMB relay code is now in Inveigh-Relay.ps1. The script can be used either through Invoke-Inveigh or as a standalone function. --- Inveigh.psm1 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Inveigh.psm1 (limited to 'Inveigh.psm1') diff --git a/Inveigh.psm1 b/Inveigh.psm1 new file mode 100644 index 0000000..19c181f --- /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\Scripts\Inveigh.ps1 +Import-Module $PWD\Scripts\Inveigh-Relay.ps1 \ No newline at end of file -- cgit v1.2.3