diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2015-10-06 20:49:28 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2015-10-06 20:49:28 -0400 |
commit | a8cc3e29be056545b42ed449610c1329d28a3fac (patch) | |
tree | b25fb847001d47b755797602139a3141ea6c0228 /Invoke-Inveigh/README.md | |
parent | 1455b5f483d6ffdcaaa3d7f04b25d7b38a4b8617 (diff) | |
download | Inveigh-a8cc3e29be056545b42ed449610c1329d28a3fac.tar.gz Inveigh-a8cc3e29be056545b42ed449610c1329d28a3fac.zip |
Updated to reflect new module format
Diffstat (limited to 'Invoke-Inveigh/README.md')
-rw-r--r-- | Invoke-Inveigh/README.md | 20 |
1 files changed, 0 insertions, 20 deletions
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. |