https://github.com/chainski/domain-scraper
This is a simple python script to collect sub-domains from a target IP or URL using hackertarget's API
https://github.com/chainski/domain-scraper
api-domain-tool brute-tool domain domain-discovery domain-scanner domain-scraper hackertarget pentest-tool subdomain-enumeration subdomain-harvester subdomain-scanner subdomain-scanning subdomainsbrute
Last synced: about 1 month ago
JSON representation
This is a simple python script to collect sub-domains from a target IP or URL using hackertarget's API
- Host: GitHub
- URL: https://github.com/chainski/domain-scraper
- Owner: Chainski
- License: gpl-3.0
- Created: 2022-03-20T23:07:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T00:19:49.000Z (about 1 year ago)
- Last Synced: 2025-04-03T00:24:23.698Z (about 2 months ago)
- Topics: api-domain-tool, brute-tool, domain, domain-discovery, domain-scanner, domain-scraper, hackertarget, pentest-tool, subdomain-enumeration, subdomain-harvester, subdomain-scanner, subdomain-scanning, subdomainsbrute
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
## Domain-Scraper 🌐
This is a simple python script to collect sub-domains from a target IP or URL using hackertarget's API
#### Note : This is tool is limited to 20 Queries / day with max results of 500## Requirements 🔧
```
$ pip install requests
$ pip install colorama
```If you don't have python installed, then download and run the compiled verson from [HERE](https://github.com/chainski/Domain-Scraper/releases)
## Disclaimer ⚠️
Please use this program only for educational purposes.
It is not meant to be used in any malicious way, and I decline any responsibility for what you do with it.