subtotal


Namesubtotal JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryGet subdomains for a url from virustotal.com without an api key.
upload_time2023-03-22 21:31:10
maintainer
docs_urlNone
author
requires_python>=3.6
license
keywords automation enumeration subdomain
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Subtotal
Get subdomains for a url from virustotal without an api key. <br>
Install with:<br>
<pre>
pip install subtotal
</pre>

This package contains a cli tool called "subtotal".<br>
It uses selenium to gather a list of subdomains for a given website.<br>
You can use either Firefox or Chrome, but the appropriate webdriver
needs to be installed in your current working directory or in your PATH.<br>
Firefox runs headless, but Chrome has to run in a visible browser window.<br>
<br>
### Usage:
<pre>
>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.
</pre>
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "subtotal",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "automation,enumeration,subdomain",
    "author": "",
    "author_email": "Matt Manes <mattmanes@pm.me>",
    "download_url": "https://files.pythonhosted.org/packages/af/3a/804a5399055baa066abd49fc600ea38a89a83272dddbc1abc0c69ed5e8b1/subtotal-0.0.2.tar.gz",
    "platform": null,
    "description": "# Subtotal\nGet subdomains for a url from virustotal without an api key. <br>\nInstall with:<br>\n<pre>\npip install subtotal\n</pre>\n\nThis package contains a cli tool called \"subtotal\".<br>\nIt uses selenium to gather a list of subdomains for a given website.<br>\nYou can use either Firefox or Chrome, but the appropriate webdriver\nneeds to be installed in your current working directory or in your PATH.<br>\nFirefox runs headless, but Chrome has to run in a visible browser window.<br>\n<br>\n### Usage:\n<pre>\n>subtotal -h\nusage: subtotal.py [-h] [-o OUTPUT_FILE] [-b BROWSER] url\n\npositional arguments:\n  url                   The url to find subdomains for.\n\noptions:\n  -h, --help            show this help message and exit\n  -o OUTPUT_FILE, --output_file OUTPUT_FILE\n                        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\n  -b BROWSER, --browser BROWSER\n                        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.\n</pre>",
    "bugtrack_url": null,
    "license": "",
    "summary": "Get subdomains for a url from virustotal.com without an api key.",
    "version": "0.0.2",
    "split_keywords": [
        "automation",
        "enumeration",
        "subdomain"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8370b5b1329661f4e7a18575c98d077d3ded25ca81e213bd30048c4d730b8c54",
                "md5": "11193c4927b9aa24eadeacd9bffff9b8",
                "sha256": "9e45ad56f5ec85c345ed046b8a2f84cf073fba7c7e9c08c8e258ab2aeec90b43"
            },
            "downloads": -1,
            "filename": "subtotal-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "11193c4927b9aa24eadeacd9bffff9b8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4617,
            "upload_time": "2023-03-22T21:31:08",
            "upload_time_iso_8601": "2023-03-22T21:31:08.927520Z",
            "url": "https://files.pythonhosted.org/packages/83/70/b5b1329661f4e7a18575c98d077d3ded25ca81e213bd30048c4d730b8c54/subtotal-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af3a804a5399055baa066abd49fc600ea38a89a83272dddbc1abc0c69ed5e8b1",
                "md5": "47d4cf7df6906a6d57538bbbfcaaeed9",
                "sha256": "24efd63b6b39ec11026448430fe6f7a217456b869b0572c8bff5ce14175f60ae"
            },
            "downloads": -1,
            "filename": "subtotal-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "47d4cf7df6906a6d57538bbbfcaaeed9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 38946,
            "upload_time": "2023-03-22T21:31:10",
            "upload_time_iso_8601": "2023-03-22T21:31:10.467080Z",
            "url": "https://files.pythonhosted.org/packages/af/3a/804a5399055baa066abd49fc600ea38a89a83272dddbc1abc0c69ed5e8b1/subtotal-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-22 21:31:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "subtotal"
}
        
Elapsed time: 0.04884s