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
Release history Release notifications | RSS feed
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)