Added RightJS, formatting of PhantomJS driver output

main
Elbert Alias 10 years ago
parent e9866bccb0
commit 9b2567355a

@ -44,6 +44,7 @@
6 6
], ],
"headers": { "headers": {
"Set-Cookie": "3dvisit",
"X-Powered-By": "3DCART" "X-Powered-By": "3DCART"
}, },
"script": "(?:twlh(?:track)?\\.asp|3d_upsell\\.js)", "script": "(?:twlh(?:track)?\\.asp|3d_upsell\\.js)",
@ -58,20 +59,6 @@
}, },
"website": "www.3ware.com" "website": "www.3ware.com"
}, },
"actionhero.js": {
"cats": [
1,
18,
22
],
"headers": {
"X-Powered-By": "actionhero API"
},
"env": "^actionheroClient$",
"script": "actionheroClient\\.js",
"implies": "node.js",
"website": "www.actionherojs.com"
},
"AMPcms": { "AMPcms": {
"cats": [ "cats": [
1 1
@ -909,10 +896,10 @@
12, 12,
18 18
], ],
"env": "^catberry$",
"headers": { "headers": {
"X-Powered-By": "Catberry" "X-Powered-By": "Catberry"
}, },
"env": "^catberry$",
"implies": "node.js", "implies": "node.js",
"website": "catberry.org" "website": "catberry.org"
}, },
@ -3197,7 +3184,6 @@
"^LITHIUM$" "^LITHIUM$"
], ],
"headers": { "headers": {
"Set-Cookie": "LiSESSIONID=",
"Set-Cookie": "LithiumVisitor=" "Set-Cookie": "LithiumVisitor="
}, },
"html": " <a [^>]+Powered by Lithium", "html": " <a [^>]+Powered by Lithium",
@ -3409,15 +3395,15 @@
"cats": [ "cats": [
12 12
], ],
"implies": [
"MongoDB",
"Express",
"AngularJS",
"node.js"
],
"headers": { "headers": {
"X-Powered-CMS": "Mean\\.io" "X-Powered-CMS": "Mean\\.io"
}, },
"implies": [
"MongoDB",
"Express",
"AngularJS",
"node.js"
],
"website": "mean.io" "website": "mean.io"
}, },
"MediaElement.js": { "MediaElement.js": {
@ -4659,6 +4645,14 @@
"script": "rickshaw(\\.min)?\\.js", "script": "rickshaw(\\.min)?\\.js",
"website": "code.shutterstock.com/rickshaw/" "website": "code.shutterstock.com/rickshaw/"
}, },
"RightJS": {
"cats": [
12
],
"env": "^RightJS$",
"script": "right\\.js",
"website": "rightjs.org"
},
"RiteCMS": { "RiteCMS": {
"cats": [ "cats": [
1 1
@ -6507,6 +6501,20 @@
}, },
"website": "zope.org" "website": "zope.org"
}, },
"actionhero.js": {
"cats": [
1,
18,
22
],
"env": "^actionheroClient$",
"headers": {
"X-Powered-By": "actionhero API"
},
"implies": "node.js",
"script": "actionheroClient\\.js",
"website": "www.actionherojs.com"
},
"amCharts": { "amCharts": {
"cats": [ "cats": [
25 25
@ -7294,4 +7302,4 @@
"49": "feed-readers", "49": "feed-readers",
"50": "document-management-systems" "50": "document-management-systems"
} }
} }

@ -1,7 +1,7 @@
{ "name": "Wappalyzer", { "name": "Wappalyzer",
"homepage_url": "https://wappalyzer.com?pk_campaign=chrome&pk_kwd=context", "homepage_url": "https://wappalyzer.com?pk_campaign=chrome&pk_kwd=context",
"description": "Identifies software on the web", "description": "Identifies software on the web",
"version": "2.35", "version": "2.37",
"default_locale": "en", "default_locale": "en",
"manifest_version": 2, "manifest_version": 2,
"icons": { "icons": {

@ -8,7 +8,7 @@
"description": "Identifies software on the web", "description": "Identifies software on the web",
"author": "Elbert Alias", "author": "Elbert Alias",
"license": "GPLv3", "license": "GPLv3",
"version": "3.0.13", "version": "3.0.15",
"main": "driver", "main": "driver",
"preferences": [{ "preferences": [{
"name": "tracking", "name": "tracking",

@ -56,16 +56,18 @@
}); });
apps.push({ apps.push({
url: originalUrl, name: app,
finalUrl: url,
application: app,
confidence: wappalyzer.detected[url][app].confidenceTotal, confidence: wappalyzer.detected[url][app].confidenceTotal,
version: wappalyzer.detected[url][app].version, version: wappalyzer.detected[url][app].version,
categories: cats categories: cats
}); });
} }
console.log(JSON.stringify(apps)); console.log(JSON.stringify({
url: originalUrl,
finalUrl: url,
applications: apps
}));
} }
}, },

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Loading…
Cancel
Save