diff --git a/plugins/raisecom.rb b/plugins/raisecom.rb new file mode 100644 index 0000000..5105b2c --- /dev/null +++ b/plugins/raisecom.rb @@ -0,0 +1,17 @@ +Plugin.define do + name "RAISECOM Gateway" + authors [ + "Ostorlab", + ] + version "0.1" + description "Raisecom is a global leading vendor providing comprehensive access solutions and network devices. " + website "https://www.raisecom.com/" + + matches [ + { + :search => "head", + :regexp => //, + :name => "MSHTML Generator Meta Tag" + }, + ] +end