diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2015-10-11 19:31:41 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2015-10-11 19:31:41 -0400 |
commit | 8ab002602f672dddb91e27ff6bb7d5050771c688 (patch) | |
tree | e7d0a60aa86987a5040eb02dbadef2279aefdbfb /Inveigh.psm1 | |
parent | d8b913da072770436831f9ed9a6d648c885666f4 (diff) | |
download | Inveigh-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.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 |