Land #8896, Output job id when jobifying exploit

bug/bundler_fix
Brent Cook 2017-08-28 09:10:09 -05:00
commit 8fdcc142c7
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
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