mirror of
https://github.com/AbdullahRizwan101/CTF-Writeups
synced 2024-11-10 06:34:17 +00:00
Update Cheat Sheet.md
This commit is contained in:
parent
336ebb5324
commit
a85dbf3a94
1 changed files with 2 additions and 2 deletions
|
@ -443,8 +443,8 @@ If we want to generate a password list having length of 7 starting with "milo" a
|
|||
|
||||
# DNS
|
||||
|
||||
### Finding Subdomains
|
||||
`wfuzz -c -w <path_to_wordlist> -u 'http://domain.com -H 'Host: FUZZ.domain.com`
|
||||
### Finding Subdomain
|
||||
`wfuzz -c -w <path_to_wordlist> -u 'http://domain.com -H "Host: FUZZ.domain.com" `
|
||||
|
||||
### Zone Transfer
|
||||
|
||||
|
|
Loading…
Reference in a new issue