What is the primary objective of an attacker using a Bluejacking attack on Bluetooth-enabled devices?
The latest changes and updates from the administration for this exam.
Latest Update: Jun 15 2026
All questions are working fine.
What is the primary objective of an attacker using a Bluejacking attack on Bluetooth-enabled devices?
Tim is working to prevent any remote login attacks to the root account of a Linux system. What method would be the best option to stop attacks like this while still allowing normal users to connect using ssh?
Your company is concerned about the possibility of theft of sensitive information from their systems. The IT Director has directed that access to all USB storage devices be blocked on all corporate workstations to prevent this. The workstation should still use other USB devices, like scanners, printers, keyboards, and mice. Which of the following command-line tools should you use to install a Group Policy (GPO) to all workstations across the network to disable the use of USB storage devices?
During a mobile device security assessment, you observe employees using contactless payment terminals and badge readers that require users to tap their smartphones or access cards within a few centimeters of the reader to initiate communication. The communication fails if the device is moved more than approximately 10 centimeters away from the reader. Which technology enables this short-range communication capability?
During an exploitation phase, a penetration tester targets a web application that processes user-supplied XML data. The tester crafts a malicious payload designed to coerce the application into disclosing local system files by abusing entity resolution. After submitting the payload, the tester observes the following fragment reflected in the server’s response:

Which of the following BEST describes what occurred during this attack?
A penetration tester assesses the security of an ICS that is responsible for managing critical infrastructure. The tester discovers that the system uses a communication protocol with minimal security features, making it vulnerable to unauthorized command injections. Which type of attack is significant to this scenario and should be given the most concern?
While performing a physical security assessment at an organization's headquarters, you observe an employee badge into the secured server room using an authorized proximity access card. Before the door fully closes, an unknown individual follows the employee inside without presenting credentials or interacting with the access control system. Which social engineering technique is being demonstrated?
A consulting firm has just won a contract to provide updates to an employee payroll system originally written years ago in C++. During your assessment of the source code, you notice the command "strcpy" is being used in the application. Which of the following is cause for concern, and what mitigation would you recommend to overcome it?
During an engagement, you execute the following command from a Linux system:

The output shows all three ports as open. What additional information would be required to determine specific software running on these services?
You are modifying a Bash script that reads a list of IP addresses from a file and pings each address to check availability. The current script processes the addresses one by one in a basic manner, but you want to use a loop to handle all the addresses more efficiently. Which type of loop would best handle each line of the file?