Discover Bluetooth Devices (credit to MindTap)
Example:
You are the security analyst for a small corporate network. To protect your Bluetooth devices from attacks, you want to discover which Bluetooth devices are running in your company and gather information about each of them.
In this lab, your task is to use the Terminal to:
- Use hciconfig to discover and enable the onboard Bluetooth adapter.
- Use hcitool to find all of the Bluetooth devices.
- Answer Question 1.
- Use l2ping to determine if the Bluetooth device is alive and within range.
- Answer Question 2.
- Use sdptool to query Francisco's laptop to determine the Bluetooth services available on the device.
- Answer Question 3.
- Use hcitool to determine the clock offset and class for Brian's Braven Speaker device.
- Answer Question 4.
Complete this lab as follows:
- Initialize the Bluetooth adapter.
- From the Favorites bar, select Terminal.
- At the prompt, type hciconfig and press Enter to view the onboard Bluetooth adapter.
- Type hciconfig hci0 up and press Enter to initialize the adapter.
- Type hciconfig and press Enter to verify that the adapter is up and running.
- Find all Bluetooth devices within range.
- Type hcitool scan and press Enter to view the detected Bluetooth devices and their MAC addresses.
- In the top left, select Answer Questions.
- Answer Question 1.
- Determine if the Bluetooth devices found are in range.
- Type l2ping MAC_address and press Enter to determine if the Bluetooth device is in range.
- Press Ctrl + c to stop the ping process.
To copy the MAC addresses from the scan, highlight the MAC address and then right-click.
- Repeat steps 3a–3b for all the devices.
- Answer Question 2.
- Find details for Francisco's laptop using sdptool.
- Type sdptool browse AF:52:23:92:EF:AF and press Enter to view the details for Francisco's laptop.
- Answer Question 3.
- Find details for Brian's Echo Show using hcitool.
- Type hcitool inq and press Enter to determine the clock offset and class for each device.
- Answer Question 4.
- Select Score Lab.
Comments
Post a Comment