Output job id when jobifying exploit

bug/bundler_fix
Marc Green 2017-08-28 14:36:04 +02:00 committed by GitHub
parent 1e8edb377f
commit d50c7d7f5c
1 changed files with 1 additions and 1 deletions

View File

@ -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