Update Cheat Sheet.md

This commit is contained in:
AbdullahRizwan101 2021-01-11 04:13:16 +05:00 committed by GitHub
parent 40fb118d22
commit 760291ffb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -274,9 +274,17 @@ After logging into the wordpress dashboard , we can edit theme's 404.php page wi
This spiders the given url and finding keyowrds then makes a wordlists through it's findings<br/> This spiders the given url and finding keyowrds then makes a wordlists through it's findings<br/>
`cewl.rb <ip>` `cewl.rb <ip>`
# Finding Subdomains # DNS
### Finding Subdomains
`wfuzz -c -w <path_to_wordlist> -u 'http://domain.com -H 'Host: FUZZ.domain.com` `wfuzz -c -w <path_to_wordlist> -u 'http://domain.com -H 'Host: FUZZ.domain.com`
### Zone Transfer
If there is a port 53 open on the machine you could do a zone transfer to get information about DNS records
`dig axfr @<ip> <domain_name>
# King Of The Hill (KoTH) # King Of The Hill (KoTH)
### Monitoring and Closing Shell (Linux) ### Monitoring and Closing Shell (Linux)
* strace `debugging / tamper with processes` * strace `debugging / tamper with processes`