Files
OneForAll-mirror/data/rules/whatweb/php-ping.json
T
2020-07-29 00:02:06 +08:00

17 lines
671 B
JSON

{
"name": "php-ping",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "php-ping - PHP powered ping web interface.",
"website": null,
"matches": [
{
"ghdb": "\"Enter ip\" inurl:\"php-ping.php\"",
"certainty": 75
},
{
"regexp": "(?-mix:<form methode=\"post\" action=\"[^>]*>[\\s]*Enter IP or Host[^<]*<[^<]*type=\"text\" name=\"host\" value=\"[\\d\\.]*\"><\\/input>[\\s]*Enter Count[^>]*name=\"count\" size=\"2\" value=\"4\"><\\/input>[^>]*[\\s]*<input type=\"submit\"[^>]*name=\"submit\" value=\"Ping!\"><\\/input><\\/form><br><b><\\/b>)"
}
]
}