新增Webanalyzer模块

This commit is contained in:
JrD
2020-07-29 00:02:06 +08:00
parent 07f436929e
commit e9cffc9e7b
5009 changed files with 81504 additions and 3 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "MSFWeb",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.2",
"description": "Metasploit Framework Web Console",
"website": "http://www.metasploit.com/",
"matches": [
{
"regexp": "(?-mix:<title>Metasploit Framework Web Console [v]?([\\d\\.]{1,6})-(dev|release)<\\/title>)",
"offset": 1
},
{
"offset": 1,
"regexp": "(?-mix:<title>Metasploit Framework Web Console [v]?([\\d\\.]{1,6})-(dev|release)<\\/title>)"
},
{
"text": "<meta name=\"Author\" content=\"Mike Whitehead (mwhite22[at]caledonian.ac.uk), Metasploit LLC\" />"
},
{
"text": "<meta name=\"Copyright\" content=\"(c) 2007, Mike Whitehead (mwhite22[at]caledonian.ac.uk), (c) 2006-2007 Metasploit LLC\" />"
},
{
"regexp": "(?-mix:<script>[\\s]*document.writeln('<link rel=\"stylesheet\" type=\"text\\/css\" href=\"' + mainStyle + '\">'); \\/\\/ MSFWeb main stylesheet[\\s]*document.writeln('<link rel=\"stylesheet\" type=\"text\\/css\" href=\"' + windowStyle + '\">'); \\/\\/ Window frame stylesheet[\\s]*<\\/script>)"
}
]
}