Bluescan Versions Save

An intelligence gathering tool for hacking Bluetooth

v0.8.4

1 year ago
1. Updated dependencies
2. Updated README
3. Now only python 3.10 is supported, and python 3.9 is no longer supported

v0.8.3

1 year ago

Improved plugin framework

v0.8.2

1 year ago

Initial support for plugins

v0.8.1

2 years ago
  • Supported Python 3.10
  • No longer need PyBluez

v0.8.0

2 years ago

Added support for running on aarch64 (issue #21)

v0.7.4

2 years ago

Increase the version of dependencies

v0.7.3

2 years ago
  • Bump some dependencies to the last version to fix a bug that was caused by useless import.
  • included changes from v0.7.2 (Fixed a bug that dropped GATT scan results in some cases)

v0.7.1

2 years ago

Updated dependencies to btgatt v0.0.8 to discover descriptors correctly

v0.7.0

2 years ago
  • A big step for GATT scanning. Bluepy has been deprecated, now the GATT scanning function is based on several bt packages written by myself. More exception handling, and parsed error codes.
  • Added auto-reconnect feature for GATT scan, improving the success rate. Solved the disconnection problem caused by insufficient permissions
  • Removed include descriptor option and always enable it. This is thanks to the new bt package performance improvement.
  • Supported for handling ACL continuing fragments.
  • Used the new python package distribution method.

v0.6.8

2 years ago

Corrected the writing of the hciconfig command in the init_hci() and updated README.