diff options
Diffstat (limited to 'Invoke-Inveigh')
-rw-r--r-- | Invoke-Inveigh/Inveigh.psm1 | bin | 191774 -> 0 bytes | |||
-rw-r--r-- | Invoke-Inveigh/README.md | 20 |
2 files changed, 0 insertions, 20 deletions
diff --git a/Invoke-Inveigh/Inveigh.psm1 b/Invoke-Inveigh/Inveigh.psm1 Binary files differdeleted file mode 100644 index 3671f47..0000000 --- a/Invoke-Inveigh/Inveigh.psm1 +++ /dev/null diff --git a/Invoke-Inveigh/README.md b/Invoke-Inveigh/README.md deleted file mode 100644 index 8fbce14..0000000 --- a/Invoke-Inveigh/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# Inveigh.psm1 - -Module version of Inveigh. This has not been fully tested. - -# Usage: -Import-Module ./Inveigh.psm1 - -Execute Invoke-Inveigh with optional parameters - -Cmdlets: -Invoke-Inveigh - Start Inveigh with or without parameters. -Get-Inveigh - Display queued output. -Get-InveighLog - Display log entries. -Get-InveighNTLMv1 - Display captured NTLMv1 challenge/response hashes. -Get-InveighNTLMv2 - Display captured NTLMv2 challenge/response hashes. -Watch-Inveigh - Enable realtime console output. -Hide-Inveigh - Disable realtime console output. -Clear-Inveigh - Clear NTLMv1, NTLMv2, log, output, failed smbrelay, and spoof repeat suppression lists. -Stop-Inveigh - Stop Invoke-Inveigh. -Get-InveighHelp - List the cmdlets. |