Files
wpscan/lib/common/models/wp_timthumb/output.rb
Christian Mehlmauer 7f9e178f75 changed some colors
2014-09-22 23:34:42 +02:00

15 lines
244 B
Ruby

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