Files
wpscan/lib/common/models/wp_timthumb/output.rb
Christian Mehlmauer b931df654d fix #796
2015-05-12 21:28:12 +02:00

15 lines
235 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