Skip to main content

Get subdomains for a url from virustotal.com without an api key.

Project description

Subtotal

Get subdomains for a url from virustotal without an api key.
Install with:

pip install subtotal

This package contains a cli tool called "subtotal".
It uses selenium to gather a list of subdomains for a given website.
You can use either Firefox or Chrome, but the appropriate webdriver needs to be installed in your current working directory or in your PATH.
Firefox runs headless, but Chrome has to run in a visible browser window.

Usage:

>subtotal -h
usage: subtotal.py [-h] [-o OUTPUT_FILE] [-b BROWSER] url

positional arguments:
  url                   The url to find subdomains for.

options:
  -h, --help            show this help message and exit
  -o OUTPUT_FILE, --output_file OUTPUT_FILE
                        Output file to dump subdomains to. If unspecified, a folder named "subtotals" will be created in your current working directory and the results will be saved to {url}-subdomains.txt
  -b BROWSER, --browser BROWSER
                        Browser for selenium to use. Can be "firefox" or "chrome". The appropriate webdriver needs to be installed in your current working directory or in your PATH.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

subtotal-0.0.2.tar.gz (38.9 kB view hashes)

Uploaded Source

Built Distribution

subtotal-0.0.2-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page