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

22 lines
948 B
JSON

{
"name": "AiCart",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "AiCart shopping cart software is created in PHP and uses a simple template structure, makes it very flexible and easy to modify. The data in AiCart is stored in a MySQL database.",
"website": "http://www.aicart.ca/",
"matches": [
{
"text": "\" for = \"l_password\">Password <span class=\"req\">*</span></label>"
},
{
"text": "<input id = \"l_password\" name = \"l_password\" class = \"field text medium\" type = \"password\" maxlength = \"255\" value = \"\" />"
},
{
"text": "<input id=\"l_remember_me\" name=\"l_remember_me\" class = \"field checkbox\" type = \"checkbox\" value = \"1\" />"
},
{
"text": "<input name=\"APP_authenticate\" type=\"hidden\" id=\"APP_authenticate\" value=\"frmLogin\" />"
}
]
}