@@ -78,6 +78,7 @@ Mapping/Enumeration:
7878 Options for Mapping/Enumerating
7979
8080 --shares List shares
81+ --check-uac Checks UAC status
8182 --sessions Enumerate active sessions
8283 --disks Enumerate disks
8384 --users Enumerate users
@@ -103,14 +104,18 @@ Command Execution:
103104 -x COMMAND Execute the specified command
104105 -X PS_COMMAND Excute the specified powershell command
105106
106- Shellcode/EXE/DLL Injection:
107- Options for injecting Shellcode/EXE/DLL's in memory using PowerShell
107+ Shellcode/EXE/DLL/Meterpreter Injection:
108+ Options for injecting Shellcode/EXE/DLL/Meterpreter in memory using PowerShell
108109
109- --inject {exe,shellcode ,dll}
110- Inject Shellcode, EXE or a DLL
110+ --inject {shellcode, exe,meterpreter ,dll}
111+ Inject Shellcode, EXE, DLL or Meterpreter
111112 --path PATH Path to the Shellcode/EXE/DLL you want to inject on the target systems
112- --procid PROCID Process ID to inject the Shellcode/EXE/DLL into (if omitted, will inject within the running PowerShell process)
113+ --procid PROCID Process ID to inject the Shellcode/EXE/DLL/Meterpreter into (if omitted, will inject within the running PowerShell process)
113114 --exeargs EXEARGS Arguments to pass to the EXE being reflectively loaded (ignored if not injecting an EXE)
115+ --met {reverse_https,reverse_http}
116+ Specify the Meterpreter to inject
117+ --met-options LHOST LPORT
118+ Meterpreter options
114119
115120Filesystem Interaction:
116121 Options for interacting with filesystems
0 commit comments