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