| name | wstg-info-09 |
| description | Fingerprint Web Application |
| category | information-gathering |
| owasp_id | WSTG-INFO-09 |
| version | 1.0.0 |
| author | cyberstrike-official |
| tags | ["recon","fingerprint","enumeration","wstg","info"] |
| tech_stack | [] |
| cwe_ids | ["CWE-200"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
wstg-info-09
Test ID
WSTG-INFO-09
Test Name
Fingerprint Web Application
Status
Note: This test case has been merged into WSTG-INFO-08: Fingerprint Web Application Framework in the latest OWASP WSTG version.
Consolidated Reference
For comprehensive guidance on web application fingerprinting, including:
- Application identification techniques
- Version detection methods
- Technology stack analysis
- Custom application identification
Please refer to: WSTG-INFO-08: Fingerprint Web Application Framework
Additional Application-Specific Fingerprinting
While WSTG-INFO-08 covers framework fingerprinting, consider these additional checks for custom/bespoke applications:
Custom Application Indicators
Version Detection Techniques
curl -s https://target.com/version
curl -s https://target.com/api/version
curl -s https://target.com/health
curl -s https://target.com/info
curl -s https://target.com/about
curl -s https://target.com | grep -iE 'version|build|release'
curl -s https://target.com/app.js | grep -iE 'version|v[0-9]+\.[0-9]+'
Documentation
When fingerprinting custom applications, document:
- Application Name: Official name and any aliases
- Version Information: If discoverable
- Vendor/Developer: Who built the application