mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
38 lines
1.8 KiB
JSON
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 ]*<a href=\"http:\\/\\/phpsysinfo.sourceforge.net[^>]*>[\\s ]*phpSysInfo[\\s ]*-[\\s ]*([^<]+)<\\/a>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:Created by[\\s ]*<a href=\"http:\\/\\/phpsysinfo.sourceforge.net[^>]*>[\\s ]*phpSysInfo[\\s ]*-[\\s ]*([^<]+)<\\/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 ]*<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>)"
|
|
}
|
|
]
|
|
}
|