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