StackSniffer is a Python-based command-line tool that collects and displays fingerprinting evidence from websites and web servers, presenting raw data (such as HTTP headers, HTML meta tags, script URLs, and file paths) that can be used to identify the underlying technology stack without making assumptions.
This project can used with Python 3. Some external libs are requered.
pip install requests beautifulsoup4python3 stack-sniffer.py --url <url>Note
Use --help or -h to see more flags
Caution
YOU AGREE TO:
- Use only with proper authorization
- Comply with all applicable laws
- Assume full liability for misuse
The Developer assume NO liability.
This project is licensed under the MIT License. See the LICENSE file for details.