RCayre / mirage

Mirage is a powerful and modular framework dedicated to the security analysis of wireless communications.
https://homepages.laas.fr/rcayre/mirage-documentation
MIT License
245 stars 42 forks source link

BLE packets shown in output #15

Closed epablosensei closed 3 years ago

epablosensei commented 3 years ago

When using the ble_scan, ble_connect and ble_discover modules via the mirage_launcher, they post all pkts received, breaking the output

Looks like this:

###[ HCI header ]### 
  type      = ACL Data
###[ HCI ACL header ]### 
     BC        = 0
     PB        = 2
     handle    = 72
     len       = 13
###[ L2CAP header ]### 
        len       = 9
        cid       = attribute
###[ ATT header ]### 
           opcode    = 0x9
###[ Read By Type Response ]### 
              len       = 7
              \handles   \
               |###[ ATT_Handle_Variable ]### 
               |  handle    = 0xd
               |  value     = 100e00e4ff

Tried setting --verbosity=NONE with no results

RCayre commented 3 years ago

Hello, yes, you're right ! I uncommented this line to check if a previous patch was correct and forgot to comment it. Thanks !