mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
23 lines
512 B
JSON
23 lines
512 B
JSON
{
|
|
"name": "osCommerce",
|
|
"website": "https://www.oscommerce.com",
|
|
"matches": [
|
|
{
|
|
"search": "cookies[osCsid]",
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "<br />Powered by <a href=\"https?://www\\.oscommerce\\.com"
|
|
},
|
|
{
|
|
"regexp": "<(?:input|a)[^>]+name=\"osCsid\""
|
|
},
|
|
{
|
|
"regexp": "<(?:tr|td|table)class=\"[^\"]*infoBoxHeading"
|
|
}
|
|
],
|
|
"implies": [
|
|
"PHP",
|
|
"MySQL"
|
|
]
|
|
} |