You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
routersploit will crash with an exception (routersploit/core/exploit/printer.py : 137) if a BTLE device has a manufacturer which is not recognised. E.g. if the BD_ADDR is randomised.
Expected Behavior
To fix, 'element' variable needs to be checked for None, and if so, set it to be the string "None", or appropriate.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce (for bugs)
Your Environment
Current Behavior
routersploit will crash with an exception (routersploit/core/exploit/printer.py : 137) if a BTLE device has a manufacturer which is not recognised. E.g. if the BD_ADDR is randomised.
Expected Behavior
To fix, 'element' variable needs to be checked for None, and if so, set it to be the string "None", or appropriate.
The text was updated successfully, but these errors were encountered: