Sniff is a command-line tool for sniffing website information including SSL details, WHOIS information, security headers, and more.
Install the package using pip:
pip install sniff_admanvoids
Run the script with the website URL as an argument:
sniff example.com
The script supports the following options:
--output
: Specify the output format (json, csv, html)
sniff example.com --output json
--assess-risks
: Perform a risk assessment based on the website's security headers
sniff example.com --assess-risks
- Ensure you have a stable internet connection while running the script.
- The script currently performs basic technology analysis using HTTP headers. For more detailed analysis, consider using specialized tools or libraries.
This project is licensed under the MIT License.
- Implement a progress bar for long-running tasks.
- Add support for analyzing subdomains utilizing DNS records & parralel processing.
- Enhance the risk assessment algorithm including outputs for specific cases.
- Social engineering targets, such as email addresses, phone numbers, etc.