HackTheBox - Attacking Common Applications HackTheBox - Attacking Common Services
gobuster
gobuster dir -u {IP} -w /usr/share/wordlists/dirb/common.txt -t {threads}
dirbuster
apt
.git
whatweb
is like a local wappalyzer on kali
whatweb http://{IP}
HTTP User-Agent
can sometimes be displayed in logging pages, so modifying it could XSS or SQLi some sitesServer
response can reveal info about serverhttps://github.com/botesjuan/Burp-Suite-Certified-Practitioner-Exam-Study
Usernames: https://portswigger.net/web-security/authentication/auth-lab-usernames Passwords: https://portswigger.net/web-security/authentication/auth-lab-passwords