Skip to content

windbreaker555/shortecho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ShortEcho 🔍

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.

Installation

git clone https://github.com/windbreaker555/shortecho.git
cd shortecho
pip3 install requests

Usage

Basic scan:

python3 shortecho.py https://example.com

Active scan (checks specific URLs):

python3 shortecho.py https://example.com --active

Export to JSON:

python3 shortecho.py https://example.com -o results.json

Set confidence threshold:

python3 shortecho.py https://example.com -m 50

All 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

Disclaimer

For authorized security testing only. Always obtain permission before scanning.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages