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
40fb118d22
commit
760291ffb3
1 changed files with 9 additions and 1 deletions
|
@ -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/>
|
||||
`cewl.rb <ip>`
|
||||
|
||||
# Finding Subdomains
|
||||
# DNS
|
||||
|
||||
### Finding Subdomains
|
||||
`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)
|
||||
### Monitoring and Closing Shell (Linux)
|
||||
* strace `debugging / tamper with processes`
|
||||
|
|
Loading…
Reference in a new issue