dnsx: fix typo (#12635)

This commit is contained in:
Darío Hereñú
2024-04-11 14:51:59 -03:00
committed by GitHub
parent 885a472ce9
commit 35ef11c99a

View File

@@ -29,7 +29,7 @@
`dnsx -domain {{FUZZ.example.com}} -wordlist {{path/to/wordlist.txt}} -re`
- Brute force DNS records from a list of [d]omains and wordlists, appending [o]utput to a file wih [n]o [c]olor codes:
- Brute force DNS records from a list of [d]omains and wordlists, appending [o]utput to a file with [n]o [c]olor codes:
`dnsx -domain {{path/to/domain.txt}} -wordlist {{path/to/wordlist.txt}} -re -output {{path/to/output.txt}} -no-color`