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

38 lines
1.8 KiB
JSON

{
"name": "phpSysInfo",
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
"version": "0.4",
"description": "PHPSysInfo is a customizable PHP Script that parses /proc, and formats information nicely. It will display information about system facts like Uptime, CPU, Memory, PCI devices, SCSI devices, IDE devices, Network adapters, Disk usage, and more.",
"website": "http://phpsysinfo.sourceforge.net/",
"matches": [
{
"ghdb": "\"Created by phpSysInfo\"",
"certainty": 25
},
{
"text": "var sTargetURL = \"index.php?disp=dynamic\";"
},
{
"regexp": "(?-mix:Generated by[\\s&nbsp;]*<a href=\"http:\\/\\/phpsysinfo.sourceforge.net[^>]*>[\\s&nbsp;]*phpSysInfo[\\s&nbsp;]*-[\\s&nbsp;]*([^<]+)<\\/a>)",
"offset": 1
},
{
"regexp": "(?-mix:Created by[\\s&nbsp;]*<a href=\"http:\\/\\/phpsysinfo.sourceforge.net[^>]*>[\\s&nbsp;]*phpSysInfo[\\s&nbsp;]*-[\\s&nbsp;]*([^<]+)<\\/a>)",
"offset": 1
},
{
"regexp": "(?-mix:<span>Created by <\\/span><a href=\"http:\\/\\/phpsysinfo.sourceforge.net\\/\"><span>phpSysInfo - <\\/span><span>([^<]+)<\\/span>)",
"offset": 1
},
{
"regexp": "(?-mix:<td style=\"width:160px; \"><span>Kernel Version<\\/span><\\/td><td>([^<]+)<\\/td><\\/tr>)"
},
{
"regexp": "(?-mix:<td valign=\"top\"><font size=\"-1\">Distro Name<\\/font><\\/td>[\\r\\n\\s]*<td><img[^>]+>[\\s&nbsp;]*<font size=\"-1\">([^<]+)<\\/font><\\/td>)"
},
{
"regexp": "(?-mix:<td valign=\"top\"><font size=\"-1\">Kernel Version<\\/font><\\/td>[\\r\\n\\s]*<td><font size=\"-1\">([^<]+)<\\/font><\\/td>)"
}
]
}