diff --git a/data.json b/data.json index afab549..529849c 100644 --- a/data.json +++ b/data.json @@ -791,6 +791,12 @@ "0294:RVdXum60OEhCWKpAYKYPk4JyWOpohM4IiUYMrmRXg1qQJLX2uhdOn9htOj+hXrAB16FcPxJOdLsXomtKaK59nui7c4RmkgI2FZjxtDtAeq+c3qA4chS1XKTC" ] }, + "vercel": { + "company": "Vercel", + "name": "Vercel", + "regex": "Vercel Security Checkpoint|/vercel/security/", + "signatures": [] + }, "vfw": { "company": "OWASP", "name": "Varnish Firewall", diff --git a/identYwaf.py b/identYwaf.py index 03a50e9..fb30f01 100755 --- a/identYwaf.py +++ b/identYwaf.py @@ -60,7 +60,7 @@ HTTPCookieProcessor = urllib2.HTTPCookieProcessor NAME = "identYwaf" -VERSION = "1.0.134" +VERSION = "1.0.135" BANNER = r""" ` __ __ ` ____ ___ ___ ____ ______ `| T T` __ __ ____ _____ diff --git a/screenshots/vercel.png b/screenshots/vercel.png new file mode 100644 index 0000000..afba11f Binary files /dev/null and b/screenshots/vercel.png differ