{"id":22794284,"url":"https://github.com/sc4rfurry/subhuntr99","last_synced_at":"2025-08-09T21:32:15.278Z","repository":{"id":103459959,"uuid":"561452086","full_name":"sc4rfurry/SubHuntr99","owner":"sc4rfurry","description":"Hunting Sub-Domain(s) by scraping *subdomainfinder.c99.nl*.","archived":false,"fork":false,"pushed_at":"2024-07-10T07:47:03.000Z","size":49,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-07-10T09:43:42.130Z","etag":null,"topics":["osint-python","python3","sub-domain-finder","subdomain-scanner"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sc4rfurry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-03T18:09:59.000Z","updated_at":"2024-07-07T04:38:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"595da0bc-763b-4cba-98e1-02ea464f24fd","html_url":"https://github.com/sc4rfurry/SubHuntr99","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc4rfurry%2FSubHuntr99","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc4rfurry%2FSubHuntr99/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc4rfurry%2FSubHuntr99/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sc4rfurry%2FSubHuntr99/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sc4rfurry","download_url":"https://codeload.github.com/sc4rfurry/SubHuntr99/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229327771,"owners_count":18055782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["osint-python","python3","sub-domain-finder","subdomain-scanner"],"created_at":"2024-12-12T04:07:56.945Z","updated_at":"2024-12-12T04:07:57.504Z","avatar_url":"https://github.com/sc4rfurry.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)\n\n# SubHuntr99\n\nHunting Sub-Domain(s) by scraping *subdomainfinder.c99.nl*.\n\n## Table of Contents\n\n- [SubHuntr99](#subhuntr99)\n  - [Table of Contents](#table-of-contents)\n    - [📝 Description](#-description)\n    - [🔧 Technologies \u0026 Tools](#-technologies--tools)\n  - [📚 Requirements](#-requirements)\n  - [Installation](#installation)\n    - [Usage](#usage)\n      - [Help Menu](#help-menu)\n    - [Docker](#docker)\n    - [Repo Info ](#repo-info-)\n  - [Contributing](#contributing)\n  - [Todo](#todo)\n  - [Contributors](#contributors)\n  - [License](#license)\n  - [Feedback](#feedback)\n\n#\n\n## 📝 Description\n\nSubHuntr99 is a python script that scrapes the subdomainfinder.c99.nl website to find sub-domains of a domain. I/O is done using the requests and BeautifulSoup libraries.\nAlso, it is possible to use a custom user-agent.\n\n#\n\n## 🔧 Technologies \u0026 Tools\n\n![](https://img.shields.io/badge/OS-Linux-informational?style=flat-square\u0026logo=kali-linux\u0026logoColor=white\u0026color=5194f0\u0026bgcolor=110d17)\n![](https://img.shields.io/badge/Editor-VS_Code-informational?style=flat-square\u0026logo=visual-studio\u0026logoColor=white\u0026color=5194f0)\n![](https://img.shields.io/badge/Language-python-informational?style=flat-square\u0026logo=python\u0026logoColor=white\u0026color=5194f0\u0026bgcolor=110d17)\n![](https://img.shields.io/badge/Python_Version-3.10-informational?style=flat-square\u0026logo=python\u0026logoColor=white\u0026color=5194f0\u0026bgcolor=110d17)\n\n## 📚 Requirements\n\n- Python 3.9+\n- pip3\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install the requirements.\nif not installed, install it using the following command.\n\n```bash\nsudo apt-get install python3-pip\n```\n\n\u003e It is advised to install the python requirements in a virtual environment, for that install the venv package.\n\n```bash\npython3 -m pip install venv\ncd SubHuntr99\npython3 -m venv env\nsource env/bin/activate\n```\n\nAfter that run the following commands:\n\n```bash\npython3 -m pip install -r requirements.txt\n```\n\n## Usage\n```console\n1) python3 main.py\n2) python3 main.py -d example.com\n3) python3 main.py -d example.com -u \"Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0\"\n```\n\n### Help Menu\n\n```bash\n                        \n   _____       __    __  __            __       ____  ____ \n  / ___/__  __/ /_  / / / /_  ______  / /______/ __ \\/ __ \\\n  \\__ \\/ / / / __ \\/ /_/ / / / / __ \\/ __/ ___/ /_/ / /_/ /\n ___/ / /_/ / /_/ / __  / /_/ / / / / /_/ /   \\__, /\\__, / \n/____/\\__,_/_.___/_/ /_/\\__,_/_/ /_/\\__/_/   /____//____/ \n    \n\n    Sub Domian Finder --\u003e subdomainfinder.c99.nl\n        \n        Author:     Sc4rfurry\n        version:    0.2\n        github:     https://github.com/sc4rfurry\n    \n================================================================================\n\nusage: main.py [-h] [-d DOMAIN] [-u USERAGENT]\n\nSubHuntr99\n\noptions:\n  -h, --help    show this help message and exit\n  -d DOMAIN     Domain\n  -u USERAGENT  User-Agent\n```\n\u003c/br\u003e\n\n## Docker\n\u003c/br\u003e\n\n```bash\n# Build the docker image\ndocker build -t subhuntr99 .\n\n# Run the docker image\ndocker run -it subhuntr99\n\n# Run the docker image with a argument\ndocker run -it subhuntr99 -d example.com\n```\n\n#\n\n\u003c/br\u003e\n\n## Repo Info\n\n\u003c/br\u003e\n\u003cimg src=\"https://i.ibb.co/TMJswzK/sub.png\" alt=\"sub\" border=\"0\"\u003e\n\n#\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n#\n\n## Todo\n- [x] Clean Up the Code.\n- [ ] Optimize the workflow.\n- [ ] More bugs to fix. :\\XD\n\n\n#\n\n## Contributors\n\u003e Special thanks to the following people who have contributed to this project:\n- [@cosad3s](https://github.com/cosad3s)\n\nPlease make sure to update tests as appropriate.\n\n\n#\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n#\n## Feedback\n\nIf you have any feedback, please reach out to us at akalucifr@protonmail.ch","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsc4rfurry%2Fsubhuntr99","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsc4rfurry%2Fsubhuntr99","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsc4rfurry%2Fsubhuntr99/lists"}