diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2015-09-30 00:05:20 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2015-09-30 00:05:20 -0400 |
commit | 9ada337fa43f0f370c10a3adcc62275bbfdf6987 (patch) | |
tree | 048354b8e3b8a5dcb9fffd4b2d9bbb21e0b25e4f | |
parent | 477554854cfce2a40a36af368add75493d8ae8f9 (diff) | |
download | Inveigh-9ada337fa43f0f370c10a3adcc62275bbfdf6987.tar.gz Inveigh-9ada337fa43f0f370c10a3adcc62275bbfdf6987.zip |
Module version of Inveigh
This has not been fully tested. See readme for details.
-rw-r--r-- | Invoke-Inveigh/Inveigh.psm1 (renamed from Invoke-Inveigh/Invoke-Inveigh.ps1) | bin | 173568 -> 191666 bytes | |||
-rw-r--r-- | Invoke-Inveigh/README.md | 20 |
2 files changed, 18 insertions, 2 deletions
diff --git a/Invoke-Inveigh/Invoke-Inveigh.ps1 b/Invoke-Inveigh/Inveigh.psm1 Binary files differindex 8657ef1..fe0d0ad 100644 --- a/Invoke-Inveigh/Invoke-Inveigh.ps1 +++ b/Invoke-Inveigh/Inveigh.psm1 diff --git a/Invoke-Inveigh/README.md b/Invoke-Inveigh/README.md index 90a377e..67ef1b7 100644 --- a/Invoke-Inveigh/README.md +++ b/Invoke-Inveigh/README.md @@ -1,3 +1,19 @@ -# Invoke-Inveigh +# Inveigh.psm1 -Importable version of Inveigh.ps1. +Module version of Inveigh. This has not been fully tested. + +To use: +Import-Module ./Inveigh.psm1 + +Invoke-Inveigh with optional parameters + +Cmdlets +Invoke-Inveigh - Start Inveigh with or without parameters +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 |