MCPcopy Create free account

hub / github.com/sensepost/objection / functions

Functions854 in github.com/sensepost/objection

FunctiononEnter
(args)
agent/src/ios/userinterface.ts:84
FunctiononLeave
(retval)
agent/src/ios/crypto.ts:88
FunctiononLeave
(retval)
agent/src/ios/jailbreak.ts:73
FunctiononLeave
(retval)
agent/src/ios/pinning.ts:267
Functionpatchapk
Patch an APK with the frida-gadget.so.
objection/console/cli.py:335
Functionpatchipa
Patch an IPA with the FridaGadget dylib.
objection/console/cli.py:289
FunctionpathIsFile
(path: string)
agent/src/android/filesystem.ts:57
FunctionpathIsFile
(path: string)
agent/src/ios/filesystem.ts:67
Functionping
Pings the agent. :param args: :return:
objection/commands/frida_commands.py:42
Functionprint_frida_connection_help
Prints help information about connecting to devices and processes. :return:
objection/utils/helpers.py:109
Functionpwd
()
agent/src/android/filesystem.ts:71
Functionpwd
()
agent/src/ios/filesystem.ts:82
Functionpwd_print
Prints the current working directory. :param args: :return:
objection/commands/filemanager.py:202
Functionqlog
(quiet: boolean, ...msg: string[])
agent/src/lib/color.ts:16
Functionread
(path: string)
agent/src/ios/plist.ts:5
FunctionreadFile
(path: string)
agent/src/android/filesystem.ts:83
FunctionreadFile
(path: string)
agent/src/ios/filesystem.ts:92
Functionreadable
(path: string)
agent/src/android/filesystem.ts:29
Functionreadable
(path: string)
agent/src/ios/filesystem.ts:43
Functionred
(message: string)
agent/src/lib/color.ts:27
FunctionredBright
(message: string)
agent/src/lib/color.ts:31
Functionremove
(account: string, service: string)
agent/src/ios/keychain.ts:178
Functionremove
Remove matching keychain entries from the keychain :param args: :return:
objection/commands/ios/keychain.py:141
Functionreplace
(pattern: string, replace: number[])
agent/src/generic/memory.ts:54
Functionreplace_pattern
Searches the current processes accessible memory for a specific pattern and replaces it with given bytes or string. :param args:
objection/commands/memory.py:323
Functionrun
Run a single objection command.
objection/console/cli.py:237
Functionrunonce
Run an arbitrary script in the connected frida enabled device. Responses are JSON encoded by default, but can be raw by addi
objection/api/script.py:9
Functionruntime
()
agent/src/generic/environment.ts:36
Functionsave
Save the current sessions command history to a file. :param args: :return:
objection/commands/command_history.py:22
Methodscript_on_message
The callback to run when a message is received from the agent. :param message: :param data: :return
objection/utils/agent.py:79
Functionsearch
(patternOrClass: string)
agent/src/ios/hooking.ts:27
Functionsearch
Enumerates the current Android application for classes and methods. :param args: :return:
objection/commands/android/hooking.py:261
Functionsearch
Searches the current iOS application for classes and methods. :param args: :return:
objection/commands/ios/hooking.py:296
Methodsession_on_detached
The callback to run for the detach signal :param message: :param crash: :return:
objection/utils/agent.py:45
FunctionsetFlagSecure
(v: boolean)
agent/src/android/userinterface.ts:60
FunctionsetMethodReturn
(selector: string, returnValue: boolean)
agent/src/ios/hooking.ts:167
FunctionsetReturnValue
(fqClazz: string, filterOverload: string | null, newRet: boolean)
agent/src/android/hooking.ts:535
MethodsetUp
(self, github, mock_os)
tests/utils/patchers/test_android.py:11
MethodsetUp
(self)
tests/utils/patchers/test_github.py:8
MethodsetUp
(self, mock_github)
tests/utils/patchers/test_base.py:10
MethodsetUp
(self)
tests/utils/patchers/test_base.py:22
MethodsetUp
(self, mock_github, mock_os)
tests/utils/patchers/test_ios.py:10
MethodsetUp
(self)
tests/console/test_cli.py:12
MethodsetUp
(self)
tests/console/test_completer.py:9
MethodsetUp
(self)
tests/console/test_repl.py:10
MethodsetUp
(self)
tests/commands/test_plugin_manager.py:10
MethodsetUp
(self)
tests/commands/test_jobs.py:25
MethodsetUp
(self)
tests/commands/test_command_history.py:10
MethodsetUp
(self)
tests/commands/ios/test_bundles.py:10
Functionset_method_return_value
Sets a Java methods return value to a specified boolean. :param args: :return:
objection/commands/android/hooking.py:391
Functionshow
Show all of the jobs that are currently running :return:
objection/commands/jobs.py:8
Functionshow_android_class_loaders
Show the currently registered class loaders. :return:
objection/commands/android/hooking.py:162
Functionshow_android_class_methods
Shows the methods available on an Android class. :param args: :return:
objection/commands/android/hooking.py:179
Functionshow_android_classes
Show the currently loaded classes. Note that Java classes are only loaded when they are used, so not all classes may be pre
objection/commands/android/hooking.py:143
Functionshow_bundles
Prints information about bundles that are not necessarily frameworks https://developer.apple.com/documentation/foundation/nsbundle/1
objection/commands/ios/bundles.py:79
Functionshow_frameworks
Prints information about bundles that represent frameworks. https://developer.apple.com/documentation/foundation/nsbundle/1408056-al
objection/commands/ios/bundles.py:50
Functionshow_ios_class_methods
Displays the methods available in a class. :param args: :return:
objection/commands/ios/hooking.py:224
Functionshow_ios_classes
Prints the classes available in the current Objective-C runtime to the screen. :param args: :return:
objection/commands/ios/hooking.py:199
Functionshow_registered_activities
Enumerate all registered Activities :return:
objection/commands/android/hooking.py:361
Functionshow_registered_broadcast_receivers
Enumerate all registered BroadcastReceivers :return:
objection/commands/android/hooking.py:329
Functionshow_registered_services
Enumerate all registered Services :return:
objection/commands/android/hooking.py:345
Functionsignapk
Zipalign and sign an APK with the objection key.
objection/console/cli.py:364
Functionsimple
Generate simple hooks for all methods in a Java class. :param args: :return:
objection/commands/android/generate.py:26
Functionsimple
Generate simple hooks for all methods in a class. :param args: :return:
objection/commands/ios/generate.py:26
Functionstart
(pwd: string, port: number = 9000)
agent/src/generic/http.ts:42
Functionstart
Start a new session
objection/console/cli.py:142
Functionstart
Start's an http server, exposing the mobile devices filesystem. :param args: :return:
objection/commands/http.py:7
FunctionstartActivity
(activityClass: string)
agent/src/android/intent.ts:18
FunctionstartService
(serviceClass: string)
agent/src/android/intent.ts:45
Functionstatus
()
agent/src/generic/http.ts:117
Functionstatus
Get the status of the HTTP server :param args: :return:
objection/commands/http.py:38
Functionstop
()
agent/src/generic/http.ts:103
Functionstop
Stops the on device HTTP server :param args: :return:
objection/commands/http.py:26
FunctionstringCanary
(can: string)
agent/src/android/monitor.ts:4
Functionstring_canary
Monitors for a string canary argument and reports when it is found. :param args: :return:
objection/commands/android/monitor.py:6
Functiontake
()
agent/src/ios/userinterface.ts:9
MethodtearDown
(self)
tests/commands/test_jobs.py:28
MethodtearDown
(self)
tests/commands/test_command_history.py:13
MethodtearDown
(self)
tests/commands/test_filemanager.py:12
MethodtearDown
(self)
tests/commands/test_ui.py:11
MethodtearDown
(self)
tests/state/test_app.py:7
MethodtearDown
(self)
tests/state/test_jobs.py:7
Methodteardown
(self)
objection/utils/agent.py:393
Methodtest_adds_command_to_history
(self)
tests/state/test_app.py:19
Methodtest_adds_item_successfully
(self, mock_api)
tests/commands/ios/test_keychain.py:147
Methodtest_adds_item_validates_data_key_to_need_identifier
(self)
tests/commands/ios/test_keychain.py:140
Methodtest_adds_item_with_failure
(self, mock_api)
tests/commands/ios/test_keychain.py:160
Methodtest_adds_jobs
(self)
tests/state/test_jobs.py:13
Methodtest_alert_helper_method_proxy_calls_ios
(self, mock_alert_ios)
tests/commands/test_ui.py:15
Methodtest_alert_helper_method_proxy_calls_ios_custom_message
(self, mock_alert_ios)
tests/commands/test_ui.py:23
Methodtest_alert_ios_helper_method
(self, mock_api)
tests/commands/test_ui.py:31
Methodtest_analyze_implicit_intents
(self, mock_api)
tests/commands/android/test_intents.py:34
Methodtest_android_flag_secure
(self, mock_api)
tests/commands/test_ui.py:98
Methodtest_android_flag_secure_validates_argument_as_boolean_string
(self)
tests/commands/test_ui.py:85
Methodtest_android_flag_secure_validates_argument_is_present
(self)
tests/commands/test_ui.py:91
Methodtest_android_path_exists_helper
(self, mock_api)
tests/commands/test_filemanager.py:178
Methodtest_android_screenshot
(self, mock_open, mock_api)
tests/commands/test_ui.py:76
Methodtest_android_screenshot_validates_arguments
(self)
tests/commands/test_ui.py:68
Methodtest_app_should_debug_hooks_if_true
(self)
tests/state/test_app.py:14
Methodtest_app_should_not_debug_hooks_by_default
(self)
tests/state/test_app.py:11
← previousnext →501–600 of 854, ranked by callers