LICENSE
README.md
pyproject.toml
blue_tap/__init__.py
blue_tap.egg-info/PKG-INFO
blue_tap.egg-info/SOURCES.txt
blue_tap.egg-info/dependency_links.txt
blue_tap.egg-info/entry_points.txt
blue_tap.egg-info/requires.txt
blue_tap.egg-info/top_level.txt
blue_tap/demo/__init__.py
blue_tap/demo/mock_data.py
blue_tap/demo/report_data.py
blue_tap/demo/runner.py
blue_tap/firmware/__init__.py
blue_tap/firmware/rtl8761bu_fw_darkfirmware.bin
blue_tap/firmware/rtl8761bu_fw_original.bin
blue_tap/framework/__init__.py
blue_tap/framework/contracts/__init__.py
blue_tap/framework/contracts/report_contract.py
blue_tap/framework/contracts/result_schema.py
blue_tap/framework/envelopes/__init__.py
blue_tap/framework/envelopes/attack.py
blue_tap/framework/envelopes/audio.py
blue_tap/framework/envelopes/data.py
blue_tap/framework/envelopes/firmware.py
blue_tap/framework/envelopes/fuzz.py
blue_tap/framework/envelopes/recon.py
blue_tap/framework/envelopes/scan.py
blue_tap/framework/envelopes/spoof.py
blue_tap/framework/module/__init__.py
blue_tap/framework/module/autoload.py
blue_tap/framework/module/base.py
blue_tap/framework/module/context.py
blue_tap/framework/module/invoker.py
blue_tap/framework/module/loader.py
blue_tap/framework/module/options.py
blue_tap/framework/module/options_container.py
blue_tap/framework/registry/__init__.py
blue_tap/framework/registry/descriptors.py
blue_tap/framework/registry/families.py
blue_tap/framework/registry/registry.py
blue_tap/framework/reporting/__init__.py
blue_tap/framework/reporting/adapters/__init__.py
blue_tap/framework/reporting/adapters/attack.py
blue_tap/framework/reporting/adapters/audio.py
blue_tap/framework/reporting/adapters/data.py
blue_tap/framework/reporting/adapters/discovery.py
blue_tap/framework/reporting/adapters/dos.py
blue_tap/framework/reporting/adapters/firmware.py
blue_tap/framework/reporting/adapters/fuzz.py
blue_tap/framework/reporting/adapters/lmp_capture.py
blue_tap/framework/reporting/adapters/recon.py
blue_tap/framework/reporting/adapters/spoof.py
blue_tap/framework/reporting/adapters/vulnscan.py
blue_tap/framework/reporting/renderers/__init__.py
blue_tap/framework/reporting/renderers/blocks.py
blue_tap/framework/reporting/renderers/html.py
blue_tap/framework/reporting/renderers/registry.py
blue_tap/framework/reporting/renderers/sections.py
blue_tap/framework/runtime/__init__.py
blue_tap/framework/runtime/cli_events.py
blue_tap/framework/sessions/__init__.py
blue_tap/framework/sessions/store.py
blue_tap/hardware/__init__.py
blue_tap/hardware/adapter.py
blue_tap/hardware/firmware.py
blue_tap/hardware/hci_vsc.py
blue_tap/hardware/obex_client.py
blue_tap/hardware/scanner.py
blue_tap/hardware/spoofer.py
blue_tap/interfaces/__init__.py
blue_tap/interfaces/cli/__init__.py
blue_tap/interfaces/cli/_module_runner.py
blue_tap/interfaces/cli/adapter.py
blue_tap/interfaces/cli/auto.py
blue_tap/interfaces/cli/discover.py
blue_tap/interfaces/cli/doctor.py
blue_tap/interfaces/cli/dos.py
blue_tap/interfaces/cli/exploit.py
blue_tap/interfaces/cli/extract.py
blue_tap/interfaces/cli/fleet.py
blue_tap/interfaces/cli/fuzz.py
blue_tap/interfaces/cli/main.py
blue_tap/interfaces/cli/plugins.py
blue_tap/interfaces/cli/recon.py
blue_tap/interfaces/cli/reporting.py
blue_tap/interfaces/cli/runner.py
blue_tap/interfaces/cli/shared.py
blue_tap/interfaces/cli/spoof.py
blue_tap/interfaces/cli/vulnscan.py
blue_tap/interfaces/playbooks/__init__.py
blue_tap/interfaces/reporting/__init__.py
blue_tap/interfaces/reporting/generator.py
blue_tap/interfaces/sessions/__init__.py
blue_tap/modules/__init__.py
blue_tap/modules/assessment/__init__.py
blue_tap/modules/assessment/base.py
blue_tap/modules/assessment/cve_framework.py
blue_tap/modules/assessment/fleet.py
blue_tap/modules/assessment/vuln_scanner.py
blue_tap/modules/assessment/vulnscan_module.py
blue_tap/modules/assessment/checks/__init__.py
blue_tap/modules/assessment/checks/cve_airoha.py
blue_tap/modules/assessment/checks/cve_avrcp.py
blue_tap/modules/assessment/checks/cve_ble_smp.py
blue_tap/modules/assessment/checks/cve_bnep.py
blue_tap/modules/assessment/checks/cve_gatt.py
blue_tap/modules/assessment/checks/cve_hid.py
blue_tap/modules/assessment/checks/cve_l2cap.py
blue_tap/modules/assessment/checks/cve_pairing.py
blue_tap/modules/assessment/checks/cve_raw_acl.py
blue_tap/modules/assessment/checks/cve_sdp.py
blue_tap/modules/assessment/checks/non_cve_ble.py
blue_tap/modules/assessment/checks/non_cve_posture.py
blue_tap/modules/assessment/checks/non_cve_rfcomm.py
blue_tap/modules/discovery/__init__.py
blue_tap/modules/discovery/scanner.py
blue_tap/modules/exploitation/__init__.py
blue_tap/modules/exploitation/_e0.py
blue_tap/modules/exploitation/bias.py
blue_tap/modules/exploitation/bluffs.py
blue_tap/modules/exploitation/ctkd.py
blue_tap/modules/exploitation/encryption_downgrade.py
blue_tap/modules/exploitation/hijack.py
blue_tap/modules/exploitation/knob.py
blue_tap/modules/exploitation/pin_brute.py
blue_tap/modules/exploitation/ssp_downgrade.py
blue_tap/modules/exploitation/dos/__init__.py
blue_tap/modules/exploitation/dos/base.py
blue_tap/modules/exploitation/dos/checks_ble.py
blue_tap/modules/exploitation/dos/checks_classic.py
blue_tap/modules/exploitation/dos/checks_raw_acl.py
blue_tap/modules/exploitation/dos/dos.py
blue_tap/modules/exploitation/dos/framework.py
blue_tap/modules/exploitation/dos/protocol_dos.py
blue_tap/modules/exploitation/dos/registry.py
blue_tap/modules/exploitation/dos/runner.py
blue_tap/modules/fuzzing/__init__.py
blue_tap/modules/fuzzing/_random.py
blue_tap/modules/fuzzing/campaign.py
blue_tap/modules/fuzzing/cli_commands.py
blue_tap/modules/fuzzing/cli_extra.py
blue_tap/modules/fuzzing/corpus.py
blue_tap/modules/fuzzing/crash_db.py
blue_tap/modules/fuzzing/engine.py
blue_tap/modules/fuzzing/field_weight_tracker.py
blue_tap/modules/fuzzing/health_monitor.py
blue_tap/modules/fuzzing/lmp_state_tests.py
blue_tap/modules/fuzzing/minimizer.py
blue_tap/modules/fuzzing/mutators.py
blue_tap/modules/fuzzing/pcap_replay.py
blue_tap/modules/fuzzing/research.py
blue_tap/modules/fuzzing/response_analyzer.py
blue_tap/modules/fuzzing/state_inference.py
blue_tap/modules/fuzzing/transport.py
blue_tap/modules/fuzzing/protocols/__init__.py
blue_tap/modules/fuzzing/protocols/at_commands.py
blue_tap/modules/fuzzing/protocols/att.py
blue_tap/modules/fuzzing/protocols/bnep.py
blue_tap/modules/fuzzing/protocols/l2cap.py
blue_tap/modules/fuzzing/protocols/l2cap_raw.py
blue_tap/modules/fuzzing/protocols/lmp.py
blue_tap/modules/fuzzing/protocols/obex.py
blue_tap/modules/fuzzing/protocols/rfcomm.py
blue_tap/modules/fuzzing/protocols/sdp.py
blue_tap/modules/fuzzing/protocols/smp.py
blue_tap/modules/fuzzing/strategies/__init__.py
blue_tap/modules/fuzzing/strategies/_registry.py
blue_tap/modules/fuzzing/strategies/base.py
blue_tap/modules/fuzzing/strategies/coverage_guided.py
blue_tap/modules/fuzzing/strategies/random_walk.py
blue_tap/modules/fuzzing/strategies/state_machine.py
blue_tap/modules/fuzzing/strategies/targeted.py
blue_tap/modules/post_exploitation/__init__.py
blue_tap/modules/post_exploitation/contacts/__init__.py
blue_tap/modules/post_exploitation/contacts/map_client.py
blue_tap/modules/post_exploitation/contacts/pbap.py
blue_tap/modules/post_exploitation/data/__init__.py
blue_tap/modules/post_exploitation/data/bluesnarfer.py
blue_tap/modules/post_exploitation/data/opp.py
blue_tap/modules/post_exploitation/media/__init__.py
blue_tap/modules/post_exploitation/media/a2dp.py
blue_tap/modules/post_exploitation/media/avrcp.py
blue_tap/modules/post_exploitation/media/hfp.py
blue_tap/modules/reconnaissance/__init__.py
blue_tap/modules/reconnaissance/campaign.py
blue_tap/modules/reconnaissance/capability_detector.py
blue_tap/modules/reconnaissance/capture_analysis.py
blue_tap/modules/reconnaissance/correlation.py
blue_tap/modules/reconnaissance/fingerprint.py
blue_tap/modules/reconnaissance/gatt.py
blue_tap/modules/reconnaissance/hci_capture.py
blue_tap/modules/reconnaissance/l2cap_scan.py
blue_tap/modules/reconnaissance/prerequisites.py
blue_tap/modules/reconnaissance/rfcomm_scan.py
blue_tap/modules/reconnaissance/sdp.py
blue_tap/modules/reconnaissance/sniffer.py
blue_tap/modules/reconnaissance/spec_interpretation.py
blue_tap/playbooks/__init__.py
blue_tap/playbooks/full-assessment.yaml
blue_tap/playbooks/ivi-attack.yaml
blue_tap/playbooks/lmp-fuzzing.yaml
blue_tap/playbooks/passive-recon.yaml
blue_tap/playbooks/quick-recon.yaml
blue_tap/ui/__init__.py
blue_tap/ui/dashboard.py
blue_tap/utils/__init__.py
blue_tap/utils/bt_helpers.py
blue_tap/utils/env_doctor.py
blue_tap/utils/interactive.py
blue_tap/utils/output.py
tests/test_adapter_validation.py
tests/test_at_parsers.py
tests/test_atomic_sigkill.py
tests/test_attack_standardization.py
tests/test_cli_events.py
tests/test_cli_facades.py
tests/test_dos_adapter_migration.py
tests/test_dos_migration.py
tests/test_firmware_envelope.py
tests/test_fuzz_adapter.py
tests/test_fuzz_adapter_migration.py
tests/test_fuzz_cli_batch.py
tests/test_fuzz_cli_extra.py
tests/test_fuzz_cli_v2_6_4.py
tests/test_fuzz_deferred.py
tests/test_fuzz_envelope.py
tests/test_fuzzing_research_api.py
tests/test_hci_vsc_concurrency.py
tests/test_hfp_parsing.py
tests/test_lmp_adapter.py
tests/test_module_registration_isolated.py
tests/test_module_registry.py
tests/test_module_regressions.py
tests/test_module_runtime_e2e.py
tests/test_obex_client.py
tests/test_outcome_validator.py
tests/test_plugin_registration.py
tests/test_remaining_modules_migration.py
tests/test_report_json_structure.py
tests/test_session_reproducibility.py
tests/test_spoof_envelope.py
tests/test_standardized_rendering.py
tests/test_userflow_assessment.py
tests/test_userflow_console.py
tests/test_userflow_discover_recon_report.py
tests/test_userflow_dos.py
tests/test_userflow_exploitation_bias.py
tests/test_userflow_exploitation_knob.py
tests/test_userflow_fuzzing_campaign.py
tests/test_userflow_playbook.py
tests/test_userflow_post_exploitation_data.py
tests/test_userflow_post_exploitation_media.py
tests/test_userflow_report.py
tests/test_userflow_session_resume.py