Module cleanup

bug/bundler_fix
g0tmi1k 2015-07-11 19:40:21 +01:00
parent a4dc409c12
commit d795b2f831
3 changed files with 3 additions and 3 deletions

View File

@ -221,6 +221,6 @@ class Metasploit3 < Msf::Auxiliary
# Report a jenkins information note for future analysis, tied to this service
report_note(:host => rhost, :port => rport, :proto => 'tcp', :ntype => 'jenkins.info', :data => jinfo)
vprint_line('')
vprint_line
end
end

View File

@ -118,7 +118,7 @@ class Metasploit3 < Msf::Auxiliary
return
end
vprint_line("")
vprint_line
vprint_line(res.body)
f = ::File.basename(fname)

View File

@ -208,7 +208,7 @@ class Metasploit3 < Msf::Post
dbvis = "\"#{dbvis}\""
cmd = "#{dbvis} #{args}"
resp = cmd_exec(cmd)
vprint_line("")
vprint_line
vprint_status("#{resp}")
if resp =~ /denied|failed/i
error = true