Files
wpscan/lib/common/models/wp_timthumb/output.rb
Christian Mehlmauer c107422353 verbose output
2013-12-08 00:52:07 +01:00

12 lines
156 B
Ruby

# encoding: UTF-8
class WpTimthumb < WpItem
module Output
def output(verbose = false)
puts ' | ' + red('[!]') + " #{self}"
end
end
end