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

20 lines
912 B
JSON

{
"name": "cPassMan",
"author": "Brendan Coles <bcoles@gmail.com>",
"version": "0.1",
"description": "cPassMan is a Passwords Manager dedicated for managing passwords in a collaborative way. It is especially designed to provide passwords access security for allowed people.",
"website": "http://www.cpassman.org/",
"matches": [
{
"text": "<title>Collaborative Passwords Manager</title>"
},
{
"regexp": "(?-mix:<a href=\"http:\\/\\/cpassman.org[\\/]?\" target=\"_blank\">cPassMan<\\/a> ([^\\ ]+))",
"offset": 1
},
{
"text": "<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-nc-nd/3.0/\" title=\"Collaborative Passwords Manager by Nils Laumaill&#233; is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 License\" target=\"_blank\">"
}
]
}