Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)