Skip to content
/ scopez Public

Scopez verifies connectivity to target servers, reveals CDN presence, and provides detailed target insights like reachability and RDAP.

License

xcalts/scopez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Python Linux MacOS Stars Contributors Lint Issues

Logo

Scopez verifies connectivity to target servers, reveals CDN presence, and provides detailed target insights like reachability and RDAP.

Report Bug · Request Feature · PyPI

Installation

You can install scopez using uv.

uv tool install scopez

(back to top)

Features

  • Parses a file filled with targets
  • Does IP network math
  • Captures RDAP data
  • Pings IPs and FQDNs
  • Displays DNS chains
  • Unix friendly input/output
  • Threads support
  • Multiple input support - STDIN/FILE/CIDR/IP/FQDN/URL
  • Multiple output support - TABLE/JSON/TXT/STDOUT
  • Visualize the network using a graph

(back to top)

Usage

Usage: scopez [OPTIONS]

DEBUG:
  -version   Show the version and exit.
  -no-color  Disable colors in CLI output.
  -silent    Display only results in output.
  -debug     Display debug messages.
  -simulate  Display the parsed targets.

INPUT:
  -target           Targets to analyze (comma-separated).
  -list             List of targets to analyze (file).
  -exclude-targets  Targets to exclude from analysis (comma-separated).
  -exclude-file     List of targets to exclude from analysis (file).

OUTPUT:
  -json       Write output in JSON lines format.
  -table      Write output in Table format.
  -visualize  Visualize output as a network graph image. Specify the filename

TWEAK:
  -threads  The max number of worker threads.

OTHER:
  -help  Show this message and exit.

(back to top)

Contributing

Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature).
  3. Commit your Changes (git commit -m 'Add some AmazingFeature').
  4. Push to the Branch (git push origin feature/AmazingFeature).
  5. Open a Pull Request.

(back to top)

About

Scopez verifies connectivity to target servers, reveals CDN presence, and provides detailed target insights like reachability and RDAP.

Topics

Resources

License

Security policy

Stars

Watchers

Forks