subdomainfinder


Namesubdomainfinder JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://github.com/ankushbhagatofficial/subdomain-finder
SummaryA python based tool for finding subdomains of a domain.
upload_time2023-04-19 20:12:13
maintainer
docs_urlNone
authorAnkush Bhagat
requires_python
license
keywords python securitytrails api findsubdomain
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
<h1 align="center">subdomainfinder</h1>

<p align="center">
A program to find subdomain of any domain.
</p>

<kbd> <img src = "https://user-images.githubusercontent.com/63346676/233093306-9efb8f9a-d5f5-49d3-8fbc-6943fdf4e99c.jpeg"></kbd>

Following program enumaretes possible list of sub-domains using Securitytrails API

## Register

Register account in [SecurityTrails.com](https://securitytrails.com/)
Activate Account to get the API Key

>**PREREQUISITES**

```python3```

>**SETUP PROGRAM**

```pip3 install subdomainfinder```

**Setup API KEY:**

>**For Linux/Macos:**
```
export SD_API_KEY="api_key_value"
```
>**For Windows:**
```
setx [SD_API_KEY] "[api_key_value]"
```
>**Usage:**

```subdomainfinder```

```subdomainfinder --help```
```python3
subdomainfinder --domain vulnweb.com --filepath vulnweb_sd.txt
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ankushbhagatofficial/subdomain-finder",
    "name": "subdomainfinder",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,SecurityTrails,API,findsubdomain",
    "author": "Ankush Bhagat",
    "author_email": "<ankushbhagatofficial@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6b/d0/b22dad1e4b2aab96a1a4b612f9f383805fe1e2ecc27fbbc932f28039ffea/subdomainfinder-1.1.tar.gz",
    "platform": null,
    "description": "\n<h1 align=\"center\">subdomainfinder</h1>\n\n<p align=\"center\">\nA program to find subdomain of any domain.\n</p>\n\n<kbd> <img src = \"https://user-images.githubusercontent.com/63346676/233093306-9efb8f9a-d5f5-49d3-8fbc-6943fdf4e99c.jpeg\"></kbd>\n\nFollowing program enumaretes possible list of sub-domains using Securitytrails API\n\n## Register\n\nRegister account in [SecurityTrails.com](https://securitytrails.com/)\nActivate Account to get the API Key\n\n>**PREREQUISITES**\n\n```python3```\n\n>**SETUP PROGRAM**\n\n```pip3 install subdomainfinder```\n\n**Setup API KEY:**\n\n>**For Linux/Macos:**\n```\nexport SD_API_KEY=\"api_key_value\"\n```\n>**For Windows:**\n```\nsetx [SD_API_KEY] \"[api_key_value]\"\n```\n>**Usage:**\n\n```subdomainfinder```\n\n```subdomainfinder --help```\n```python3\nsubdomainfinder --domain vulnweb.com --filepath vulnweb_sd.txt\n```\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A python based tool for finding subdomains of a domain.",
    "version": "1.1",
    "split_keywords": [
        "python",
        "securitytrails",
        "api",
        "findsubdomain"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c928b10b13f58695ea8c5e4aaab0b052bbe618c9e01133c4350f96a533c98cc",
                "md5": "e9ba3db01675719b29ec14e3b34f835e",
                "sha256": "95eaf4982d5f06304dfab0b5c56283a167babc805cd087c6680fdabed706196d"
            },
            "downloads": -1,
            "filename": "subdomainfinder-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9ba3db01675719b29ec14e3b34f835e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5517,
            "upload_time": "2023-04-19T20:12:10",
            "upload_time_iso_8601": "2023-04-19T20:12:10.529423Z",
            "url": "https://files.pythonhosted.org/packages/0c/92/8b10b13f58695ea8c5e4aaab0b052bbe618c9e01133c4350f96a533c98cc/subdomainfinder-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bd0b22dad1e4b2aab96a1a4b612f9f383805fe1e2ecc27fbbc932f28039ffea",
                "md5": "67d02dd6ce620db7bd54a3f9c33f86cf",
                "sha256": "ee6e5a0cd38029ad5f1f453b03a621b5eac3ff11e845fe5d5a6b829ca3db05dd"
            },
            "downloads": -1,
            "filename": "subdomainfinder-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "67d02dd6ce620db7bd54a3f9c33f86cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4414,
            "upload_time": "2023-04-19T20:12:13",
            "upload_time_iso_8601": "2023-04-19T20:12:13.070793Z",
            "url": "https://files.pythonhosted.org/packages/6b/d0/b22dad1e4b2aab96a1a4b612f9f383805fe1e2ecc27fbbc932f28039ffea/subdomainfinder-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-19 20:12:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ankushbhagatofficial",
    "github_project": "subdomain-finder",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "subdomainfinder"
}
        
Elapsed time: 0.05659s