From 9ada337fa43f0f370c10a3adcc62275bbfdf6987 Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Wed, 30 Sep 2015 00:05:20 -0400 Subject: Module version of Inveigh This has not been fully tested. See readme for details. --- Invoke-Inveigh/Inveigh.psm1 | Bin 0 -> 191666 bytes Invoke-Inveigh/Invoke-Inveigh.ps1 | Bin 173568 -> 0 bytes Invoke-Inveigh/README.md | 20 ++++++++++++++++++-- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 Invoke-Inveigh/Inveigh.psm1 delete mode 100644 Invoke-Inveigh/Invoke-Inveigh.ps1 (limited to 'Invoke-Inveigh') diff --git a/Invoke-Inveigh/Inveigh.psm1 b/Invoke-Inveigh/Inveigh.psm1 new file mode 100644 index 0000000..fe0d0ad Binary files /dev/null and b/Invoke-Inveigh/Inveigh.psm1 differ diff --git a/Invoke-Inveigh/Invoke-Inveigh.ps1 b/Invoke-Inveigh/Invoke-Inveigh.ps1 deleted file mode 100644 index 8657ef1..0000000 Binary files a/Invoke-Inveigh/Invoke-Inveigh.ps1 and /dev/null differ 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 -- cgit v1.2.3