Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ELHart05/AirmonGUI
/ functions
Functions
257 in github.com/ELHart05/AirmonGUI
⨍
Functions
257
◇
Types & classes
52
↳
Endpoints
29
Function
test_disabled_blocks
(gate, monkeypatch)
backend/tests/test_terminal.py:31
Function
test_ensure_capture_dir_forces_0700
(tmp_path)
backend/tests/test_capture_security.py:65
Function
test_ensure_capture_dir_rejects_non_directory
(tmp_path)
backend/tests/test_capture_security.py:49
Function
test_ensure_capture_dir_rejects_symlink
(tmp_path)
backend/tests/test_capture_security.py:40
Function
test_ensure_capture_dir_rejects_wrong_owner
(tmp_path, monkeypatch)
backend/tests/test_capture_security.py:56
Function
test_health_is_open
(anon_client)
backend/tests/test_api.py:132
Function
test_health_ok
(client)
backend/tests/test_api.py:19
Function
test_interactive_docs_served
(client, docs_path)
backend/tests/test_api.py:37
Function
test_interface_mode_managed
(monkeypatch)
backend/tests/test_channel.py:30
Function
test_interface_mode_monitor
(monkeypatch)
backend/tests/test_channel.py:25
Function
test_interface_mode_unknown_when_iw_missing
(monkeypatch)
backend/tests/test_channel.py:35
Function
test_load_env_file_does_not_override_exported
(tmp_path, monkeypatch)
backend/tests/test_config.py:48
Function
test_load_env_file_keeps_inner_and_unmatched_quotes
(tmp_path, monkeypatch)
backend/tests/test_config.py:31
Function
test_load_env_file_missing_is_silent
(tmp_path)
backend/tests/test_config.py:58
Function
test_load_env_file_sets_unset_keys
(tmp_path, monkeypatch)
backend/tests/test_config.py:14
Function
test_monitor_rejects_unknown_action
(client)
backend/tests/test_api.py:124
Function
test_mounted_route_rejects_tokenless_connect
()
backend/tests/test_terminal.py:68
Function
test_openapi_schema_generates
(client)
backend/tests/test_api.py:27
Function
test_privileged_route_rejects_wrong_token
(anon_client)
backend/tests/test_api.py:157
Function
test_privileged_routes_reject_anonymous
(anon_client, method, path, body)
backend/tests/test_api.py:152
Function
test_rejects_foreign_origin
(gate)
backend/tests/test_terminal.py:52
Function
test_rejects_missing_token
(gate)
backend/tests/test_terminal.py:44
Function
test_rejects_wrong_token
(gate)
backend/tests/test_terminal.py:48
Function
test_require_token_enforced_when_auth_enabled
(monkeypatch)
backend/tests/test_api.py:208
Function
test_require_token_noop_when_auth_disabled
(monkeypatch)
backend/tests/test_api.py:188
Function
test_require_token_rejects_foreign_origin_when_auth_disabled
(monkeypatch)
backend/tests/test_api.py:196
Function
test_safe_capture_path_rejects_symlink
()
backend/tests/test_capture_security.py:78
Function
test_safe_capture_path_rejects_traversal
()
backend/tests/test_capture_security.py:73
Function
test_scan_rejects_managed_interface
(client, monkeypatch)
backend/tests/test_channel.py:42
Function
test_scan_starts_despite_failed_channel_lock
(client, monkeypatch)
backend/tests/test_channel.py:49
Function
test_secure_open_creates_private_file
()
backend/tests/test_capture_security.py:18
Function
test_secure_open_refuses_symlink
(tmp_path)
backend/tests/test_capture_security.py:29
Function
test_toolcheck_returns_structure
(client)
backend/tests/test_api.py:41
Function
test_validate_missing_file_is_404
(client)
backend/tests/test_api.py:82
Function
test_validate_rejects_non_capture_extension
(client)
backend/tests/test_api.py:76
Function
test_validate_rejects_paths_outside_capture_dir
(client, bad_path)
backend/tests/test_api.py:71
Function
toast
({ ...props }: Toast)
website/src/hooks/use-toast.ts:137
Function
tool_check
Check which aircrack-ng suite tools are installed.
backend/app/routes/interfaces.py:103
Function
update
(props: ToasterToast)
website/src/hooks/use-toast.ts:140
Function
useAuth
()
frontend/src/composables/useAuth.js:39
Function
useCrack
()
frontend/src/composables/useCrack.js:28
Function
useHandshake
()
frontend/src/composables/useHandshake.js:13
Function
useInterfaces
()
frontend/src/composables/useInterfaces.js:11
Function
useNav
()
frontend/src/composables/useNav.js:7
Function
useScan
()
frontend/src/composables/useScan.js:21
Function
useTarget
()
frontend/src/composables/useTarget.js:21
Function
validateCap
()
frontend/src/composables/useCrack.js:47
Method
validate_bssid
(cls, v: str)
backend/app/models.py:95
Method
validate_bssid
(cls, v: Optional[str])
backend/app/models.py:163
Method
validate_bssid
(cls, v: Optional[str])
backend/app/models.py:212
Method
validate_bssid
(cls, v: str)
backend/app/models.py:257
Function
validate_cap_file
Dry-run `aircrack-ng` on a capture (no wordlist) to report whether it contains a WPA 4-way handshake, without starting a crack job.
backend/app/routes/aircrack.py:194
Method
validate_channel
(cls, v: Optional[int])
backend/app/models.py:114
Method
validate_channel
(cls, v: Optional[str])
backend/app/models.py:168
Method
validate_channel
(cls, v: Optional[str])
backend/app/models.py:217
Method
validate_client
(cls, v: Optional[str])
backend/app/models.py:102
Method
validate_count
(cls, v: int)
backend/app/models.py:107
← previous
201–257 of 257, ranked by callers