MCPcopy Create free account

hub / github.com/sensepost/objection / functions

Functions854 in github.com/sensepost/objection

Methodtest_are_requirements_met_returns_false_if_not_met
(self)
tests/utils/patchers/test_base.py:39
Methodtest_are_requirements_met_returns_true_if_met
(self)
tests/utils/patchers/test_base.py:33
Methodtest_argument_dump_args_returns_false
(self)
tests/commands/android/test_hooking.py:38
Methodtest_argument_dump_args_returns_true
(self)
tests/commands/android/test_hooking.py:30
Methodtest_argument_dump_return_returns_false
(self)
tests/commands/android/test_hooking.py:53
Methodtest_argument_dump_return_returns_true
(self)
tests/commands/android/test_hooking.py:45
Methodtest_argument_includes_backtrace_flag
(self)
tests/commands/android/test_hooking.py:22
Methodtest_bypass_touchid
(self, mock_api)
tests/commands/test_ui.py:63
Methodtest_can_find_asset_download_url
(self)
tests/utils/patchers/test_ios.py:49
Methodtest_can_find_command_completion
(self)
tests/console/test_completer.py:12
Methodtest_can_find_download_url_for_gadget
(self)
tests/utils/patchers/test_android.py:85
Methodtest_cant_find_job_by_uuid
(self, mock_api)
tests/commands/test_jobs.py:65
Methodtest_cat_validates_arguments
(self)
tests/commands/ios/test_plist.py:10
Methodtest_cat_with_full_path
(self, mock_api)
tests/commands/ios/test_plist.py:17
Methodtest_cat_with_relative
(self, mock_file_manager, mock_api)
tests/commands/ios/test_plist.py:27
Methodtest_cd_argument_validation
(self)
tests/commands/test_filemanager.py:15
Methodtest_cd_to_absoluate_android_path
(self, mock_path_exists_android)
tests/commands/test_filemanager.py:60
Methodtest_cd_to_absoluate_ios_path
(self, mock_path_exists_ios)
tests/commands/test_filemanager.py:47
Methodtest_cd_to_absoluate_ios_path_that_does_not_exist
(self, mock_path_exists_ios)
tests/commands/test_filemanager.py:73
Methodtest_cd_to_dot_directory_does_nothing
(self)
tests/commands/test_filemanager.py:21
Methodtest_cd_to_double_dot_moves_stays_in_current_directory_if_already_root
(self)
tests/commands/test_filemanager.py:37
Methodtest_cd_to_double_dot_moves_up_one_directory
(self)
tests/commands/test_filemanager.py:28
Methodtest_cd_to_relative_path_android
(self, mock_path_exists_android)
tests/commands/test_filemanager.py:99
Methodtest_cd_to_relative_path_ios
(self, mock_path_exists_ios)
tests/commands/test_filemanager.py:86
Methodtest_cd_to_relative_path_ios_that_does_not_exist
(self, mock_path_exists_ios)
tests/commands/test_filemanager.py:112
Methodtest_check_commands_fails_to_find_command_and_displays_error
(self, mock_shutil)
tests/utils/patchers/test_base.py:63
Methodtest_check_commands_finds_commands_and_sets_location
(self, mock_shutil)
tests/utils/patchers/test_base.py:46
Methodtest_check_if_gadget_exists_fails_without_architecture
(self)
tests/utils/patchers/test_android.py:81
Methodtest_checks_if_gadget_exists
(self, mock_os)
tests/utils/patchers/test_ios.py:42
Methodtest_checks_if_gadget_exists_if_it_really_does_not_exist
(self, mock_os)
tests/utils/patchers/test_android.py:73
Methodtest_checks_if_gadget_exists_if_it_really_exists
(self, mock_os)
tests/utils/patchers/test_android.py:64
Methodtest_checks_if_string_value_is_python_boolean_false
(self)
tests/commands/android/test_hooking.py:17
Methodtest_checks_if_string_value_is_python_boolean_true
(self)
tests/commands/android/test_hooking.py:12
Methodtest_class_is_prefixed_with_native_returns_false
(self)
tests/commands/ios/test_hooking.py:45
Methodtest_class_is_prefixed_with_native_returns_true
(self)
tests/commands/ios/test_hooking.py:40
Methodtest_cleans_argument_lists_with_flags
(self)
tests/utils/test_helpers.py:49
Methodtest_clear
(self, mock_confirm, mock_api)
tests/commands/android/test_keystore.py:42
Methodtest_clear
(self, mock_confirm, mock_api)
tests/commands/ios/test_keychain.py:131
Methodtest_clear_clears_command_history
(self)
tests/commands/test_command_history.py:41
Methodtest_clears_command_history
(self)
tests/state/test_app.py:25
Methodtest_cli_rejects_local_and_network_together
(self)
tests/console/test_cli.py:112
Methodtest_cli_uses_local_connection_mode
(self)
tests/console/test_cli.py:92
Methodtest_cli_uses_network_connection_mode
(self)
tests/console/test_cli.py:101
Methodtest_data_flag_check_ignored_without_data_flag
(self)
tests/commands/ios/test_keychain.py:31
Methodtest_data_flag_is_checked_when_flag_is_specified
(self)
tests/commands/ios/test_keychain.py:36
Methodtest_data_flag_is_checked_when_only_data_flag_is_specified_without_key
(self)
tests/commands/ios/test_keychain.py:41
Methodtest_detects_no_exception_handler_argument
(self)
tests/commands/test_frida_commands.py:9
Methodtest_disable
(self, mock_api)
tests/commands/android/test_root.py:9
Methodtest_disable
(self, mock_api)
tests/commands/ios/test_pinning.py:9
Methodtest_disable
(self, mock_api)
tests/commands/ios/test_jailbreak.py:9
Methodtest_displays_empty_jobs_message
(self, mock_api)
tests/commands/test_jobs.py:32
Methodtest_displays_list_of_jobs
(self, mock_api)
tests/commands/test_jobs.py:44
Methodtest_does_nothing_when_empty_command_is_passed
(self)
tests/console/test_repl.py:13
Methodtest_does_nothing_when_only_spaces_as_command_is_passed
(self)
tests/console/test_repl.py:17
Methodtest_download_platform_proxy_calls_android_method
(self, mock_download_android)
tests/commands/test_filemanager.py:394
Methodtest_download_platform_proxy_calls_ios_method
(self, mock_download_ios)
tests/commands/test_filemanager.py:386
Methodtest_download_platform_proxy_validates_arguments
(self)
tests/commands/test_filemanager.py:379
Methodtest_downloads_file_but_fails_on_file_type_with_android_helper
(self, mock_open, mock_api)
tests/commands/test_filemanager.py:477
Methodtest_downloads_file_but_fails_on_file_type_with_ios_helper
(self, mock_api)
tests/commands/test_filemanager.py:432
Methodtest_downloads_file_but_fails_on_unreadable_with_android_helper
(self, mock_open, mock_api)
tests/commands/test_filemanager.py:464
Methodtest_downloads_file_but_fails_on_unreadable_with_ios_helper
(self, mock_api)
tests/commands/test_filemanager.py:423
Methodtest_downloads_file_with_android_helper
(self, mock_open, mock_api)
tests/commands/test_filemanager.py:443
Methodtest_downloads_file_with_ios_helper
(self, mock_open, mock_api)
tests/commands/test_filemanager.py:403
Methodtest_dump
(self, mock_api)
tests/commands/ios/test_nsurlcredentialstorage.py:10
Methodtest_dump_all
(self, mock_open, mock_api)
tests/commands/test_memory.py:36
Methodtest_dump_all_validates_arguments
(self)
tests/commands/test_memory.py:28
Methodtest_dump_exports_validates_arguments_with_json_flag
(self)
tests/commands/test_memory.py:124
Methodtest_dump_exports_validates_arguments_without_json_flag
(self)
tests/commands/test_memory.py:114
Methodtest_dump_exports_without_error
(self, mock_api)
tests/commands/test_memory.py:131
Methodtest_dump_exports_without_error_as_json
(self, mock_open, mock_api)
tests/commands/test_memory.py:151
Methodtest_dump_from_base
(self, mock_open, mock_api)
tests/commands/test_memory.py:61
Methodtest_dump_from_base_validates_arguments
(self)
tests/commands/test_memory.py:52
Methodtest_dump_ios_ui
(self, mock_api)
tests/commands/test_ui.py:54
Methodtest_dump_raw
(self, mock_api)
tests/commands/ios/test_keychain.py:97
Methodtest_dump_to_json
(self, mock_open, mock_api)
tests/commands/ios/test_keychain.py:107
Methodtest_dump_to_screen
(self, mock_api)
tests/commands/ios/test_keychain.py:77
Methodtest_dump_to_screen_handles_empty_data
(self, mock_api)
tests/commands/ios/test_keychain.py:62
Methodtest_dump_validates_arguments_if_json_output_is_wanted
(self)
tests/commands/ios/test_keychain.py:25
Methodtest_entries_handles
(self, mock_api)
tests/commands/android/test_keystore.py:23
Methodtest_entries_handles_empty_data
(self, mock_api)
tests/commands/android/test_keystore.py:10
Methodtest_execute_prints_output
(self, mock_api)
tests/commands/android/test_command.py:10
Methodtest_fails_to_find_help_for_invalid_command
(self)
tests/console/test_repl.py:46
Methodtest_fails_to_get_frida_library_path_without_architecture
(self)
tests/utils/patchers/test_android.py:59
Methodtest_fails_when_invalid_command_is_passed
(self)
tests/console/test_repl.py:55
Methodtest_file_upload_method_proxy_calls_android_helper_method
(self, mock_upload_android)
tests/commands/test_filemanager.py:504
Methodtest_file_upload_method_proxy_calls_ios_helper_method
(self, mock_upload_ios)
tests/commands/test_filemanager.py:496
Methodtest_file_upload_method_proxy_validates_arguments
(self)
tests/commands/test_filemanager.py:489
Methodtest_find_pattern_validates_arguments
(self)
tests/commands/test_memory.py:168
Methodtest_find_pattern_with_string_argument
(self, mock_api)
tests/commands/test_memory.py:188
Methodtest_find_pattern_without_string_argument
(self, mock_api)
tests/commands/test_memory.py:175
Methodtest_find_pattern_without_string_argument_with_offets_only
(self, mock_api)
tests/commands/test_memory.py:201
Methodtest_finds_help_when_prefixed_with_help_command
(self)
tests/console/test_repl.py:36
Methodtest_get
(self, mock_api)
tests/commands/ios/test_nsuserdefaults.py:10
Methodtest_get
(self, mock_api)
tests/commands/ios/test_cookies.py:19
Methodtest_get_android_pwd_via_helper
(self, mock_api)
tests/commands/test_filemanager.py:220
Methodtest_get_current_activity_and_fragment
(self, mock_api)
tests/commands/android/test_hooking.py:201
Methodtest_get_flag_value_gets_value_of_flag
(self)
tests/commands/ios/test_keychain.py:56
Methodtest_get_handles_empty_data
(self, mock_api)
tests/commands/ios/test_cookies.py:10
Methodtest_get_ios_pwd_via_helper
(self, mock_api)
tests/commands/test_filemanager.py:213
Methodtest_gets_architecture_when_set
(self)
tests/utils/patchers/test_android.py:47
← previousnext →601–700 of 854, ranked by callers