Ch8 Flashcards

1
Q

Fingerprint web server w/ nmap

A

sudo nmap -sV -p 80 nino.com

sudo nmap -p 80 –script http-enum nino.com

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

Gobuster

A

-u : IP
# -t : threads. 默认是10

gobuster dir -u 192.168.50.20 -w /usr/share/wordlists/dirb/common.txt -t 5

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

Sitemaps 需要看那些文件

A

robots.txt
sitemap.xml

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