Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crypt0b0y/BLUETOOTH-DOS-ATTACK-SCRIPT
/ functions
Functions
25 in github.com/crypt0b0y/BLUETOOTH-DOS-ATTACK-SCRIPT
⨍
Functions
25
◇
Types & classes
2
↓ 6 callers
Function
validate_int_range
(name: str, value: int, minimum: int, maximum: int)
Bluetooth-DOS-Attack.py:66
↓ 5 callers
Function
prompt_int
(prompt: str, default: int, minimum: int, maximum: int)
Bluetooth-DOS-Attack.py:164
↓ 3 callers
Function
normalize_mac
(value: str)
Bluetooth-DOS-Attack.py:52
↓ 2 callers
Function
build_l2ping_command
( target_addr: str, package_size: int, packet_count: int, interface: str = DEFAULT_INTERFACE,
Bluetooth-DOS-Attack.py:109
↓ 2 callers
Function
is_valid_mac
(value: str)
Bluetooth-DOS-Attack.py:48
↓ 2 callers
Function
print_devices
(devices: Iterable[tuple[str, str]], json_output: bool = False)
Bluetooth-DOS-Attack.py:140
↓ 2 callers
Function
print_dry_run
(command: list[str], threads_count: int, json_output: bool = False)
Bluetooth-DOS-Attack.py:191
↓ 2 callers
Function
require_tool
(name: str)
Bluetooth-DOS-Attack.py:72
↓ 2 callers
Function
run_l2ping_workers
(command: list[str], threads_count: int)
Bluetooth-DOS-Attack.py:179
↓ 2 callers
Function
scan_devices
()
Bluetooth-DOS-Attack.py:98
↓ 1 callers
Function
create_parser
()
Bluetooth-DOS-Attack.py:201
↓ 1 callers
Function
main
()
Bluetooth-DOS-Attack.py:322
↓ 1 callers
Function
parse_scan_output
(output: str)
Bluetooth-DOS-Attack.py:77
↓ 1 callers
Function
print_logo
()
Bluetooth-DOS-Attack.py:44
↓ 1 callers
Function
resolve_target
(value: str, devices: list[tuple[str, str]])
Bluetooth-DOS-Attack.py:152
↓ 1 callers
Function
run_from_args
(args: argparse.Namespace)
Bluetooth-DOS-Attack.py:252
↓ 1 callers
Function
run_interactive
()
Bluetooth-DOS-Attack.py:288
↓ 1 callers
Function
validate_interface
(value: str)
Bluetooth-DOS-Attack.py:59
Function
run_worker
(command: list[str])
Bluetooth-DOS-Attack.py:175
Method
test_build_l2ping_command_is_bounded
(self)
tests/test_bluetooth_dos_attack.py:41
Method
test_dry_run_json_output
(self)
tests/test_bluetooth_dos_attack.py:76
Method
test_limits_reject_unbounded_values
(self)
tests/test_bluetooth_dos_attack.py:70
Method
test_mac_validation_accepts_standard_address
(self)
tests/test_bluetooth_dos_attack.py:18
Method
test_mac_validation_rejects_shell_input
(self)
tests/test_bluetooth_dos_attack.py:22
Method
test_parse_scan_output_keeps_valid_devices
(self)
tests/test_bluetooth_dos_attack.py:26