312-50v13 Exam Question 1

During a red team test, a web application dynamically builds SQL queries using a numeric URL parameter.
The tester sends the following request:
http://vulnerableapp.local/view.php?id=1;
DROP TABLE users;
The application throws errors and the users table is deleted. Which SQL injection technique was used?
  • 312-50v13 Exam Question 2

    During a penetration test at Pacific Trust Bank in Seattle, ethical hacker Mia Chen suspects that a server hosting customer transaction data may be a honeypot. To investigate, she repeatedly sends crafted queries and observes how quickly the system responds. She notices that responses are consistently faster and more uniform than those of other production servers, raising her suspicion that the environment is designed to lure attackers.
    Which technique is Mia most likely using to determine if the server is a honeypot?
  • 312-50v13 Exam Question 3

    During an internal red team engagement at a financial services firm, an ethical hacker named Anika tests persistence mechanisms after successfully gaining access to a junior employee's workstation. As part of her assessment, she deploys a lightweight binary into a low-visibility system folder. To maintain long-term access, she configures it to launch automatically on every system reboot without requiring user interaction.
    Which of the following techniques has most likely been used to ensure the persistence of the attacker's payload?
  • 312-50v13 Exam Question 4

    A tester evaluates a login form that builds SQL queries using unsanitized input. By submitting a single quote (
    ' ), the tester bypasses authentication and logs in. What type of SQL injection occurred?
  • 312-50v13 Exam Question 5

    A financial startup in Chicago hires an ethical hacker to evaluate its exposure on hidden networks. The client is particularly concerned that confidential administrative documents might be circulating on .onion sites. To remain passive, the hacker relies on advanced search filters to look for files with headers suggesting management-related content. Which of the following queries would best meet this objective?