Elbert Alias 6 years ago
parent 9e207bd0a4
commit 099d448281

@ -2478,7 +2478,7 @@
"cats": [ "cats": [
18 18
], ],
"html": "(?:powered by <a[^>]+>Django ?([\\d.]+)?<\/a>|<input[^>]*name=[\"']csrfmiddlewaretoken[\"'][^>]*>)\\;version:\\1", "html": "(?:powered by <a[^>]+>Django ?([\\d.]+)?<\\/a>|<input[^>]*name=[\"']csrfmiddlewaretoken[\"'][^>]*>)\\;version:\\1",
"icon": "Django.png", "icon": "Django.png",
"implies": "Python", "implies": "Python",
"js": { "js": {
@ -7372,9 +7372,9 @@
57 57
], ],
"html": [ "html": [
"powered by <a href=\"[^>]+getpelican\\.com", "powered by <a href=\"[^>]+getpelican\\.com",
"powered by <a href=\"https?://pelican\\.notmyidea\\.org" "powered by <a href=\"https?://pelican\\.notmyidea\\.org"
], ],
"icon": "pelican.png", "icon": "pelican.png",
"implies": "Python", "implies": "Python",
"website": "https://blog.getpelican.com/" "website": "https://blog.getpelican.com/"
@ -12304,20 +12304,20 @@
16 16
], ],
"html": [ "html": [
"<div[^>]+id=\"recaptcha_image", "<div[^>]+id=\"recaptcha_image",
"<link[^>]+recaptcha", "<link[^>]+recaptcha",
"<div[^>]+class=\"g-recaptcha\"" "<div[^>]+class=\"g-recaptcha\""
], ],
"icon": "reCAPTCHA.png", "icon": "reCAPTCHA.png",
"js": { "js": {
"Recaptcha": "", "Recaptcha": "",
"recaptcha": "" "recaptcha": ""
}, },
"script": [ "script": [
"api-secure\\.recaptcha\\.net", "api-secure\\.recaptcha\\.net",
"recaptcha_ajax\\.js", "recaptcha_ajax\\.js",
"/recaptcha/api\\.js" "/recaptcha/api\\.js"
], ],
"website": "https://www.google.com/recaptcha/" "website": "https://www.google.com/recaptcha/"
}, },
"sIFR": { "sIFR": {

@ -2,7 +2,7 @@
"name": "wappalyzer", "name": "wappalyzer",
"description": "Uncovers the technologies used on websites", "description": "Uncovers the technologies used on websites",
"homepage": "https://github.com/AliasIO/Wappalyzer", "homepage": "https://github.com/AliasIO/Wappalyzer",
"version": "5.5.2", "version": "5.5.3",
"author": "Elbert Alias", "author": "Elbert Alias",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {

@ -4,7 +4,7 @@
"author": "Elbert Alias", "author": "Elbert Alias",
"homepage_url": "https://www.wappalyzer.com", "homepage_url": "https://www.wappalyzer.com",
"description": "Identify web technologies", "description": "Identify web technologies",
"version": "5.5.2", "version": "5.5.3",
"default_locale": "en", "default_locale": "en",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

Loading…
Cancel
Save