exam questions

Exam PT0-002 All Questions

View all questions & answers for the PT0-002 exam

Exam PT0-002 topic 1 question 59 discussion

Actual exam question from CompTIA's PT0-002
Question #: 59
Topic #: 1
[All PT0-002 Questions]

A penetration tester found the following valid URL while doing a manual assessment of a web application: http://www.example.com/product.php?id=123987.
Which of the following automated tools would be best to use NEXT to try to identify a vulnerability in this URL?

  • A. SQLmap
  • B. Nessus
  • C. Nikto
  • D. DirBuster
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
RRabbit_111
Highly Voted 2 years, 3 months ago
Selected Answer: A
A. SQLmap would be the best automated tool to use next to try to identify a vulnerability in this URL, specifically an SQL injection vulnerability. SQLmap is an open-source tool that automates the process of detecting and exploiting SQL injection vulnerabilities. It can take a URL as input, such as the one provided in the question, and automatically test for SQL injection by injecting different payloads into the parameters of the URL, such as the "id" parameter in this case. B. Nessus is a vulnerability scanner that can identify vulnerabilities in a wide range of systems and applications, but it is not specific to web application vulnerabilities. C. Nikto is a web server scanner that can identify a wide range of vulnerabilities in web servers and web applications, it's also useful to identify misconfigurations, but it's not specific to SQL injection vulnerabilities. D. DirBuster is a tool that can be used to identify directories and files on web servers, it's not specific to web application vulnerabilities.
upvoted 10 times
[Removed]
2 years, 2 months ago
Correct is A SQL map?
upvoted 1 times
kmanb
2 years, 2 months ago
A does make sense here. Nikto is a web server scanner. The question being given is referring to the URL which SQLmap would be perfect for.
upvoted 4 times
...
...
...
AskingAllTheseQuestions
Highly Voted 2 years, 7 months ago
Selected Answer: C
Nikto is a web scanner vs. Nessus as a system scanner
upvoted 9 times
Chemical2007
2 years, 7 months ago
I agree
upvoted 1 times
...
sdfdsf123
1 year, 7 months ago
Nikto will not dynamically detect SQL injection "in this URL" however.
upvoted 3 times
...
...
fuzzyguzzy
Most Recent 8 months, 1 week ago
Selected Answer: A
A. SQL Map I was stuck between A and C, however, Nikto is a simple web scanner that specializes in detecting server misconfiguration, but IDOR and SQL injection are not among them. Therefore, the answer is A.
upvoted 1 times
...
Etc_Shadow28000
9 months, 3 weeks ago
Selected Answer: A
SQLmap: SQLmap is an automated tool specifically designed to detect and exploit SQL injection vulnerabilities. Analysis of Other Options: B. Nessus: Nessus is a comprehensive vulnerability scanner that can identify a wide range of vulnerabilities across various services and applications. However, it is not as specialized for testing specific SQL injection points in web applications as SQLmap. C. Nikto: Nikto is a web server scanner that checks for a variety of issues, including outdated software and common vulnerabilities. While useful, it is not focused on SQL injection vulnerabilities. D. DirBuster: DirBuster is a directory and file brute-forcing tool used to find hidden directories and files on a web server. It is not designed for testing SQL injection vulnerabilities.
upvoted 1 times
...
Skater_Grace
1 year, 6 months ago
Selected Answer: A
Sqlmap is an open source software that is used to detect and exploit database vulnerabilities and provides options for injecting malicious codes into them. Nikto is an Open Source software written in Perl language that is used to scan a web-server for the vulnerability that can be exploited and can compromise the server. Nessus is a security scanner tool for remote vulnerability scanning, DirBuster is a multi threaded java application designed to brute force directories and files names on web/application servers
upvoted 1 times
...
solutionz
1 year, 8 months ago
Selected Answer: A
Given the nature of the URL and the intention to identify a potential vulnerability, the best tool to use in this scenario would be: A. SQLmap, as it is specifically designed to detect and exploit SQL injection vulnerabilities.
upvoted 1 times
...
bieecop
1 year, 9 months ago
Selected Answer: A
SQLmap correct
upvoted 1 times
...
MysterClyde
1 year, 10 months ago
Geezus, this question is so obvious. The answer is Nikto. Nessus is an infrastructure scanner and not focused on web scanning. SQLMap focuses on scanning sql vulnerabilities. Dirbuster is not a vulnerability scanner. It is a brute force directory scanner that finds hidden pages and info like a web crawler. Nikto is a web vulnerability scan. Had this question have, BurpSuite, w3aF, or owasp ZAP, then you may have had to scratch your head.
upvoted 2 times
boxv4
1 year, 7 months ago
The fact that the URL has id=12987 is an immediate indicator that the tester will try to find a vulnerability via SQL injection. As mentioned on other comments, Nikto would be a close second because its an actual web scanner, but in this particular scenario SQLmap is the best one to try to find a SQL injection attack.
upvoted 1 times
...
...
lifehacker0777
2 years ago
Selected Answer: A
This URL includes a parameter, "id," that is likely being used in a database query to retrieve information about a product. This makes it a potential target for SQL injection attacks, which is what SQLmap specializes in detecting and exploiting.
upvoted 2 times
...
AaronS1990
2 years ago
Selected Answer: A
This is A. C is a close second. I've no idea why B is the given answer as it's definitely not that
upvoted 1 times
...
RHER
2 years, 1 month ago
a no tiene sentido ya que estamos probando parametros inseguros, lo correcto aqui seria nikto
upvoted 2 times
...
nickwen007
2 years, 1 month ago
The automated tool that would be best to use next to try to identify a vulnerability in this URL is A. SQLmap. SQLmap is an open source tool used for detecting and exploiting SQL injection vulnerabilities. It can be used to detect and exploit SQL injections in web applications and URLs such as the one provided, allowing the tester to identify potential vulnerabilities.
upvoted 4 times
...
Dybala
2 years, 1 month ago
Selected Answer: A
I also have to go A based off this: https://www.dummies.com/article/academics-the-arts/study-skills-test-prep/comptia-pentestplus/common-pentest-tools-scanners-275746/
upvoted 4 times
...
beamage
2 years, 1 month ago
Selected Answer: B
Tenable.io Web App Scanning provides easy-to-use, comprehensive and automated vulnerability scanning for modern web applications. Tenable.io WAS allows you to quickly configure and manage web app scans in a matter of minutes with minimal tuning.
upvoted 1 times
[Removed]
2 years, 1 month ago
please read again not wrong comment A is the answer SQLmap
upvoted 2 times
...
...
[Removed]
2 years, 1 month ago
A is 100% correct SQLmap is the answer
upvoted 3 times
...
cy_analyst
2 years, 2 months ago
Selected Answer: A
The URL contains a query parameter 'id', which is commonly used in SQL injection attacks. SQLmap is a specialized tool for detecting and exploiting SQL injection vulnerabilities, so it would be the most suitable tool for testing the vulnerability of the web application in this case. Nikto is a web server scanner that can identify common vulnerabilities and misconfigurations, but it may not be as effective as SQLmap for detecting SQL injection vulnerabilities.
upvoted 5 times
[Removed]
2 years, 1 month ago
yes SQL is the answer
upvoted 2 times
...
cy_analyst
2 years ago
Nikto is also a valid choice for identifying vulnerabilities in the given URL, so it could be considered a correct answer as well.
upvoted 1 times
...
...
kloug
2 years, 2 months ago
aaaaaaa
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago