Matheus-Garbelini / sweyntooth_bluetooth_low_energy_attacks

Proof of Concept of Sweyntooth Bluetooth Low Energy (BLE) vulnerabilities.
267 stars 69 forks source link

Missing import #2

Closed williameriksson closed 4 years ago

williameriksson commented 4 years ago

Hi, first of all: great work with this research!

When I first tried to run CC_connection_req_crash.py I got undefined reference to method raw. I had to import it manually by: from scapy.compat import raw

Does it work straight out of the box for you?

Matheus-Garbelini commented 4 years ago

@williameriksson thanks for the feedback. We may have forgotten to add this import after some cleanup, but it should work straight out of the box

I'll do a commit and let you know.

Matheus-Garbelini commented 4 years ago

@williameriksson fixed by 83db7f478a164a2beff6b75f9f315f93b56015c1