12/7/2022 THM - Content Discovery, Subdomain Enumeration Flashcards

1
Q

How do you show HTML code in the browser?

A

view-source
OR
Inspect

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the “Robots.txt” file do?

A

Tells a search engine which directories to crawl and which ones to avoid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How is the “Robots.txt” file useful (one sentence)?

A

Displays directories you may have not known existed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the “sitemap.xml” file do?

A

List every file the website owner wishes to be listed on the search engine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How is the “sitemap.xml” file useful (one sentence)?

A

Discover OSINT information for later use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is one way to retrieve HTTP Header Information?

A

curl [url] -v

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an online tool to identify what technologies a website is running (ie framework)?

A

Wappalyzer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the syntax for S3 buckets?

A

{name}.s3.amazonaws.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Three common automated tools to perform content discovery?

A

ffef
dirb
gobuster

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does CT stand for when dealing with certificates? Why is this important?

A

Certificate Transparency (CT)
- Publically accessible to ensure everyone uses trusted certs from trusted sources
crt.sh (Website)
entrust (Website)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly