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