Skip to content

Commit

Permalink
Update CTFBOX.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZishanAdThandar authored Nov 13, 2024
1 parent 65e7760 commit 8721551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes/CTFBOX.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
`cewl http://domain.tld/ | grep -v CeWL > custom-wordlist.txt`
- Subdomain Enumeration
1. Gobuster ```gobuster vhost -u http://monitorsthree.htb --append-domain -w /opt/wordlist/SecLists/Discovery/DNS/subdomains-top1million-5000.txt -r```
2. ffuf ```ffuf -w /opt/wordlist/SecLists/Discovery/DNS/subdomains-top1million-110000.txt:FUZZ -fw 18 -mc all -ac -u http://domain.tld -H 'Host: FUZZ.domain.tld'```
2. ffuf ```ffuf -w /opt/wordlist/SecLists/Discovery/DNS/namelist.txt:FUZZ -fw 18 -mc all -ac -u http://domain.tld -H 'Host: FUZZ.domain.tld'```
- Directory Busting
1. Recursive directory busting `ffuf -w /opt/wordlist/SecLists/Discovery/Web-Content/directory-list-lowercase-2.3-big.txt -ic -recursion -recursion-depth 3 -u https://target.com/FUZZ`
2. Directory`ffuf -w /opt/wordlist/SecLists/Discovery/Web-Content/raft-large-directories.txt -u https://target.com/FUZZ/`
Expand Down

0 comments on commit 8721551

Please sign in to comment.