{ "info": { "author": "Nathan Corbin", "author_email": "ncorbuk@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "![alt text](https://raw.githubusercontent.com/ncorbuk/SubZone/master/logo_.png)\n\n**GitHub - https://github.com/ncorbuk/SubZone**\n\n**pypi - https://pypi.org/project/subzone/**\n\n# SubZone\n**```HTTP(S)-Subdomains,Dns records, & More!```**\n* All **registered** subdomains!\n* All **active** subdomains!\n* All **Dns records**!\n* Is **non-intrusive** - leave **NO fingerprints**, *totally fast and totally anonymous.*\n\n**SubZone** - Gathers all registard subdomains for target domain, and then checks too see which ones are active subdomains, \nalso will go through dns servers and do zonetransfer to see if any server have been miss configured and are leaking valuable\ninformation.\n\n* Owner/sys-admin email.\n* Owner contact info.\n* Server contact info.\n* Ip addresses.\n* Port numbers\n* Telephone numbers.\n* Location of server.\n* Other servers\n* Software.\n* & more!.\n*(Check out dns record pics for zonetransfer.me at bottom of page for example)*\n\nThis helps penetration testers and bug hunters collect and gather subdomains and information for the domain they are targeting. \n\n## Getting Started\n\nEither Fork the latest repository or use pip to get latest version of subzone.\nFor easy install of python package and all dependencies use - *pip install subzone*\n\n**Key points**\n* Arguments are **-d** *(For domain)* & **-o** *(For output file)*\n* Use http(s) in your domain. ~ *Ex. -d https://example.com (Not https://www.example.com)*\n* Specifying output file is *NOT* optional. ~ *Ex. -o example.txt* \n* Specifying domain name is *NOT* optional. ~ *Ex. -d https://example.com*\n\n**Can also be used as an import to your own script/program** \n*from subdomain import subzone*\nthen use **subzone.get(url)** eg. subzone.get('https://facebook.com')\nWill print out a list of registard domains and active domains - in color - \n\n**Example Usage:**\n```\n-d (domain) is True(needed) -o (output) is True (needed) - \n- python subzone_v2.0.py -d (domain) -o (output)\n- python subzone_v2.0.py -d https://facebook.com -o facebook.txt\n- python subzone_v2.0.py -d https://zonetransfer.me -o zonetransfer.txt\n```\n\n- *100%*: You will get everything that can be possibly got from the domain/host all whilst leaving **NO** fingerprints.\n\n### Prerequisites\n\n**Python** - This is built on Python 3.6, you will need at least Python 3.5+ (might work with 3+ i haven't tested it - should not be hard to make work tho if doesn't!) to use this software. - [https://www.python.org/](https://www.python.org/)\n\n**Libraries** - You will need/use these libraries to use this software: \n*pip install subzone - will take care of this automatically.*\n\n*From the standard libraries.*\n* Time : n/a\n* Socket : n/a\n* Subprocess : n/a\n* os : n/a\n* Argparse : n/a\n* Json : n/a\n\n*Not from the standard libraries.*\n* Colorama : >=0.3.9\n* Requests : >=2.18.4\n* Urlib3 : >=1.22\n\n## Deployment\n\nsubzone is mainly to be used in console using the commands stated above, *OR* you can use **from subdomain import subzone** in your own script/program and use the following command **subzone.get('https://website.com')** to invoke the subdomain function in your own python code.\n\n## Usage examples with pictures\n\n### Facebook (https://facebook.com)\n**python subzone_v2.0.py -d https://facebook.com -o facebook.txt**\n\n![alt text](https://raw.githubusercontent.com/ncorbuk/SubZone/master/Usage_pictures/facebook_01.png)\n\n![alt text](https://raw.githubusercontent.com/ncorbuk/SubZone/master/Usage_pictures/facebook_02.png)\n\n![alt text](https://raw.githubusercontent.com/ncorbuk/SubZone/master/Usage_pictures/facebook_3.png)\n\n![alt text](https://raw.githubusercontent.com/ncorbuk/SubZone/master/Usage_pictures/facebook_04.png)\n\n### Zonetransfer (https://zonetransfer.me)\n**python subzone_v2.0.py -d https://zonetransfer.me -o zonetransfer.txt**\n\n![alt text](https://raw.githubusercontent.com/ncorbuk/SubZone/master/Usage_pictures/zonetransfer_1.png)\n\n![alt text](https://raw.githubusercontent.com/ncorbuk/SubZone/master/Usage_pictures/zonetransfer_2.png)\n\n![alt text](https://raw.githubusercontent.com/ncorbuk/SubZone/master/Usage_pictures/zonetransfer_3.png)\n\n![alt text](https://raw.githubusercontent.com/ncorbuk/SubZone/master/Usage_pictures/zonetransfer_4.png)\n\n### Output documents (-o filename.txt)\n\n![alt text](https://raw.githubusercontent.com/ncorbuk/SubZone/master/Usage_pictures/output_docs01.png)\n\n* **Output content** - *[View file(s) content](https://github.com/ncorbuk/SubZone/tree/master/Example%20of%20output%20files)*\n\n## Built With\n\n* **Python 3.6.5** - [https://www.python.org/](https://www.python.org/)\n\n## Contributing\n\nPlease read [CONTRIBUTING.md] for details on our code of conduct, and the process for submitting pull requests.\n\n## Version\n\n*Current version: 0.2.8*\n\n*Current filename: subzone.py*\n\n## Authors\n\n* **Nathan Corbin** - *Github*: [ncorbuk](https://github.com/ncorbuk) - *Twitter*: [@ncorbuk](https://twitter.com/ncorbuk)\n\n## Acknowledgments\n\n* I took inspiration from [UnaPibaGeek](https://github.com/UnaPibaGeek) and her *ctfr* code.(check her out, great stuff)\n* I took inspiration from [DigiNinja - DigiNinja](https://zonetransfer.me) for setting up *zonetransfer.me* which is purposely *vulnerable* and not setup correctly to show how a *dns server* can *betray* you and *leak* information if you don't know what your doing.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ncorbuk/SubZone", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "subzone", "package_url": "https://pypi.org/project/subzone/", "platform": "", "project_url": "https://pypi.org/project/subzone/", "project_urls": { "Homepage": "https://github.com/ncorbuk/SubZone" }, "release_url": "https://pypi.org/project/subzone/0.2.8/", "requires_dist": [ "urllib3 (==1.22)", "requests (==2.18.4)", "colorama (==0.3.9)" ], "requires_python": "", "summary": "Subdomains,Dns records, & More!", "version": "0.2.8" }, "last_serial": 4424246, "releases": { "0.2.8": [ { "comment_text": "", "digests": { "md5": "33682cf7c64efe62a8416820bb2a92a2", "sha256": "177a6d88269e3188aa03fdb9bd0bdd36e713f1ff686b831f72553db61cf8a983" }, "downloads": -1, "filename": "subzone-0.2.8-py3-none-any.whl", "has_sig": false, "md5_digest": "33682cf7c64efe62a8416820bb2a92a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9493, "upload_time": "2018-10-28T12:11:29", "url": "https://files.pythonhosted.org/packages/37/7b/f60a7b64ea60ec5d71c3792221abb85f93fded7ba95e0d29166644110677/subzone-0.2.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c55fdd9d4c07d5820f60b902424c074e", "sha256": "1a160dd92e4462f5bec1f791634484285da3dc287e53b9c3e49825d836ecd6d1" }, "downloads": -1, "filename": "subzone-0.2.8.tar.gz", "has_sig": false, "md5_digest": "c55fdd9d4c07d5820f60b902424c074e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7633, "upload_time": "2018-10-28T12:11:31", "url": "https://files.pythonhosted.org/packages/28/31/fc09e536ef9b3fd8f6d993e6a9304c125180a30009359909990c86850931/subzone-0.2.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "33682cf7c64efe62a8416820bb2a92a2", "sha256": "177a6d88269e3188aa03fdb9bd0bdd36e713f1ff686b831f72553db61cf8a983" }, "downloads": -1, "filename": "subzone-0.2.8-py3-none-any.whl", "has_sig": false, "md5_digest": "33682cf7c64efe62a8416820bb2a92a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9493, "upload_time": "2018-10-28T12:11:29", "url": "https://files.pythonhosted.org/packages/37/7b/f60a7b64ea60ec5d71c3792221abb85f93fded7ba95e0d29166644110677/subzone-0.2.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c55fdd9d4c07d5820f60b902424c074e", "sha256": "1a160dd92e4462f5bec1f791634484285da3dc287e53b9c3e49825d836ecd6d1" }, "downloads": -1, "filename": "subzone-0.2.8.tar.gz", "has_sig": false, "md5_digest": "c55fdd9d4c07d5820f60b902424c074e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7633, "upload_time": "2018-10-28T12:11:31", "url": "https://files.pythonhosted.org/packages/28/31/fc09e536ef9b3fd8f6d993e6a9304c125180a30009359909990c86850931/subzone-0.2.8.tar.gz" } ] }