Dropped the www from www.morningstarsecurity.com

This commit is contained in:
Andrew Horton
2021-02-05 01:58:26 +11:00
parent b65827de4c
commit d07a9ac751
1862 changed files with 1869 additions and 1869 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
source 'https://rubygems.org'
+3 -3
View File
@@ -1,6 +1,6 @@
[![License](https://img.shields.io/badge/license-GPLv2-brightgreen.svg)](https://raw.githubusercontent.com/urbanadventurer/whatweb/master/LICENSE) ![Stable Release](https://img.shields.io/badge/stable_release-0.5.5-blue.svg) ![WhatWeb Plugins](https://img.shields.io/badge/plugins-1824-brightgreen.svg) [![Repositories](https://repology.org/badge/tiny-repos/whatweb.svg)](https://repology.org/project/whatweb/versions)
![logo](https://www.morningstarsecurity.com/wp-content/uploads/2019/02/WhatWeb-Logo-800px.png "WhatWeb Logo")
![logo](https://morningstarsecurity.com/wp-content/uploads/2019/02/WhatWeb-Logo-800px.png "WhatWeb Logo")
# WhatWeb - Next generation web scanner
Developed by Andrew Horton [urbanadventurer](https://github.com/urbanadventurer/) and Brendan Coles [bcoles](https://github.com/bcoles/)
@@ -11,7 +11,7 @@ License: GPLv2
This product is subject to the terms detailed in the license agreement. For more information about WhatWeb visit:
Homepage: https://www.morningstarsecurity.com/research/whatweb
Homepage: https://morningstarsecurity.com/research/whatweb
Wiki: https://github.com/urbanadventurer/WhatWeb/wiki/
@@ -80,7 +80,7 @@ $$$$$$ $$$$$ $$$$ $$$ $$$$ $$$ $$$$ $$$$$$ $$$$$ $$$$$$$$$ $$$$$$$$$'
WhatWeb - Next generation web scanner version 0.5.5.
Developed by Andrew Horton (urbanadventurer) and Brendan Coles (bcoles)
Homepage: https://www.morningstarsecurity.com/research/whatweb
Homepage: https://morningstarsecurity.com/research/whatweb
Usage: whatweb [options] <URLs>
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
$DEBUG = false
$VERBOSE = false
+1 -1
View File
@@ -56,7 +56,7 @@ do
if [ -z "`which $c`" ]; then
echo "$c not found. Aborting"
echo "You need to install geoipgen to generate country IP lists"
echo "Visit https://www.morningstarsecurity.com/research/geoipgen"
echo "Visit https://morningstarsecurity.com/research/geoipgen"
exit 1
fi
done
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
#
Plugin.define do
name "Plugin-Tutorial-1"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
#
Plugin.define do
name "Plugin-Tutorial-2"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
#
Plugin.define do
name "Plugin-Tutorial-3"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
#
Plugin.define do
name "Plugin-Tutorial-4"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
#
Plugin.define do
name "Plugin-Tutorial-5"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
#
Plugin.define do
name "Plugin-Tutorial-6"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Plugin-Tutorial-7"
@@ -86,7 +86,7 @@ puts "[+] Converting #{FNAME} to v0.5".colorize(:color=>:blue, :background => :b
puts "BEFORE".colorize(:color=>:black, :background => :yellow)
cmd = "cat #{FNAME} | egrep \"^\s*author \""
puts `#{cmd}`.strip.yellow
cmd = "cat #{FNAME} | egrep -B 9999 \"^Plugin.define\" | egrep -A 999 '# https://www.morningstarsecurity.com/research/whatweb' | sed '1d;$d'"
cmd = "cat #{FNAME} | egrep -B 9999 \"^Plugin.define\" | egrep -A 999 '# https://morningstarsecurity.com/research/whatweb' | sed '1d;$d'"
OLDCOMMENTS = `#{cmd}`
puts OLDCOMMENTS.yellow
+1 -1
View File
@@ -3,7 +3,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
# wget-alexa-top-1m
# - Download and extract the Alexa top one million domains in newline format
@@ -3,7 +3,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
# wget-ip-to-country
# - Download and extract IpToCountry.csv from http://software77.net/geo-ip/
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Address"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Adobe-Flash-URLs"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AtomFeed"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Content-Type"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Footer-Hash"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Frame-URLs"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Google-Webmaster-Verify"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Header-Hash"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "HTML-Comments"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "HTTP-Headers"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Len"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Links"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "MD5"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Meta-City"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Meta-Contact"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Meta-Country"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Meta-Description"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Meta-Geography"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Meta-Keywords"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Meta-State"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Meta-Zipcode"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Mobile-Website"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "POST-Parameters"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "RSS-Feed"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Script-URLs"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Shortcut-Icon"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Subdomains"
+2 -2
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Tag-Hash"
@@ -15,7 +15,7 @@ description "Fuzzy pattern matching. Analyze the structure of HTML tags. Turns t
# div & span has found nothing yet
# this produces nothing useful for just div or just span
# inspired by this work - http://www.aharef.info/static/htmlgraph/?url=https://www.morningstarsecurity.com/
# inspired by this work - http://www.aharef.info/static/htmlgraph/?url=https://morningstarsecurity.com/
# a method to keep the pattern, yet encode to reduce size would be..
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Vary"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "1024-CMS"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "1&1 Hosting"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "360-Web-Manager"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "3COM-NBX"
+1 -1
View File
@@ -12,7 +12,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "3dcart"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "4D"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "4images"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "68-Classifieds-Script"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "6kbbs"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Aardvark-Topsites-PHP"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AB-WEB-CMS"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "ABO_CMS"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Abyss-Web-Server"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "acarsd"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Accellion-Secure-File-Transfer"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Access-Control-Allow-Methods"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Acclipse"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AChecker"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Acidcat-CMS"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Acme_Serve"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "ACollab"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AContent"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "ACTi-Web-Configurator"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "activeCollab"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "ActiveHTML"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "activeWeb-Content-Server"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "ActiveX"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Ad-Network-Script"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AdaptCMS"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Adcon-Telemetry-Gateway"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AddThis"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Adobe-Connect"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Adobe-Experience-Manager"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Adobe-Flash"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AdSubtract"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "ADTRAN-Device"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Advanced-Guestbook"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Advanced-Image-Hosting-Script"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Advantech-WebAccess"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "adxstudio-cms"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AEF"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AfterLogic-WebMail-Pro"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AiCart"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AIDeX-Webserver"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AirOS"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AirTiesRouter"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AirvaeCommerce"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AJ-Auction-Pro"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "AJA-Video-Converter"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Akamai-Global-Host"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Akiva-WebBoard"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Aladdin-HASP-License-Manager"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Alcatel-Lucent-Omniswitch"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "All-in-one-SEO-Pack"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Allegro-RomPager"
+1 -1
View File
@@ -2,7 +2,7 @@
# 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.
# https://www.morningstarsecurity.com/research/whatweb
# https://morningstarsecurity.com/research/whatweb
##
Plugin.define do
name "Allen-Bradley-PLC"

Some files were not shown because too many files have changed in this diff Show More