Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
M1001-byte committed Jul 8, 2024
1 parent fa71f53 commit e15a7e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# DNS BRUTE FORCE
![dnsbrute](https://i.imgur.com/OFRvL56.png)
![dnsbrute](https://i.imgur.com/EMDvyF6.png)

This script performs a brute force attack on DNS servers to discover active subdomains associated with a given domain. It uses a list of keywords to generate potential subdomains quickly and efficiently, querying the DNS server to verify their existence.

Expand All @@ -23,6 +23,7 @@ Options:
--wordlist WORDLIST Wordlist contain wildcards
--dnsserver DNSSERVER
DNS server address. Format: ip:port [default: 1.1.1.1:53]
--ping Verifiy web server (80) and ping response (icmp) [default: false]
--threads THREADS Number of threads to use [default: 100]
--maxretries MAXRETRIES
Number of max retries [default: 10]
Expand Down

0 comments on commit e15a7e1

Please sign in to comment.