https://www.vulnhub.com/?q=D0Not5top&sort=date-des&type=vm
Walkthru:
A. https://github.com/Hamza-Megahed/CTFs/blob/master/d0not5top/README [ burp proxy, adding hostnames to /etc/host
shows following but not working for me. Not showing localhost stuff,
$ dirb http://172.16.34.163/control/ -X .txt,.php,.html
+ http://172.16.34.163/control/hosts.txt
127.0.0.1 localhost
127.0.0.1 D0Not5top.ctf
#127.0.0.1 MadBroAdN1n.ctf ## AD105 M0F05]
B. https://adaywithtape.blogspot.com/2017/04/vulnhub-d0not5top-writeup.html [use nc cmd to get the flag and echo cmd to decode the flag, wfuzz, virtualhost, partially binary string, google language translate, curl -header host request, additional domains, OWSAP ZAP, exiftool, HD, hash64,]
wfuzz -c -w /usr/share/seclists/Discovery/Web_Content/common.txt --hc 404 192.168.56.102/FUZZ
Changing the syntax just a tad to only show html 200 codes and be recursive down to 3 directories gives a clearer view of none-empty pages ;
wfuzz -c -w /usr/share/seclists/Discovery/Web_Content/common.txt -R 3 --sc 200 192.168.56.102/FUZ
--hc=hide code
--sc=show code
Walkthru:
A. https://github.com/Hamza-Megahed/CTFs/blob/master/d0not5top/README [ burp proxy, adding hostnames to /etc/host
shows following but not working for me. Not showing localhost stuff,
$ dirb http://172.16.34.163/control/ -X .txt,.php,.html
+ http://172.16.34.163/control/hosts.txt
127.0.0.1 localhost
127.0.0.1 D0Not5top.ctf
#127.0.0.1 MadBroAdN1n.ctf ## AD105 M0F05]
B. https://adaywithtape.blogspot.com/2017/04/vulnhub-d0not5top-writeup.html [use nc cmd to get the flag and echo cmd to decode the flag, wfuzz, virtualhost, partially binary string, google language translate, curl -header host request, additional domains, OWSAP ZAP, exiftool, HD, hash64,]
wfuzz -c -w /usr/share/seclists/Discovery/Web_Content/common.txt --hc 404 192.168.56.102/FUZZ
Changing the syntax just a tad to only show html 200 codes and be recursive down to 3 directories gives a clearer view of none-empty pages ;
wfuzz -c -w /usr/share/seclists/Discovery/Web_Content/common.txt -R 3 --sc 200 192.168.56.102/FUZ
--hc=hide code
--sc=show code
Comments
Post a Comment