Files
wpscan/lib/common/models/wp_timthumb/output.rb
2013-03-19 22:59:20 +01:00

12 lines
138 B
Ruby

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