mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
新增Webanalyzer模块
This commit is contained in:
@@ -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>)"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user