A web technology fingerprinting tool that identifies frameworks, libraries, servers, and technologies used by web applications. Detects 100+ technologies including CMS platforms, JavaScript frameworks, web servers, CDNs, and more through HTTP headers, HTML patterns, and JavaScript analysis.
git clone https://github.com/windbreaker555/shortecho.git
cd shortecho
pip3 install requestsBasic scan:
python3 shortecho.py https://example.comActive scan (checks specific URLs):
python3 shortecho.py https://example.com --activeExport to JSON:
python3 shortecho.py https://example.com -o results.jsonSet confidence threshold:
python3 shortecho.py https://example.com -m 50All options:
-h, --help Show help message
-a, --active Perform active scanning
-o, --output FILE Export results to JSON
-s, --signatures FILE Custom signatures file
-m, --min-confidence NUM Minimum confidence (default: 30)
--no-color Disable colors
For authorized security testing only. Always obtain permission before scanning.