ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 502 - SY0-601 discussion

Report
Export

An organization is concerned that ils hosted web servers are not running the most updated version of the software. Which of the following would work best to help identify potential vulnerabilities?

A.
hping3 -S compcia.org -p 80
Answers
A.
hping3 -S compcia.org -p 80
B.
nc -1 -v comptia.crg -p 80
Answers
B.
nc -1 -v comptia.crg -p 80
C.
nmap comptia.org -p 80 -sv
Answers
C.
nmap comptia.org -p 80 -sv
D.
nslookup -port«80 comptia.org
Answers
D.
nslookup -port«80 comptia.org
Suggested answer: C

Explanation:

nmap is a network scanning tool that can perform various tasks such as port scanning, service detection, version detection, OS detection, vulnerability scanning, etc… nmap comptia.org -p 80 -sv is a command that scans port 80 (the default port for HTTP) on comptia.org domain name and tries to identify the service name and version running on that port. This can help identify potential vulnerabilities in the web server software by comparing the version with known exploits or patches.

asked 02/10/2024
David Vicente Martinez
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first