Skip to content

Commit ed2286c

Browse files
committed
Fix references to multi_console_command
1 parent fe2962b commit ed2286c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

documentation/modules/post/windows/manage/priv_migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ set PAYLOAD windows/meterpreter/reverse_https
5656
set LHOST 192.168.1.101
5757
set LPORT 13002
5858
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
6060
exploit -j
6161
```
6262

scripts/meterpreter/getgui.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def message
176176
print_status("Starting the port forwarding at local port #{lport}")
177177
client.run_cmd("portfwd add -L 0.0.0.0 -l #{lport} -p 3389 -r 127.0.0.1")
178178
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}")
180180
else
181181
usage
182182
end

scripts/meterpreter/gettelnet.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def unsupported
166166
if (usr!= nil && pass != nil)
167167
addrdpusr(usr, pass)
168168
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}")
170170

171171
else
172172
usage

0 commit comments

Comments
 (0)