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

21 lines
998 B
JSON

{
"name": "Open-Auto-Classifieds",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.2",
"description": "OAC is a free, open source vehicle classifieds manager. Intended to be easy to install and easy to administer, Open Auto Classifieds is based on open technologies such as the PHP scripting language, the MySQL database engine, XHTML eXtensible Hypertext Markup Language, and CSS Cascading Style Sheet styling.",
"website": "http://www.openautoclassifieds.com/index.php",
"matches": [
{
"text": "<p>Powered by <a href=\"http://www.openautoclassifieds.com/index.php\">Open Auto Classifieds</a>"
},
{
"regexp": "(?-mix:\t\t\t<p>Powered by <a href=\"http:\\/\\/www.openautoclassifieds.com[^\"]*\">Open Auto Classifieds v([\\d\\.a-z]+))",
"offset": 1
},
{
"regexp": "(?-mix:\t\t\t<p>Powered by Open Auto Classifieds v([\\d\\.a-z]+))",
"offset": 1
}
]
}