aboutsummaryrefslogtreecommitdiff
path: root/Inveigh.psm1
diff options
context:
space:
mode:
authorKevin Robertson <robertsonk@gmail.com>2015-10-11 19:31:41 -0400
committerKevin Robertson <robertsonk@gmail.com>2015-10-11 19:31:41 -0400
commit8ab002602f672dddb91e27ff6bb7d5050771c688 (patch)
treee7d0a60aa86987a5040eb02dbadef2279aefdbfb /Inveigh.psm1
parentd8b913da072770436831f9ed9a6d648c885666f4 (diff)
downloadInveigh-8ab002602f672dddb91e27ff6bb7d5050771c688.tar.gz
Inveigh-8ab002602f672dddb91e27ff6bb7d5050771c688.zip
Moved SMB relay code to a dedicated script, also added 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.
Diffstat (limited to 'Inveigh.psm1')
-rw-r--r--Inveigh.psm19
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