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

17 lines
796 B
JSON

{
"name": "phpATM",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "phpATM (PHP Advanced Transfer Manager) is a free, open source, PHP based Upload and Download manager. But unlike most other of its kind it stores the data in flat text files and therefore does not require a database like MySQL installed on the web server.",
"website": "http://phpatm.org/",
"matches": [
{
"text": "<frame name=\"viewer_bottom\" src=\"viewer_bottom.php?file="
},
{
"offset": 1,
"regexp": "(?-mix:<div id=\"phpatm\">(<br>)?<a href=\"http:\\/\\/phpatm\\.org\\/\" target=\"_blank\" title=\"Powered by PHP Advanced Transfer Manager v([^\"]+)\">Powered by phpATM<\\/a><br><\\/div>)"
}
]
}