class Intrigue::Ident::Check::Craft
Public Instance Methods
generate_checks(url)
click to toggle source
# File lib/checks/craft.rb, line 6 def generate_checks(url) [ { :vendor => "Craft", :type => "application", :product =>"CMS", :match_details =>"csrf protection cookie", :version => nil, :match_type => :content_cookies, :match_content => /CRAFT_CSRF_TOKEN/, :hide => true, :paths => ["#{url}"] } ] end