1
0
mirror of https://github.com/bettercap/bettercap.git synced 2025-03-12 04:36:03 -07:00

44 Commits

Author SHA1 Message Date
Simone Margaritelli
6282fe3451 new: ble, can, hid and wifi modules will now set a custom prompt (closes ) 2024-08-17 12:10:38 +02:00
Simone Margaritelli
69744e6b63 fix: disable ble module for BSD (fixes ) 2024-08-09 18:56:41 +02:00
Simone Margaritelli
2659a559c9 fix: using proper v2 package suffix (fixes ) 2024-08-09 18:19:21 +02:00
evilsocket
76e136a18e fix: fixed device index use for BLE module (fixes ) 2024-08-09 18:00:08 +02:00
Simone Margaritelli
583a54c194 new: new c2 module, first draft 2021-01-27 00:17:25 +01:00
Lars Lehtonen
c980a7b4b2
modules/ble: swap error returns 2019-11-13 17:08:41 -08:00
evilsocket
9dd6145a39
misc: small fix or general refactoring i did not bother commenting 2019-09-08 16:48:32 +02:00
evilsocket
2e2a5248b4
new: ble module is now available for macOS 2019-09-08 16:39:27 +02:00
evilsocket
8ec91c9206
new: implemented ble.timeout and ble.ttl parameters (ref ) 2019-09-08 16:13:46 +02:00
evilsocket
5a62546c50
fix: made BLE module less verbose by switching some of the logs to debug ones 2019-04-21 14:00:43 +02:00
evilsocket
1eec682aeb
new: new ble.device parameter to set HCI index (closes ) 2019-03-29 20:16:41 +01:00
evilsocket
a59c51b825
fix: fixed a bug which broke ble.enum 2019-03-27 16:13:41 +01:00
evilsocket
40ec724ca6
fix: reporting module name when it's already running or already stopped 2019-03-27 13:59:22 +01:00
evilsocket
7d46e7aa7a
fix: fixed a bug when AttEcodeSuccess was returned as an error by the gatt lib (fixes ) 2019-03-26 14:33:14 +01:00
evilsocket
f23c780eee
fix: fixed a bug in ble.recon which sometimes caused a crash if ble.recon off was called but no device was present 2019-03-21 10:57:16 +01:00
evilsocket
756c04fd95
new: module can now export a State map with specific information 2019-03-18 12:07:00 +01:00
evilsocket
d6e6746809
fix: setting BLE device name once services are enumerated 2019-03-17 13:36:59 +01:00
evilsocket
0810a1f2fe
new: exposing ble.device.disconnected events via api.rest module 2019-03-16 21:48:08 +01:00
evilsocket
8115490d3a
new: exposing enumerated BLE services for each device via api.rest module 2019-03-16 20:45:50 +01:00
evilsocket
120db4db3d
fix: fixed a bug in the gatt library which prevented ble.recon/ble.enum to work multiple times (fixes ) 2019-03-13 15:35:46 +01:00
evilsocket
020d471b95
fix: fixed a bug which caused BLE handles to be displayed incorrectly (fixes ) 2019-03-01 11:31:10 +01:00
evilsocket
2e5624917e
misc: small fix or general refactoring i did not bother commenting 2019-02-22 14:48:32 +01:00
evilsocket
0cbd6d7a9d
misc: small fix or general refactoring i did not bother commenting 2019-02-22 14:19:25 +01:00
evilsocket
4d60494bfb
misc: small fix or general refactoring i did not bother commenting 2019-02-22 14:11:31 +01:00
evilsocket
ff8fd9c62d
misc: small fix or general refactoring i did not bother commenting 2019-02-22 14:11:03 +01:00
evilsocket
87b667c1dc
misc: small fix or general refactoring i did not bother commenting 2019-02-22 14:10:49 +01:00
evilsocket
774413fad7
new: parsing BLE privacy flag 2019-02-22 14:06:54 +01:00
evilsocket
5da615f968
new: parsing BLE peripheral preferred connection parameters field 2019-02-22 13:40:39 +01:00
evilsocket
cff4b4c11b
new: parsing BLE PnP ID field 2019-02-22 13:18:43 +01:00
evilsocket
223af913b8
new: new ble.clear command to clear devices collected by ble.recon 2019-02-19 11:13:48 +01:00
evilsocket
a4aa5acbcd
new: wifi.deauth and wifi.assoc now support autocompletion 2019-02-18 13:25:33 +01:00
evilsocket
49e2116d46
new: ble.enum and ble.write now support autocompletion 2019-02-18 13:06:41 +01:00
evilsocket
a72801f9b5
new: ble.show shows device names if available for at least one of the devices 2019-02-15 13:41:39 +01:00
evilsocket
2cdd3d22a5
misc: small fix or general refactoring i did not bother commenting 2019-02-14 16:08:38 +01:00
evilsocket
9a76645a1c
new: parsing BLE appearance field 2019-02-14 14:13:19 +01:00
evilsocket
1fa9160407
fix: fixed a bug which made ble.enum work only once per execution (fixes ) 2019-02-14 13:33:01 +01:00
evilsocket
d51e61f6d0
misc: small fix or general refactoring i did not bother commenting 2019-02-14 12:57:04 +01:00
evilsocket
f72dac0c95
new: parsing BLE flags and company identifiers from advertisements 2019-02-14 12:26:28 +01:00
evilsocket
7f68d0d82c
misc: small fix or general refactoring i did not bother commenting 2019-02-14 11:06:05 +01:00
evilsocket
d62090267e
new: new ble.show.filter, ble.show.limit and ble.show.sort parameters 2019-02-14 10:40:45 +01:00
evilsocket
4eead7eafa
misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
evilsocket
9cd4e380fb
misc: each module now has its own tagged logging 2019-02-12 15:16:02 +01:00
evilsocket
cf953b1e02
misc: small fix or general refactoring i did not bother commenting 2019-02-12 11:51:27 +01:00
Giuseppe Trotta
ed652622e2 Refactoring modules 2019-02-10 23:58:08 +01:00