mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
18 lines
369 B
JSON
18 lines
369 B
JSON
{
|
|
"name": "PHP-Fusion",
|
|
"website": "https://www.php-fusion.co.uk",
|
|
"matches": [
|
|
{
|
|
"search": "headers[x-powered-by]",
|
|
"regexp": "PHP-Fusion (.+)$",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "Powered by <a href=\"[^>]+php-fusion"
|
|
}
|
|
],
|
|
"implies": [
|
|
"PHP",
|
|
"MySQL"
|
|
]
|
|
} |