HackTheBox - Attacking Common Applications HackTheBox - Attacking Common Services
Common Tools
FinalRecon
: A Python-based reconnaissance tool offering a range of modules for different tasks like SSL certificate checking, Whois information gathering, header analysis, and crawling. Its modular structure enables easy customisation for specific needs.Recon-ng
: A powerful framework written in Python that offers a modular structure with various modules for different reconnaissance tasks. It can perform DNS enumeration, subdomain discovery, port scanning, web crawling, and even exploit known vulnerabilities.theHarvester
: Specifically designed for gathering email addresses, subdomains, hosts, employee names, open ports, and banners from different public sources like search engines, PGP key servers, and the SHODAN database. It is a command-line tool written in Python.SpiderFoot
: An open-source intelligence automation tool that integrates with various data sources to collect information about a target, including IP addresses, domain names, email addresses, and social media profiles. It can perform DNS lookups, web crawling, port scanning, and more.OSINT Framework
: A collection of various tools and resources for open-source intelligence gathering. It covers a wide range of information sources, including social media, search engines, public records, and more.Wappalyzer
- will analyze the page in-browser and report back on version numbersWhatweb
- Like a local Wappalyzer on kali - whatweb http://{IP}
gobuster
gobuster dir -u {IP} -w /usr/share/wordlists/dirb/common.txt -t {threads}
dirbuster
apt
.git
__BUILD_MANIFEST.sortedPages
to see a list of all pagesHTTP User-Agent
can sometimes be displayed in logging pages, so modifying it could XSS or SQLi some sitesServer
response can reveal info about serveremail=test@test.com
to email[]=test@test.com,attacker@attacker_server.com
user=newuser&passowrd=pass
into user=newuser&passowrd=pass&isAdmin=True
https://github.com/botesjuan/Burp-Suite-Certified-Practitioner-Exam-Study https://github.com/DingyShark/BurpSuiteCertifiedPractitioner https://bscp.guide/
Usernames: https://portswigger.net/web-security/authentication/auth-lab-usernames Passwords: https://portswigger.net/web-security/authentication/auth-lab-passwords