mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
25 lines
1.3 KiB
JSON
25 lines
1.3 KiB
JSON
{
|
|
"name": "NCR-iTRAN-3000t-Imaging-Transport",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "A full function, image-based table top check imaging and payment processing device",
|
|
"website": "http://www.ncr.com/products-and-services/payment-and-imaging/check-and-document-imaging/low-to-mid-volume-item-processing/ncr-itran-3000t-imaging-transport",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<html><title>Infinity Site Configuration<\\/title>\\s+<body bgcolor=white link=blue text=black vlink=maroon>\\s+<center>\\s+<p align=right>Version: ([^\\s^<]+)<\\/p>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<html>\\s+<title>Main Menu<\\/title>\\s+<body bgcolor=white link=blue text=black vlink=maroon>\\s+<p align=right>Version: ([^\\s^<]+)<\\/p>)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<h1><i><font color=red>Infinity<\\/font><\\/i> Main Menu<\\/h1>\\s+<b>([^<]+)<\\/b>)"
|
|
},
|
|
{
|
|
"url": "/setup.php",
|
|
"regexp": "(?-mix:<input type=hidden name=setupItem\\[\\] value=\"\\$cpassword\"><input type=hidden name=setupTitle\\[\\] value=\"iSite Controller Password\"><input name=setupValue\\[\\] value=\"([^\\\"^>]+)\" size=40><\\/td><\\/tr>)"
|
|
}
|
|
]
|
|
}
|