Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crypticq/DNS_Enumerator
https://github.com/crypticq/DNS_Enumerator
bugbounty cybersecurity hacking networking pentest-tool pentesting subdomain-enumeration
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crypticq/DNS_Enumerator
- Owner: crypticq
- Created: 2022-09-03T08:21:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T18:56:22.000Z (about 2 years ago)
- Last Synced: 2023-10-27T23:30:28.296Z (about 1 year 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
```![img](https://i.imgur.com/RpmnSJb.png)