Skip to content

Commit

Permalink
Updated plugin tutorials with dates and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanadventurer committed May 25, 2016
1 parent bf30163 commit a4b4635
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions my-plugins/plugin-tutorial-2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
# web site for more information on licensing and terms of use.
# http://www.morningstarsecurity.com/research/whatweb
#
Plugin.define "Plugin-Tutorial-2" do
author "Your preferred name <email@address>"
Plugin.define "Plugin-Tutorial-2" do
author "Your preferred name <email@address>" # 1999-12-31
version "0.1"
description "GenericServer is an HTTP server for head-mounted devices that use the FOOT processor."
website "http://example.com/"

Expand Down
2 changes: 1 addition & 1 deletion my-plugins/plugin-tutorial-3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Added cookie detection
##
Plugin.define "Plugin-Tutorial-3" do
author "Your preferred name <email@address>"
author "Your preferred name <email@address>" # 1999-12-31
version "0.2" # <----- updated from tutorial 1
description "Generic CMS is an open-source Content Management System developed in PHP."
website "http://example.com/"
Expand Down
3 changes: 2 additions & 1 deletion my-plugins/plugin-tutorial-4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# http://www.morningstarsecurity.com/research/whatweb
#
Plugin.define "Plugin-Tutorial-4" do
author "Your preferred name <email@address>"
author "Your preferred name <email@address>" # 1999-12-31
version "0.1"
description "GenericWAF is a commercial Web Application Firewall (WAF)."
website "http://example.com/"

Expand Down
3 changes: 2 additions & 1 deletion my-plugins/plugin-tutorial-5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
# http://www.morningstarsecurity.com/research/whatweb
#
Plugin.define "Plugin-Tutorial-5" do
author "Your preferred name <email@address>"
author "Your preferred name <email@address>" # 1999-12-31
version "0.1"
description "GenericRouter is a home router using the ARM processor and busybox Linux."
website "http://example.com/"

Expand Down
2 changes: 1 addition & 1 deletion my-plugins/plugin-tutorial-6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# http://www.morningstarsecurity.com/research/whatweb
#
Plugin.define "Plugin-Tutorial-6" do
author "Your preferred name <email@address>"
author "Your preferred name <email@address>" # 1999-12-31
version "0.1"
description "Describe what the plugin identifies"
website "http://example.com/"
Expand Down
2 changes: 1 addition & 1 deletion my-plugins/plugin-tutorial-7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Added cookie detection
##
Plugin.define "Plugin-Tutorial-7" do
author "Your preferred name <email@address>"
author "Your preferred name <email@address>" # 1999-12-31
version "0.3"
description "Describe what the plugin identifies"
website "http://example.com/"
Expand Down

0 comments on commit a4b4635

Please sign in to comment.