Skip to content

Commit 8fdcc14

Browse files
author
Brent Cook
committed
Land rapid7#8896, Output job id when jobifying exploit
2 parents 1e8edb3 + d50c7d7 commit 8fdcc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/exploit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def cmd_exploit(*args)
147147
# wonder what's up.
148148
elsif (jobify)
149149
if mod.job_id
150-
print_status("Exploit running as background job.")
150+
print_status("Exploit running as background job #{mod.job_id}.")
151151
end
152152
# Worst case, the exploit ran but we got no session, bummer.
153153
else

0 commit comments

Comments
 (0)