mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
24 lines
1.0 KiB
JSON
24 lines
1.0 KiB
JSON
{
|
|
"name": "evercookie",
|
|
"author": "Aung Khant <http://yehg.net/>, Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.2",
|
|
"description": "EverCookie - evercookie is a javascript API available that produces extremely persistent cookies in a browser. Its goal is to identify a client even after they've removed standard cookies, Flash cookies (Local Shared Objects or LSOs), and others.",
|
|
"website": "http://samy.pl/evercookie/",
|
|
"matches": [
|
|
{
|
|
"ghdb": "inurl:/evercookie.js filetype:js \"\\* by samy kamkar : code@samy.pl : http://samy.pl\""
|
|
},
|
|
{
|
|
"regexp": "(?-mix:^ \\* evercookie ([\\d\\.]{1,3}) \\([\\d]{2}\\/[\\d\\.]{2}\\/[\\d\\.]{4}\\) -- extremely persistent cookies)",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"url": "evercookie.js",
|
|
"text": "* by samy kamkar : code@samy.pl : http://samy.pl"
|
|
},
|
|
{
|
|
"regexp": "(?-mix:<script[^>]+src=['\"]([^\"^'^>]*evercookie\\.js)['\"][^>]*>[\\s]*<\\/script>)"
|
|
}
|
|
]
|
|
}
|