nsubdomain-finder


Namensubdomain-finder JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/Simatwa/nsubdomain-finder
SummaryPerform dns-bruteforce for enumerating subdomains using nmap tool
upload_time2024-07-20 09:18:21
maintainerSmartwa
docs_urlNone
authorSmartwa
requires_python>=3.9
licenseMIT
keywords subdomain subdomain-finder nsubdomain-finder
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align="center">nsubdomain-finder</h1>

> Perform dns-bruteforce for enumerating subdomains using nmap tool.


## Installation

> [!IMPORTANT]
>  Ensure you have [nmap](nmap.org) tool installed.

```sh
pip install nsubdomain-finder[cli]
```

## Usage 

<details>

<summary>

`$ nsubfinder --help`
</summary>

```
usage: nsubfinder [-h] [-v] [-t ipv4|ipv6|ipv4v6] [--json] domain

Perform dns-bruteforce for enumerating subdomains using nmap tool

positional arguments:
  domain                Domain name to perform enumeration

options:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
  -t ipv4|ipv6|ipv4v6, --type ipv4|ipv6|ipv4v6
                        IP type defaults to ipv6
  --json                Stdout results in json format

```

</details>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Simatwa/nsubdomain-finder",
    "name": "nsubdomain-finder",
    "maintainer": "Smartwa",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "subdomain, subdomain-finder, nsubdomain-finder",
    "author": "Smartwa",
    "author_email": "simatwacaleb@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/7c/31/49a0d88b638e57c4050823fcd18018d54c38018ba180a4f4275c7fb23469/nsubdomain-finder-0.0.4.tar.gz",
    "platform": null,
    "description": "<h1 align=\"center\">nsubdomain-finder</h1>\n\n> Perform dns-bruteforce for enumerating subdomains using nmap tool.\n\n\n## Installation\n\n> [!IMPORTANT]\n>  Ensure you have [nmap](nmap.org) tool installed.\n\n```sh\npip install nsubdomain-finder[cli]\n```\n\n## Usage \n\n<details>\n\n<summary>\n\n`$ nsubfinder --help`\n</summary>\n\n```\nusage: nsubfinder [-h] [-v] [-t ipv4|ipv6|ipv4v6] [--json] domain\n\nPerform dns-bruteforce for enumerating subdomains using nmap tool\n\npositional arguments:\n  domain                Domain name to perform enumeration\n\noptions:\n  -h, --help            show this help message and exit\n  -v, --version         show program's version number and exit\n  -t ipv4|ipv6|ipv4v6, --type ipv4|ipv6|ipv4v6\n                        IP type defaults to ipv6\n  --json                Stdout results in json format\n\n```\n\n</details>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Perform dns-bruteforce for enumerating subdomains using nmap tool",
    "version": "0.0.4",
    "project_urls": {
        "Bug Report": "https://github.com/Simatwa/nsubdomain-finder/issues/new",
        "Documentation": "https://github.com/Simatwa/nsubdomain-finder/blob/main/README.md",
        "Download": "https://github.com/Simatwa/nsubdomain-finder/releases",
        "Homepage": "https://github.com/Simatwa/nsubdomain-finder",
        "Issue Tracker": "https://github.com/Simatwa/nsubdomain-finder/issues",
        "Source Code": "https://github.com/Simatwa/nsubdomain-finder"
    },
    "split_keywords": [
        "subdomain",
        " subdomain-finder",
        " nsubdomain-finder"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c3149a0d88b638e57c4050823fcd18018d54c38018ba180a4f4275c7fb23469",
                "md5": "4f99f7150ee7707d7bf98e1fa451d124",
                "sha256": "fe2c7d43090e8ea3460f98eb46bc6d2a5944a7691f9155addb61e6ef409f95de"
            },
            "downloads": -1,
            "filename": "nsubdomain-finder-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4f99f7150ee7707d7bf98e1fa451d124",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 4919,
            "upload_time": "2024-07-20T09:18:21",
            "upload_time_iso_8601": "2024-07-20T09:18:21.156454Z",
            "url": "https://files.pythonhosted.org/packages/7c/31/49a0d88b638e57c4050823fcd18018d54c38018ba180a4f4275c7fb23469/nsubdomain-finder-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-20 09:18:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Simatwa",
    "github_project": "nsubdomain-finder",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "nsubdomain-finder"
}
        
Elapsed time: 1.07290s