Add a comment

GSoC/Meterpreter_Web_Console
Green-m 2018-09-18 15:58:09 +08:00
parent 862a8c921c
commit d24eb2dbac
No known key found for this signature in database
GPG Key ID: 7A4A0E684B5D6747
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ module Msf
persist_list = []
end
# Stop the job and remove persistence by job id.
# Remove persistence by job id.
job_list.map(&:to_s).each do |job|
if framework.jobs.key?(job)
next unless framework.jobs[job.to_s].ctx[1] # next if no payload context in the job