Skip to content

Commit d07a9ac

Browse files
Dropped the www from www.morningstarsecurity.com
1 parent b65827d commit d07a9ac

File tree

1,862 files changed

+1869
-1869
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,862 files changed

+1869
-1869
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
source 'https://rubygems.org'
88

README.md

+3-3

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
$DEBUG = false
88
$VERBOSE = false

addons/country-scanner

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ do
5656
if [ -z "`which $c`" ]; then
5757
echo "$c not found. Aborting"
5858
echo "You need to install geoipgen to generate country IP lists"
59-
echo "Visit https://www.morningstarsecurity.com/research/geoipgen"
59+
echo "Visit https://morningstarsecurity.com/research/geoipgen"
6060
exit 1
6161
fi
6262
done

my-plugins/plugin-tutorial-1.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
#
77
Plugin.define do
88
name "Plugin-Tutorial-1"

my-plugins/plugin-tutorial-2.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
#
77
Plugin.define do
88
name "Plugin-Tutorial-2"

my-plugins/plugin-tutorial-3.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
#
77
Plugin.define do
88
name "Plugin-Tutorial-3"

my-plugins/plugin-tutorial-4.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
#
77
Plugin.define do
88
name "Plugin-Tutorial-4"

my-plugins/plugin-tutorial-5.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
#
77
Plugin.define do
88
name "Plugin-Tutorial-5"

my-plugins/plugin-tutorial-6.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
#
77
Plugin.define do
88
name "Plugin-Tutorial-6"

my-plugins/plugin-tutorial-7.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Plugin-Tutorial-7"

plugin-development/migrate-plugins-to-v0.5.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def has_program?(program)
8686
puts "BEFORE".colorize(:color=>:black, :background => :yellow)
8787
cmd = "cat #{FNAME} | egrep \"^\s*author \""
8888
puts `#{cmd}`.strip.yellow
89-
cmd = "cat #{FNAME} | egrep -B 9999 \"^Plugin.define\" | egrep -A 999 '# https://www.morningstarsecurity.com/research/whatweb' | sed '1d;$d'"
89+
cmd = "cat #{FNAME} | egrep -B 9999 \"^Plugin.define\" | egrep -A 999 '# https://morningstarsecurity.com/research/whatweb' | sed '1d;$d'"
9090
OLDCOMMENTS = `#{cmd}`
9191

9292
puts OLDCOMMENTS.yellow

plugin-development/update-alexa

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is part of WhatWeb and may be subject to
44
# redistribution and commercial restrictions. Please see the WhatWeb
55
# web site for more information on licensing and terms of use.
6-
# https://www.morningstarsecurity.com/research/whatweb
6+
# https://morningstarsecurity.com/research/whatweb
77
##
88
# wget-alexa-top-1m
99
# - Download and extract the Alexa top one million domains in newline format

plugin-development/update-ip-to-country-database

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This file is part of WhatWeb and may be subject to
44
# redistribution and commercial restrictions. Please see the WhatWeb
55
# web site for more information on licensing and terms of use.
6-
# https://www.morningstarsecurity.com/research/whatweb
6+
# https://morningstarsecurity.com/research/whatweb
77
##
88
# wget-ip-to-country
99
# - Download and extract IpToCountry.csv from http://software77.net/geo-ip/

plugins-disabled/address.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Address"

plugins-disabled/adobe-flash-urls.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Adobe-Flash-URLs"

plugins-disabled/atom_feed.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "AtomFeed"

plugins-disabled/charset.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77

88
Plugin.define do

plugins-disabled/content-type.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Content-Type"

plugins-disabled/footer-hash.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Footer-Hash"

plugins-disabled/frame-urls.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Frame-URLs"

plugins-disabled/google-webmaster-verify.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Google-Webmaster-Verify"

plugins-disabled/header-hash.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Header-Hash"

plugins-disabled/html-comments.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "HTML-Comments"

plugins-disabled/http-headers.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "HTTP-Headers"

plugins-disabled/length.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Len"

plugins-disabled/links.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Links"

plugins-disabled/md5.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "MD5"

plugins-disabled/meta-city.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Meta-City"

plugins-disabled/meta-contact.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Meta-Contact"

plugins-disabled/meta-country.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Meta-Country"

plugins-disabled/meta-description.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Meta-Description"

plugins-disabled/meta-geography.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Meta-Geography"

plugins-disabled/meta-keywords.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Meta-Keywords"

plugins-disabled/meta-state.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Meta-State"

plugins-disabled/meta-zipcode.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Meta-Zipcode"

plugins-disabled/mobile-website.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Mobile-Website"

plugins-disabled/post-parameters.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "POST-Parameters"

plugins-disabled/rss_feed.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "RSS-Feed"

plugins-disabled/script-urls.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Script-URLs"

plugins-disabled/shortcut-icon.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Shortcut-Icon"

plugins-disabled/subdomains.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is part of WhatWeb and may be subject to
33
# redistribution and commercial restrictions. Please see the WhatWeb
44
# web site for more information on licensing and terms of use.
5-
# https://www.morningstarsecurity.com/research/whatweb
5+
# https://morningstarsecurity.com/research/whatweb
66
##
77
Plugin.define do
88
name "Subdomains"

0 commit comments

Comments
 (0)