forked from zaproxy/zap-extensions
-
Notifications
You must be signed in to change notification settings - Fork 1
HelpAddonsWappalyzerWappalyzer
psiinon edited this page May 7, 2015
·
7 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
This tab shows all of the detected technologies for the site selected.
Right clicking on a technology
will display a 'Show evidence' menu underneight 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.
http://wappalyzer.com/ | The Wappalyzer homepage | |
https://github.com/ElbertF/Wappalyzer/ | The Wappalyzer repository |
- Introduction
-
2.0 Add-ons
- Add-ons: Release
- Add-ons: Beta
-
Add-ons: Alpha
- Active Scan Rules - alpha
- Access Control Testing
- All In One Notes
- Authentication Statistics
- Browser View
- Bug Tracker
- Code Dx
- Community Scripts
- Custom Payloads
- Custom Report
- DOM XSS Active Scan Rule
- Export Report
- Form Handler
- Groovy Scripting
- HTTPS Info Add-on
- Open API Specification Support
- Passive Scan Rules - alpha
- Replacer
- Revisit
- Server-Sent Events
- Sequence Scanner
- Simple Example
- SOAP Scanner
- SNI Terminator
- Technology Detection
- TLS Debug
- Add-on Development
- Add-on Structure
- Add-on Debugging
- Examples
- Upgrade
- Code Structure
- 1.4 Add-ons
(This is work in progress;)