MCPcopy Create free account

hub / github.com/ReversecLabs/drozer / functions

Functions1,712 in github.com/ReversecLabs/drozer

↓ 3 callersMethod__getMy
Gets a Device from the collection, given another representation of a Device.
src/drozer/device.py:246
↓ 3 callersMethod__key_path
Get the path to a key file.
src/drozer/ssl/provider.py:292
↓ 3 callersMethod__module
Gets a module instance, by identifier, and initialises it with the required session parameters.
src/drozer/console/session.py:627
↓ 3 callersMethod__module_name
Decodes a full module identifier, given a user's input. This helps to find modules after the user has changed namespace.
src/drozer/console/session.py:651
↓ 3 callersMethod__namespaces
Gets a full list of all namespace identifiers, either globally or in the current namespace scope.
src/drozer/console/session.py:665
↓ 3 callersMethod__print_activity
(self, package, activity, prefix, include_intent_filters)
src/drozer/modules/app/activity.py:102
↓ 3 callersMethod__print_receiver
(self, package, receiver, prefix, include_intent_filters=False)
src/drozer/modules/app/broadcast.py:84
↓ 3 callersMethod__print_service
(self, package, service, prefix, include_intent_filters=False)
src/drozer/modules/app/service.py:80
↓ 3 callersMethod__type
Determines the type of the SystemResponse.
src/drozer/api/formatters/system_response.py:119
↓ 3 callersMethod_localPathMinimalSu
Get the path to the su binary on the local system.
src/drozer/modules/common/superuser.py:24
↓ 3 callersFunction_n
(e,n)
src/drozer/server/web_root/jquery.js:6
↓ 3 callersFunction_t
(e,t)
src/drozer/server/web_root/jquery.js:5
↓ 3 callersMethodaddDevice
Add a Device to the list of devices within the message.
src/pysolar/api/builders/system_response.py:14
↓ 3 callersMethodapk_path
(self, signed=True)
src/drozer/agent/builder.py:26
↓ 3 callersMethodbound
Helper method to build a message to indicate a Device has successfully bound to the server.
src/pysolar/api/builders/system_response.py:37
↓ 3 callersMethodbuildPath
Build a full URL for a given path on this remote.
src/drozer/repoman/remotes.py:76
↓ 3 callersMethodbuildSuccessReply
(self)
test/mwr_test/mocks/reflection.py:39
↓ 3 callersFunctionc
(t)
src/drozer/server/web_root/jquery.js:4
↓ 3 callersMethodconfirm
Ask the user to confirm yes/no.
src/WithSecure/common/cli.py:44
↓ 3 callersMethodconstructor
(*args, **kwargs)
src/drozer/modules/common/loader.py:52
↓ 3 callersMethodcontext
(self)
src/drozer/console/session.py:112
↓ 3 callersMethodcount
(self)
src/drozer/server/files.py:17
↓ 3 callersMethoddelete
Removes a drozer remote, with the specified URL.
src/drozer/repoman/remotes.py:51
↓ 3 callersMethoddeleteAll
(self)
test/mwr_test/droidhg/android_test.py:38
↓ 3 callersMethoddo_exit
Terminate your drozer session.
src/drozer/console/session.py:211
↓ 3 callersMethoddo_run
usage: run MODULE [OPTIONS] To see the options for a particular module, run `help MODULE`.
src/drozer/console/session.py:377
↓ 3 callersMethoddownload
Download a module from the remote, if it exists.
src/drozer/repoman/remotes.py:83
↓ 3 callersMethodexecute
(self, arguments)
src/drozer/modules/tools/file.py:44
↓ 3 callersMethodexecute
(self, arguments)
src/drozer/modules/common/exploit.py:49
↓ 3 callersMethodfatal
Helper method to build a fatal error response.
src/pysolar/api/builders/reflection_response.py:35
↓ 3 callersMethodformat_headers
(self)
src/drozer/server/receivers/http.py:49
↓ 3 callersMethodformatted_description
Build a formatted description of a module, including the description, usage information, examples and other metadata.
src/drozer/modules/base.py:250
↓ 3 callersMethodfromMessage
Builds a new Frame given a serialized Message object.
src/pysolar/api/frame.py:20
↓ 3 callersMethodfromProtobuf
Build a new Device from a Protocol Buffer representation.
src/drozer/device.py:49
↓ 3 callersFunctionft
(e,t)
src/drozer/server/web_root/jquery.js:4
↓ 3 callersMethodget
Returns a single configuration value.
src/drozer/configuration.py:54
↓ 3 callersMethodgetAndroidManifest
Extract the AndroidManifest.xml file from a package on the device, and recover it as an XML representation.
src/drozer/modules/common/assets.py:8
↓ 3 callersMethodgetCacheDir
(self)
test/mwr_test/droidhg/console/clean_mock_reflector.py:25
↓ 3 callersMethodgetEditBox
(self)
src/drozer/lib/scripts/mitm-helper.py:432
↓ 3 callersMethodgetProperty
(self, ref, property_name)
test/mwr_test/droidhg/android_test.py:41
↓ 3 callersMethodgetStrings
Searches a file for Strings, and returns them in an Array.
src/drozer/modules/common/strings.py:7
↓ 3 callersMethodhandleException
Default exception handler, writes the message to stderr.
src/WithSecure/common/cmd_ext.py:238
↓ 3 callersMethodhas_context
Test if Context is available to this module.
src/drozer/modules/base.py:124
↓ 3 callersMethodinstallBusyBox
Install Busybox on the Agent.
src/drozer/modules/common/busy_box.py:45
↓ 3 callersMethodinvoke
Invokes a method on an object, and returns the return value.
src/pysolar/reflection/reflector.py:71
↓ 3 callersMethodisDirectory
Test whether a target exists, and is a directory.
src/drozer/modules/common/file_system.py:100
↓ 3 callersMethodisError
Indicate an error in the response status code.
src/pysolar/api/builders/system_response.py:81
↓ 3 callersMethodisalpha
Return true if all characters in the string are alphabetic and there is at least one character, false otherwise. For 8-bit s
src/pysolar/reflection/types/reflected_string.py:96
↓ 3 callersMethodisdigit
Return true if all characters in the string are digits and there is at least one character, false otherwise. For 8-bit strin
src/pysolar/reflection/types/reflected_string.py:106
↓ 3 callersMethodlength
()
test/mwr_test/cinnibar/reflection/utils/verify_file_test.py:38
↓ 3 callersMethodlist
(ApplicationInfo application)
src/drozer/modules/common/Native.java:37
↓ 3 callersFunctionlt
()
src/drozer/server/web_root/jquery.js:4
↓ 3 callersMethodmodules
(self,exploit=None, module_type="exploit")
src/drozer/exploit/builder.py:16
↓ 3 callersFunctiono
(e,t)
src/drozer/server/web_root/jquery.js:6
↓ 3 callersMethodpop_completer
(self)
src/WithSecure/common/cmd_ext.py:332
↓ 3 callersMethodpush_completer
(self, completer, history_file=None)
src/WithSecure/common/cmd_ext.py:308
↓ 3 callersMethodreadFile
Read a file from the Agent's file system, and return the data.
src/drozer/modules/common/file_system.py:141
↓ 3 callersMethodreadFromSocket
Read a Frame from a network Socket. This blocks until a header is available, then continues to block until the entire payloa
src/pysolar/api/frame.py:87
↓ 3 callersMethodrecv
(self, length)
test/mwr_test/cinnibar/api/frame_test.py:15
↓ 3 callersMethodreload
(self)
src/drozer/modules/loader.py:37
↓ 3 callersMethodresolve
(self, class_name)
test/mwr_test/droidhg/android_test.py:52
↓ 3 callersMethodrsplit
Return a list of the words in the string, using sep as the delimiter string. If maxsplit is given, at most maxsplit splits are done,
src/pysolar/reflection/types/reflected_string.py:257
↓ 3 callersFunctions
(s,l,c,p,d)
src/drozer/server/web_root/jquery.js:4
↓ 3 callersMethodsetErrorMessage
Set the error message associated with this response.
src/pysolar/api/builders/system_response.py:123
↓ 3 callersFunctionst
(e)
src/drozer/server/web_root/jquery.js:4
↓ 3 callersMethodvalid
(self)
src/drozer/server/files.py:166
↓ 3 callersMethodwrite
Wraps stream#write().
src/WithSecure/common/stream.py:27
↓ 3 callersFunctionwt
(e,t,n)
src/drozer/server/web_root/jquery.js:4
↓ 2 callersFunction$
(e,n,r)
src/drozer/server/web_root/jquery.js:5
↓ 2 callersFunctionHn
(e)
src/drozer/server/web_root/jquery.js:6
↓ 2 callersFunctionKn
()
src/drozer/server/web_root/jquery.js:6
↓ 2 callersFunctionLt
(e,t)
src/drozer/server/web_root/jquery.js:5
↓ 2 callersFunctionMt
(e,t)
src/drozer/server/web_root/jquery.js:5
↓ 2 callersFunctionR
(e,n,r,i)
src/drozer/server/web_root/jquery.js:5
↓ 2 callersFunctionW
(e,t,n)
src/drozer/server/web_root/jquery.js:5
↓ 2 callersFunction_
()
src/drozer/server/web_root/jquery.js:4
↓ 2 callersMethod__agentPathScript
Get the path to which the install script is uploaded on the Agent.
src/drozer/modules/common/superuser.py:31
↓ 2 callersMethod__commands
Get a list of supported commands to console, by searching for any method beginning with do_.
src/WithSecure/common/cli.py:107
↓ 2 callersMethod__create_package
Create a Python package within the repository.
src/drozer/repoman/installer.py:104
↓ 2 callersMethod__do_substitutions
Perform substitution of Bash-style variables.
src/WithSecure/common/cmd_ext.py:358
↓ 2 callersMethod__eligible_path_permission
(self, permissions, path)
src/drozer/modules/auxiliary/web_content_resolver.py:85
↓ 2 callersMethod__execute
Spawn a shell command
src/pysolar/reflection/utils/class_builder.py:62
↓ 2 callersMethod__find_libraries
(self, package, verbose, Native)
src/drozer/modules/scanner/misc/native.py:31
↓ 2 callersMethod__generate_certificate
Generate an X509 certificate, valid for 1 year.
src/drozer/ssl/ca.py:115
↓ 2 callersMethod__generate_rsa_key
Generate a new RSA key, that is KEY_LENGTH bits long.
src/drozer/ssl/ca.py:130
↓ 2 callersMethod__getDescription
(self, pm, res, permission)
src/drozer/modules/information/permissions.py:92
↓ 2 callersMethod__getProtLevel
(self, pm, permission)
src/drozer/modules/information/permissions.py:71
↓ 2 callersMethod__get_activities
(self, arguments, package)
src/drozer/modules/app/activity.py:78
↓ 2 callersMethod__get_commands_help
Produce a piece of text, containing the available commands, and their short description.
src/WithSecure/common/cli.py:115
↓ 2 callersMethod__get_package
(self, arguments, package)
src/drozer/modules/app/package.py:137
↓ 2 callersMethod__get_providers
(self, arguments, package)
src/drozer/modules/app/provider.py:204
↓ 2 callersMethod__get_receivers
(self, arguments, package)
src/drozer/modules/app/broadcast.py:59
↓ 2 callersMethod__get_services
(self, arguments, package)
src/drozer/modules/app/service.py:55
↓ 2 callersMethod__get_variables
(self)
src/drozer/modules/common/shell.py:55
↓ 2 callersMethod__init__
(self)
src/drozer/modules/exploit/fileformat/polaris_viewer4_generate/polaris_viewer4_bof_generator.py:7
↓ 2 callersMethod__init__
(self)
src/drozer/repoman/manager.py:19
↓ 2 callersMethod__init__
(self, url)
src/drozer/repoman/remotes.py:18
↓ 2 callersMethod__init__
Create an HTTP Message
src/drozer/server/receivers/http.py:38
↓ 2 callersMethod__init__
(self, stream)
src/WithSecure/common/stream.py:10
↓ 2 callersMethod__load
Load all modules from module repositories.
src/drozer/modules/loader.py:65
← previousnext →201–300 of 1,712, ranked by callers