Files
wpscan/lib/common/models/wp_timthumb/output.rb
2013-03-19 23:53:43 +01:00

12 lines
139 B
Ruby

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