Output job id when jobifying exploit
parent
1e8edb377f
commit
d50c7d7f5c
|
@ -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