Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sensepost/objection
/ endpoints
Endpoints
145 in github.com/sensepost/objection
⨍
Functions
854
◇
Types & classes
105
↳
Endpoints
145
Route
cli
click.option('--gadget', '-g', is_eager=True, hidden=True, deprecated="Please use '-n' or '--name' instead")
objection/console/cli.py:None
Route
invoke
bp.route('/invoke/<string:method>', methods=('GET', 'POST'))
objection/api/rpc.py:None
Route
patchapk
click.option('--source', '-s', help='The source APK to patch', required=True)
objection/console/cli.py:None
Route
patchipa
click.option('--source', '-s', help='The source IPA to patch', required=True)
objection/console/cli.py:None
Route
ping
bp.route('/ping', methods=('GET', 'POST'))
plugins/api/__init__.py:None
Route
runonce
bp.route('/runonce', methods=('POST',))
objection/api/script.py:None
Route
setUp
mock.patch('objection.utils.patchers.android.Github')
tests/utils/patchers/test_android.py:None
Route
setUp
mock.patch('objection.utils.patchers.base.Github')
tests/utils/patchers/test_base.py:None
Route
setUp
mock.patch('objection.utils.patchers.ios.Github')
tests/utils/patchers/test_ios.py:None
Route
test_adds_item_successfully
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_keychain.py:None
Route
test_adds_item_with_failure
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_keychain.py:None
Route
test_alert_helper_method_proxy_calls_ios
mock.patch('objection.commands.ui._alert_ios')
tests/commands/test_ui.py:None
Route
test_alert_helper_method_proxy_calls_ios_custom_message
mock.patch('objection.commands.ui._alert_ios')
tests/commands/test_ui.py:None
Route
test_alert_ios_helper_method
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_ui.py:None
Route
test_analyze_implicit_intents
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/android/test_intents.py:None
Route
test_android_flag_secure
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_ui.py:None
Route
test_android_path_exists_helper
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_android_screenshot
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_ui.py:None
Route
test_are_requirements_met_returns_false_if_not_met
mock.patch('objection.utils.patchers.base.BasePlatformPatcher._check_commands', mock.Mock(return_value=False))
tests/utils/patchers/test_base.py:None
Route
test_are_requirements_met_returns_true_if_met
mock.patch('objection.utils.patchers.base.BasePlatformPatcher._check_commands', mock.Mock(return_value=True))
tests/utils/patchers/test_base.py:None
Route
test_bypass_touchid
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_ui.py:None
Route
test_cant_find_job_by_uuid
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_jobs.py:None
Route
test_cat_with_full_path
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_plist.py:None
Route
test_cat_with_relative
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_plist.py:None
Route
test_cd_to_absoluate_android_path
mock.patch('objection.commands.filemanager._path_exists_android')
tests/commands/test_filemanager.py:None
Route
test_cd_to_absoluate_ios_path
mock.patch('objection.commands.filemanager._path_exists_ios')
tests/commands/test_filemanager.py:None
Route
test_cd_to_absoluate_ios_path_that_does_not_exist
mock.patch('objection.commands.filemanager._path_exists_ios')
tests/commands/test_filemanager.py:None
Route
test_cd_to_relative_path_android
mock.patch('objection.commands.filemanager._path_exists_android')
tests/commands/test_filemanager.py:None
Route
test_cd_to_relative_path_ios
mock.patch('objection.commands.filemanager._path_exists_ios')
tests/commands/test_filemanager.py:None
Route
test_cd_to_relative_path_ios_that_does_not_exist
mock.patch('objection.commands.filemanager._path_exists_ios')
tests/commands/test_filemanager.py:None
Route
test_check_commands_fails_to_find_command_and_displays_error
mock.patch('objection.utils.patchers.base.BasePlatformPatcher.__init__', mock.Mock(return_value=None))
tests/utils/patchers/test_base.py:None
Route
test_check_commands_finds_commands_and_sets_location
mock.patch('objection.utils.patchers.base.BasePlatformPatcher.__init__', mock.Mock(return_value=None))
tests/utils/patchers/test_base.py:None
Route
test_checks_if_gadget_exists
mock.patch('objection.utils.patchers.ios.os')
tests/utils/patchers/test_ios.py:None
Route
test_checks_if_gadget_exists_if_it_really_does_not_exist
mock.patch('objection.utils.patchers.android.os')
tests/utils/patchers/test_android.py:None
Route
test_checks_if_gadget_exists_if_it_really_exists
mock.patch('objection.utils.patchers.android.os')
tests/utils/patchers/test_android.py:None
Route
test_clear
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/android/test_keystore.py:None
Route
test_clear
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_keychain.py:None
Route
test_disable
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/android/test_root.py:None
Route
test_disable
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_pinning.py:None
Route
test_disable
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_jailbreak.py:None
Route
test_displays_empty_jobs_message
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_jobs.py:None
Route
test_displays_list_of_jobs
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_jobs.py:None
Route
test_download_platform_proxy_calls_android_method
mock.patch('objection.commands.filemanager._download_android')
tests/commands/test_filemanager.py:None
Route
test_download_platform_proxy_calls_ios_method
mock.patch('objection.commands.filemanager._download_ios')
tests/commands/test_filemanager.py:None
Route
test_downloads_file_but_fails_on_file_type_with_android_helper
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_downloads_file_but_fails_on_file_type_with_ios_helper
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_downloads_file_but_fails_on_unreadable_with_android_helper
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_downloads_file_but_fails_on_unreadable_with_ios_helper
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_downloads_file_with_android_helper
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_downloads_file_with_ios_helper
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_dump
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_nsurlcredentialstorage.py:None
Route
test_dump_all
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_memory.py:None
Route
test_dump_exports_without_error
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_memory.py:None
Route
test_dump_exports_without_error_as_json
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_memory.py:None
Route
test_dump_from_base
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_memory.py:None
Route
test_dump_ios_ui
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_ui.py:None
Route
test_dump_raw
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_keychain.py:None
Route
test_dump_to_json
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_keychain.py:None
Route
test_dump_to_screen
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_keychain.py:None
Route
test_dump_to_screen_handles_empty_data
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_keychain.py:None
Route
test_entries_handles
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/android/test_keystore.py:None
Route
test_entries_handles_empty_data
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/android/test_keystore.py:None
Route
test_execute_prints_output
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/android/test_command.py:None
Route
test_file_upload_method_proxy_calls_android_helper_method
mock.patch('objection.commands.filemanager._upload_android')
tests/commands/test_filemanager.py:None
Route
test_file_upload_method_proxy_calls_ios_helper_method
mock.patch('objection.commands.filemanager._upload_ios')
tests/commands/test_filemanager.py:None
Route
test_find_pattern_with_string_argument
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_memory.py:None
Route
test_find_pattern_without_string_argument
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_memory.py:None
Route
test_find_pattern_without_string_argument_with_offets_only
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_memory.py:None
Route
test_get
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_nsuserdefaults.py:None
Route
test_get
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_cookies.py:None
Route
test_get_android_pwd_via_helper
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_get_current_activity_and_fragment
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/android/test_hooking.py:None
Route
test_get_handles_empty_data
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/ios/test_cookies.py:None
Route
test_get_ios_pwd_via_helper
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_gets_environment_and_calls_android_platform_specific_method
mock.patch('objection.commands.device._get_android_environment')
tests/commands/test_device.py:None
Route
test_gets_environment_and_calls_ios_platform_specific_method
mock.patch('objection.commands.device._get_ios_environment')
tests/commands/test_device.py:None
Route
test_gets_frida_environment
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_frida_commands.py:None
Route
test_inits_base_patcher
mock.patch('objection.utils.patchers.base.BasePlatformPatcher._check_commands', mock.Mock(return_value=True))
tests/utils/patchers/test_base.py:None
Route
test_inits_patcher
mock.patch('objection.utils.patchers.android.BasePlatformPatcher.__init__', mock.Mock(return_value=None))
tests/utils/patchers/test_android.py:None
Route
test_ios_path_exists_helper
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_ios_screenshot
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_ui.py:None
Route
test_kills_job_by_uuid
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_jobs.py:None
Route
test_launch_activity
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/android/test_intents.py:None
Route
test_launch_service
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/android/test_intents.py:None
Route
test_list_modules_without_errors_with_json_flag
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_memory.py:None
Route
test_list_modules_without_errors_without_json_flag
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_memory.py:None
Route
test_lists_readable_android_directory_using_helper_method
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_lists_readable_ios_directory_using_helper_method
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_lists_readable_ios_directory_using_helper_method_no_attributes
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_lists_unreadable_android_directory_using_helper_method
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_lists_unreadable_ios_directory_using_helper_method
mock.patch('objection.state.connection.state_connection.get_api')
tests/commands/test_filemanager.py:None
Route
test_load_plugin_loads_plugin
mock.patch('objection.utils.plugin.state_connection')
tests/commands/test_plugin_manager.py:None
Route
test_load_plugin_validates_plugin_init_exists
mock.patch('objection.commands.plugin_manager.os.path.exists')
tests/commands/test_plugin_manager.py:None
Route
test_ls_calls_android_helper_method
mock.patch('objection.commands.filemanager._ls_android')
tests/commands/test_filemanager.py:None
Route
test_ls_calls_ios_helper_method
mock.patch('objection.commands.filemanager._ls_ios')
tests/commands/test_filemanager.py:None
Route
test_ls_gets_pwd_from_helper_with_no_argument
mock.patch('objection.commands.filemanager.pwd')
tests/commands/test_filemanager.py:None
Route
test_makes_call_and_fails_to_get_assets
mock.patch('objection.utils.patchers.github.requests')
tests/utils/patchers/test_github.py:None
Route
test_makes_call_and_gets_assets
mock.patch('objection.utils.patchers.github.requests')
tests/utils/patchers/test_github.py:None
Route
test_makes_call_and_gets_latest_version
mock.patch('objection.utils.patchers.github.requests')
tests/utils/patchers/test_github.py:None
Route
test_makes_call_and_stores_result_in_cache
mock.patch('objection.utils.patchers.github.requests')
tests/utils/patchers/test_github.py:None
next →
1–100 of 145, ranked by callers