12/7/2022 THM - Content Discovery, Subdomain Enumeration Flashcards
How do you show HTML code in the browser?
view-source
OR
Inspect
What does the “Robots.txt” file do?
Tells a search engine which directories to crawl and which ones to avoid
How is the “Robots.txt” file useful (one sentence)?
Displays directories you may have not known existed.
What does the “sitemap.xml” file do?
List every file the website owner wishes to be listed on the search engine
How is the “sitemap.xml” file useful (one sentence)?
Discover OSINT information for later use.
What is one way to retrieve HTTP Header Information?
curl [url] -v
What is an online tool to identify what technologies a website is running (ie framework)?
Wappalyzer
What is the syntax for S3 buckets?
{name}.s3.amazonaws.com
Three common automated tools to perform content discovery?
ffef
dirb
gobuster
What does CT stand for when dealing with certificates? Why is this important?
Certificate Transparency (CT)
- Publically accessible to ensure everyone uses trusted certs from trusted sources
crt.sh (Website)
entrust (Website)