Sha256: a47ea3be2f4ba6e0e9b26002bb9949f082d473a6525151c6fe04066f69b674f4
Contents?: true
Size: 1.33 KB
Versions: 6
Compression:
Stored size: 1.33 KB
Contents
# frozen_string_literal: true ## # This file is part of WhatWeb and may be subject to # redistribution and commercial restrictions. Please see the WhatWeb # web site for more information on licensing and terms of use. # http://www.morningstarsecurity.com/research/whatweb ## WhatWeb::Plugin.define "FEX" do @author = "Brendan Coles <bcoles@gmail.com>" # 2012-02-22 @version = "0.1" @description = "F*EX (Frams's Fast File EXchange) is a service that can be used to allow users anywhere on the Internet to exchange files of ANY size quickly and conveniently." @website = "http://fex.rus.uni-stuttgart.de/fex.html" # ShodanHQ results as at 2012-02-22 # # 51 for fexsrv # Google results as at 2012-02-22 # # 13 for intitle:"F*EX - File EXchange" "F*EX - Frams' Fast File EXchange" # Dorks # @dorks = [ 'intitle:"F*EX - File EXchange" "F*EX - Frams\' Fast File EXchange"' ] # Matches # @matches = [ # /logo.jpg { url: "/logo.jpg", md5: "ad8a95bba8dd1a61d70bd38611bc2059" }, # Title { text: '<HEAD><TITLE>F*EX - File EXchange</TITLE></HEAD>' }, # h1 heading { certainty: 75, text: "<h1>F*EX - Frams' Fast File EXchange" }, # email address { regexp: /<a href="mailto:[^"]+">fexmaster<\/a><\/address>/i }, # HTTP Server Header { search: "headers[server]", regexp: /^fexsrv$/ }, ] end
Version data entries
6 entries across 6 versions & 1 rubygems