Files
wpscan/lib/common/models/wp_timthumb/output.rb
2014-07-01 21:44:39 +02:00

15 lines
245 B
Ruby

# encoding: UTF-8
class WpTimthumb < WpItem
module Output
def output(verbose = false)
puts
puts "#{green('[+]')} #{self}" #this will also output the version number if detected
vulnerabilities.output
end
end
end