-
-
Notifications
You must be signed in to change notification settings - Fork 750
AddOn_techDetection
psiinon edited this page May 7, 2015
·
3 revisions
The Technology Detection add-on uses the Wappalyzer (http://wappalyzer.com/) rules to detect the technologies used by applications.
It works in a very similar way to the Wappalyzer browser add-ons with the following exceptions:
- It does not use the 'Global Javascript variables' as these are difficult to test without a 'full' browser
- It does not use the 'meta tags'- this is still todo
- It does not not show the versions - this is still todo
- It does not not show the confidence - this is still todo
- It allows you to see the 'evidence' used to detect the technologies
Right clicking on a technology will display a 'Show evidence' menu underneath which are all of the regexes used to detect it.
Selecting a regex will switch to the 'Search' tab and search through the history for that regex.