Skip to content

daveymason/sniff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sniff - The Website Sniffer

Sniff is a command-line tool for sniffing website information including SSL details, WHOIS information, security headers, and more.

Installation

Install the package using pip:

pip install sniff_admanvoids

Usage

Run the script with the website URL as an argument:

sniff example.com

Options

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

Notes

  • 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.

License

This project is licensed under the MIT License.

To-Do

  • 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.

About

Powerful Recon CLI Tool. This is the repo for the package on PyPi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages