MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / __init__

Method __init__

actions/ble_pentest.py:936–942  ·  view source on GitHub ↗
(self, shared_data)

Source from the content-addressed store, hash-verified

934 """
935
936 def __init__(self, shared_data):
937 self.shared_data = shared_data
938 self.action_name = "BLEPentest"
939 self.port = 0 # Standalone action
940 self.b_parent_action = None
941 self.logger = logging.getLogger(__name__)
942 self.pentest = BluetoothPentest(self.logger)
943
944 def execute(self):
945 """Execute Bluetooth pentest scan"""

Callers

nothing calls this directly

Calls 1

BluetoothPentestClass · 0.85

Tested by

no test coverage detected