https://github.com/crypticq/DNS_Enumerator
https://github.com/crypticq/DNS_Enumerator
bugbounty cybersecurity hacking networking pentest-tool pentesting subdomain-enumeration
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/crypticq/DNS_Enumerator
- Owner: crypticq
- Created: 2022-09-03T08:21:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T18:56:22.000Z (over 3 years ago)
- Last Synced: 2023-10-27T23:30:28.296Z (over 2 years ago)
- Topics: bugbounty, cybersecurity, hacking, networking, pentest-tool, pentesting, subdomain-enumeration
- Language: Go
- Homepage:
- Size: 110 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DNS_Enumerator
```
git clone https://github.com/crypticq/DNS_Enumerator
cd DNS_Enumerator
go build dns.go
```
```
Usage: ./dns
```
# example
```
./dns hackerone.com subdomains-top1million-5000.txt 40
```
# run it in docker
```
docker build -t dns .
docker run dns hackerone.com subdomains-top1million-5000.txt 40
```
