Land #8896, Output job id when jobifying exploit
commit
8fdcc142c7
|
@ -147,7 +147,7 @@ class Exploit
|
|||
# wonder what's up.
|
||||
elsif (jobify)
|
||||
if mod.job_id
|
||||
print_status("Exploit running as background job.")
|
||||
print_status("Exploit running as background job #{mod.job_id}.")
|
||||
end
|
||||
# Worst case, the exploit ran but we got no session, bummer.
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue