Sha256: 677d453508622fa31511b012e2a07eca4771481ed7cb32f85f5a57c0f8b04ab7
Contents?: true
Size: 603 Bytes
Versions: 5
Compression:
Stored size: 603 Bytes
Contents
=begin Copyright 2010-2022 Ecsypno <http://www.ecsypno.com> This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end module Arachni module Platform::Fingerprinters # # Identifies Nginx web servers. # # @author Tasos "Zapotek" Laskos <tasos.laskos@arachni-scanner.com> # # @version 0.1 # class Nginx < Platform::Fingerprinter def run platforms << :nginx if server_or_powered_by_include? 'nginx' end end end end
Version data entries
5 entries across 5 versions & 1 rubygems