mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
32 lines
703 B
JSON
32 lines
703 B
JSON
{
|
|
"name": "metasploit",
|
|
"author": "fofa",
|
|
"version": "0.1.0",
|
|
"matches": [
|
|
{
|
|
"search": "title",
|
|
"regexp": "Metasploit is initializing..."
|
|
},
|
|
{
|
|
"search": "headers",
|
|
"text": "https://dev.metasploit.com"
|
|
},
|
|
{
|
|
"search": "body",
|
|
"text": "r7bottom-strip"
|
|
},
|
|
{
|
|
"search": "body",
|
|
"text": "metasploit"
|
|
},
|
|
{
|
|
"search": "headers",
|
|
"text": "_ui_session"
|
|
},
|
|
{
|
|
"search": "body",
|
|
"text": "metasploit"
|
|
}
|
|
],
|
|
"condition": "0 or 1 or (2 and 3) or (4 and 5)"
|
|
} |