mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
27 lines
1.2 KiB
JSON
27 lines
1.2 KiB
JSON
{
|
|
"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>)"
|
|
}
|
|
]
|
|
}
|