Additional resource information from SIG resource. English side only#8
Additional resource information from SIG resource. English side only#8Mauddib28 wants to merge 3 commits intoTarlogicSecurity:mainfrom
Conversation
|
Also added Sena-UD100 hardware devices to sniffing equipment (this addition to both the en and es files) |
|
Thanks @Mauddib28 ! Can we split the PR into two different changes? Just to keep thinks best organized. Sorry to be picky. Thanks! |
|
Hello,
Yes, absolutely!! I'm a little new to pushing changes this way. Please let
me know what I need to do to better follow your process.
- Paul
…On Mon, Apr 22, 2024, 05:59 Antonio Vazquez ***@***.***> wrote:
Thanks @Mauddib28 <https://github.com/Mauddib28> !
Can we split the PR into two different changes? Just to keep thinks best
organized.
Sorry to be picky.
Thanks!
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD362QFZSJKNX5BD5KNOD63Y6TNRRAVCNFSM6AAAAABFZMUAGOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRYHE4DGOJWGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
|
Sorry for the delay. You have sent changes to 01_documentation and 04_resources. I would ask you to create a separate pull request for each section so we can talk about changes separately. Thank you |
|
I will try to redo this pull request in the proper manner. |
|
It appears there is no clear way to separate out my commits for the Section 01 and Section 04 into two separate pull requests, as each pull request is for the entire branch and not individual commits. Please advise how you would like me to continue with this request. The options I appear to have are: |
|
Ok, lets review the changes in this PR. I will start with section four, resources. You added the Sena UD100 as a possible bluetooth sniffer. I am not aware of the sniffer capabilities of this device. I know it is an excellent Bluetooth adapter but is there any sniffing support or documentation we can reference on how to sniff with this device? Thanks! |
|
The Sena UD100 is just the hardware for interacting with Bluetooth devices, however it does allow for interaction with both Bluetooth Classic and Low Energy devices. The software/tools that I would pair with it are 'btmon' and 'bluetoothctl'. btmon is software that allows for sniffing on the HCI Layer and provides visibility into the communication between server and client. bluetoothctl is a command-line toolset for interaction of Bluetooth (Classic + Low Energy) devices which presents itself as a series of command menus that allow for discovery, connection, enumeration, and I/O. Man page for btmon: https://manpages.org/btmon In addition to these previous two, there is also the 'btmgmt' tool. btmgmt is a command-line utility for leveraging the BlueZ Bluetooth library/tools. Man page for btmgmt: https://manpages.ubuntu.com/manpages/jammy/man1/btmgmt.1.html One should note that all the software tools mentioned above are Linux/UNIX centric. The Sena UD100 works with Windows pretty seamlessly, however requires use of either Windows native tools or other software. I do have in my notes somewhere the name of a some Windows-based tools I've interacted with, however that would take me some time to track down. I also am not sure about tools in MacOS. Please let me know if you need any further information, as I'm more than happy to provide any additional details. |
Added additional resources to the "Other Bluetooth SIG documents" section relating to self-study materials