Exam PT0-002 All QuestionsBrowse all questions from this exam
Question 59

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?

    Correct Answer: A

    Given the URL http://www.example.com/product.php?id=123987, it contains an 'id' parameter, making it a potential candidate for an SQL injection attack. SQLmap is an automated tool specifically designed for detecting and exploiting SQL injection vulnerabilities. It can take a URL as input and test for SQL injection by injecting various payloads into the parameters of the URL. Thus, SQLmap would be the best tool to use next in this scenario.

Discussion
RRabbitOption: 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.

[Removed]

Correct is A SQL map?

kmanb

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.

AskingAllTheseQuestionsOption: C

Nikto is a web scanner vs. Nessus as a system scanner

Chemical2007

I agree

sdfdsf123

Nikto will not dynamically detect SQL injection "in this URL" however.

cy_analystOption: 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.

[Removed]

yes SQL is the answer

cy_analyst

Nikto is also a valid choice for identifying vulnerabilities in the given URL, so it could be considered a correct answer as well.

nickwen007Option: A

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.

DybalaOption: 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/

[Removed]Option: A

A is 100% correct SQLmap is the answer

kloug

aaaaaaa

[Removed]Option: A

SQL map is answer

MysterClydeOption: C

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.

boxv4

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.

lifehacker0777Option: 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.

RHEROption: C

a no tiene sentido ya que estamos probando parametros inseguros, lo correcto aqui seria nikto

Etc_Shadow28000Option: 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.

Skater_GraceOption: 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

solutionzOption: 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.

bieecopOption: A

SQLmap correct

AaronS1990Option: 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

beamageOption: 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.

[Removed]

please read again not wrong comment A is the answer SQLmap