diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2015-10-11 19:34:20 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2015-10-11 19:34:20 -0400 |
commit | 3ed10aaad19f8ad6ee386af6f5de0473425258d3 (patch) | |
tree | 38ad6a6a831dec9f99933b88359c290c70243cc8 /Inveigh.psm1 | |
parent | 8ab002602f672dddb91e27ff6bb7d5050771c688 (diff) | |
download | Inveigh-3ed10aaad19f8ad6ee386af6f5de0473425258d3.tar.gz Inveigh-3ed10aaad19f8ad6ee386af6f5de0473425258d3.zip |
Revert "Moved SMB relay code to a dedicated script, also added psm1 and psd1 files."
This reverts commit 8ab002602f672dddb91e27ff6bb7d5050771c688.
Diffstat (limited to 'Inveigh.psm1')
-rw-r--r-- | Inveigh.psm1 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Inveigh.psm1 b/Inveigh.psm1 deleted file mode 100644 index 4f626e5..0000000 --- a/Inveigh.psm1 +++ /dev/null @@ -1,9 +0,0 @@ -<# -.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 |