Return icon path and website in PhantomJS driver

main
Elbert Alias 8 years ago
parent bdc21f8138
commit 45f77181b1

@ -88,7 +88,8 @@
name: app,
confidence: wappalyzer.detected[url][app].confidenceTotal,
version: wappalyzer.detected[url][app].version,
icon: wappalyzer.detected[url][app].icon,
icon: wappalyzer.apps[app].icon,
website: wappalyzer.apps[app].website,
categories: cats
});
}