Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ReversecLabs/drozer
/ functions
Functions
1,712 in github.com/ReversecLabs/drozer
⨍
Functions
1,712
◇
Types & classes
267
↓ 7 callers
Method
mockConfigWithRepos
(self, repositories)
test/mwr_test/droidhg/repoman/repository_test.py:11
↓ 7 callers
Method
resolve
resolve() accepts two modules, the existing module and the new module. It decides which to keep, and returns that module.
src/drozer/modules/import_conflict_resolver.py:11
↓ 7 callers
Method
sendAndReceive
Provides a wrapper around the Session's sendAndReceive method.
src/pysolar/reflection/reflector.py:100
↓ 7 callers
Function
vt
(e)
src/drozer/server/web_root/jquery.js:4
↓ 7 callers
Method
workingDir
Get the full path to the Agent's working directory.
src/drozer/modules/common/file_system.py:175
↓ 6 callers
Method
__ensure_config
Loads the configuration from file, if it has not already been loaded.
src/drozer/configuration.py:145
↓ 6 callers
Method
__get_suggestions_for
Calculate suggestions for a particular action, given some initial text. Where possible, this method provides the suggestions itself,
src/WithSecure/common/argparse_completer.py:148
↓ 6 callers
Method
__init__
(self, resource, magic=None, reserved=False, custom_headers=None)
src/drozer/server/files.py:60
↓ 6 callers
Method
_execute
(self, cmd, escapeQuote=True)
src/drozer/modules/exploit/webview/addJavaScriptInterface.py:42
↓ 6 callers
Function
at
(e,t,n,i)
src/drozer/server/web_root/jquery.js:4
↓ 6 callers
Method
certificate_to_pem
Convert an X509 certificate object into a PEM-encoded format.
src/drozer/ssl/ca.py:16
↓ 6 callers
Method
disable
Remove a drozer Module Repository from the collection, but leave the file system intact.
src/drozer/repoman/repositories.py:56
↓ 6 callers
Method
encodeByte
(self, byte)
src/drozer/modules/exploit/fileformat/polaris_viewer4_generate/polaris_viewer4_bof_generator.py:111
↓ 6 callers
Method
format
Perform a string formatting operation.
src/pysolar/reflection/types/reflected_string.py:72
↓ 6 callers
Method
has_ca
Returns True if this CA is initialised.
src/drozer/ssl/ca.py:57
↓ 6 callers
Method
isBusyBoxInstalled
Test whether Busybox is installed on the Agent.
src/drozer/modules/common/busy_box.py:38
↓ 6 callers
Method
istitle
Return true if the string is a titlecased string and there is at least one character, for example uppercase characters may only follo
src/pysolar/reflection/types/reflected_string.py:136
↓ 6 callers
Method
isupper
Return true if all cased characters [4] in the string are uppercase and there is at least one cased character, false otherwise.
src/pysolar/reflection/types/reflected_string.py:148
↓ 6 callers
Method
messageType
Determine the type of the Message encapsulated in this Frame.
src/pysolar/api/frame.py:45
↓ 6 callers
Method
name
Get the name of this module, by flattening the directory structure into a Python module path.
src/drozer/repoman/repository_builder.py:100
↓ 6 callers
Method
parse
(cls, message)
src/drozer/server/receivers/http.py:185
↓ 6 callers
Method
pkey_to_pem
Convert an PKey certificate object into a PEM-encoded format.
src/drozer/ssl/ca.py:24
↓ 6 callers
Method
setSessionId
Set session identifier, to route a message correctly on the Agent.
src/pysolar/api/builders/system_request.py:105
↓ 6 callers
Method
update
Update records in a content provider with contentValues.
src/drozer/modules/common/provider.py:161
↓ 5 callers
Method
__bks_path
Get the path to a BouncyCastle KeyStore file.
src/drozer/ssl/provider.py:264
↓ 5 callers
Method
__get_client
(self, uri)
src/drozer/modules/common/provider.py:184
↓ 5 callers
Method
__release
(self, client)
src/drozer/modules/common/provider.py:194
↓ 5 callers
Method
addArgumentsTo
Prepares an ArgumentParser object to allow a user to pass Intent arguments through a command-line interface.
src/drozer/android.py:290
↓ 5 callers
Method
addLog
(self, url, action)
src/drozer/lib/scripts/mitm-helper.py:261
↓ 5 callers
Method
buildPrimitiveReply
(self, type, int)
test/mwr_test/mocks/reflection.py:29
↓ 5 callers
Method
construct
Constructs a new instance of a class, with optional arguments, and returns the object instance.
src/pysolar/reflection/reflector.py:18
↓ 5 callers
Method
delete
Delete from a content provider, given filter conditions.
src/drozer/modules/common/provider.py:30
↓ 5 callers
Method
findAllContentUris
Search a package (or packages) for content providers, by searching the manifest and looking for content:// paths in the binary.
src/drozer/modules/common/provider.py:211
↓ 5 callers
Method
fromParser
Builds an Intent, given arguments parsed by an ArgumentParser that was previously initialised with addArgumentsTo().
src/drozer/android.py:307
↓ 5 callers
Method
getData
()
src/drozer/modules/common/ServiceBinder.java:116
↓ 5 callers
Method
getResultSet
Get a result set from a database cursor, as a 2D array.
src/drozer/modules/common/provider.py:274
↓ 5 callers
Method
has_section
Test whether or not a configuration file has a particular section.
src/drozer/configuration.py:96
↓ 5 callers
Method
invoke
(self, ref, method_name, *args)
test/mwr_test/droidhg/android_test.py:49
↓ 5 callers
Method
isValid
Determine whether an Intent is valid: it must have an action or a component.
src/drozer/android.py:363
↓ 5 callers
Method
isValid
(self)
src/drozer/server/receivers/http.py:62
↓ 5 callers
Function
l
()
src/drozer/server/web_root/jquery.js:5
↓ 5 callers
Method
module
(self, key)
src/drozer/exploit/builder.py:13
↓ 5 callers
Function
pt
(e,t,n)
src/drozer/server/web_root/jquery.js:4
↓ 5 callers
Method
rfind
Return the highest index in the string where substring sub is found, such that sub is contained within s[start:end]. Optional argumen
src/pysolar/reflection/types/reflected_string.py:221
↓ 5 callers
Method
rindex
Like rfind() but raises ValueError when the substring sub is not found.
src/pysolar/reflection/types/reflected_string.py:231
↓ 5 callers
Method
send
Send a Message to the Server. The Message is automatically assigned an identifier, and this is returned.
src/pysolar/api/transport/socket_transport.py:55
↓ 5 callers
Method
setProperty
Sets a property on an object to a given value.
src/pysolar/reflection/reflector.py:107
↓ 5 callers
Function
t
(n,r)
src/drozer/server/web_root/jquery.js:4
↓ 5 callers
Method
tostring
(self, string)
src/drozer/modules/exploit/fileformat/polaris_viewer4_generate/polaris_viewer4_bof_generator.py:55
↓ 4 callers
Function
Ct
(e,t,n,r,i)
src/drozer/server/web_root/jquery.js:4
↓ 4 callers
Method
_setBorder
(self, component, paddingX, paddingY)
src/drozer/lib/scripts/mitm-helper.py:409
↓ 4 callers
Method
add_arguments
Stub Method: override this in a module to add command-line options to the internal ArgumentParser instance.
src/drozer/modules/base.py:42
↓ 4 callers
Method
all
Loads all modules from the specified module repositories, and returns a collection of module identifiers.
src/drozer/modules/collection.py:13
↓ 4 callers
Method
base64_encode
Get a Base64-encoded representation of the underlying Binary data.
src/pysolar/reflection/types/reflected_binary.py:15
↓ 4 callers
Function
bt
(e,t)
src/drozer/server/web_root/jquery.js:4
↓ 4 callers
Method
build_agent
(self, arguments)
src/drozer/modules/common/exploit.py:17
↓ 4 callers
Method
complete
Intercept all readline completion requests for argument strings, and delegate them to the ArgumentParserCompleter to get suitable sug
src/drozer/modules/base.py:87
↓ 4 callers
Method
create_certificate
Create and sign a certificate, using the CA.
src/drozer/ssl/ca.py:41
↓ 4 callers
Method
enable
Re-add a drozer Module Repository to the collection, that was created manually or has previously been removed with #disable().
src/drozer/repoman/repositories.py:69
↓ 4 callers
Method
find
Return the lowest index in the string where substring sub is found, such that sub is contained in the slice s[start:end]. Optional
src/pysolar/reflection/types/reflected_string.py:62
↓ 4 callers
Method
get
(self, base, key)
test/mwr_test/droidhg/modules/module_base_test.py:43
↓ 4 callers
Method
get
Gets a module implementation, given its identifier.
src/drozer/modules/collection.py:44
↓ 4 callers
Method
getApplicationLabel
Get the 'app_name' string for a package.
src/drozer/modules/common/package_manager.py:78
↓ 4 callers
Method
getProperty
Reads a property from an object, and returns the value.
src/pysolar/reflection/reflector.py:57
↓ 4 callers
Method
getResponse
(self, request)
src/drozer/server/files.py:76
↓ 4 callers
Method
get_keypair
Retrieves a key pair, stored in the CA.
src/drozer/ssl/provider.py:66
↓ 4 callers
Method
handle
handle() is passed messages for the ReflectionRequestForwarder to forward.
src/drozer/api/handlers/reflection_request_forwarder.py:20
↓ 4 callers
Method
has_context
(self)
src/drozer/console/session.py:549
↓ 4 callers
Method
insert
Insert contentValues into a content provider.
src/drozer/modules/common/provider.py:53
↓ 4 callers
Function
ioctl_GWINSZ
Attempt to discover the dimensions of a terminal window, using IOCTL.
src/WithSecure/common/console.py:114
↓ 4 callers
Function
ir
(e,t)
src/drozer/server/web_root/jquery.js:6
↓ 4 callers
Method
isAnySuInstalled
Test whether any su binary is installed on the Agent.
src/drozer/modules/common/superuser.py:38
↓ 4 callers
Method
isalnum
Return true if all characters in the string are alphanumeric and there is at least one character, false otherwise. For 8-bit
src/pysolar/reflection/types/reflected_string.py:86
↓ 4 callers
Method
islower
Return true if all cased characters [4] in the string are lowercase and there is at least one cased character, false otherwise.
src/pysolar/reflection/types/reflected_string.py:116
↓ 4 callers
Method
isspace
Return true if there are only whitespace characters in the string and there is at least one character, false otherwise. For
src/pysolar/reflection/types/reflected_string.py:126
↓ 4 callers
Function
k
(e,n,r,i)
src/drozer/server/web_root/jquery.js:6
↓ 4 callers
Method
listDevices
Get a list of Devices boud to the Server.
src/drozer/connector/server_connector.py:29
↓ 4 callers
Method
md5sum
(File file)
src/drozer/modules/common/FileUtil.java:15
↓ 4 callers
Method
module
(self, key)
src/drozer/payload/builder.py:13
↓ 4 callers
Function
nn
(e,t)
src/drozer/server/web_root/jquery.js:6
↓ 4 callers
Method
normaliseAddr
(self, addr)
src/drozer/modules/exploit/fileformat/polaris_viewer4_generate/polaris_viewer4_bof_generator.py:64
↓ 4 callers
Method
nullPtr
(self)
src/drozer/modules/exploit/fileformat/polaris_viewer4_generate/polaris_viewer4_bof_generator.py:31
↓ 4 callers
Method
path
Returns the path to the configuration file.
src/drozer/configuration.py:119
↓ 4 callers
Method
print_table
Print tabular data to stdout, given an array of rows, each containing an array of values. It is assumed that the first row c
src/drozer/modules/common/formatter.py:6
↓ 4 callers
Method
readFrom
Try to read HTTP Requests from the stream.
src/drozer/server/receivers/http.py:132
↓ 4 callers
Method
resolve
(self, class_name)
test/mwr_test/droidhg/modules/module_base_test.py:74
↓ 4 callers
Method
sendAndReceive
Delivers a message to the Agent, and returns the response. If the send operation times out, or the response indicates a fatal error,
src/drozer/console/session.py:593
↓ 4 callers
Method
setArguments
Adds an array of Arguments to an INVOKE or a CONSTRUCT request.
src/pysolar/api/builders/reflection_request.py:104
↓ 4 callers
Method
status_text
(self)
src/drozer/server/receivers/http.py:228
↓ 4 callers
Method
suPath
Get the path to which su is uploaded on the Agent.
src/drozer/modules/common/superuser.py:12
↓ 4 callers
Method
subVal
(self, addr, val1, val2, mode="addr")
src/drozer/modules/exploit/fileformat/polaris_viewer4_generate/polaris_viewer4_bof_generator.py:128
↓ 4 callers
Method
unpack
(self, name)
src/drozer/agent/builder.py:63
↓ 4 callers
Method
uploadFile
Copy a file from the local file system to the Agent's.
src/drozer/modules/common/file_system.py:165
↓ 4 callers
Function
wrap
A word-wrap function that preserves existing line breaks and most spaces in the text. Expects that existing line breaks are posix newlin
src/WithSecure/common/text.py:15
↓ 4 callers
Function
xt
(e)
src/drozer/server/web_root/jquery.js:4
↓ 3 callers
Function
I
(e)
src/drozer/server/web_root/jquery.js:5
↓ 3 callers
Function
M
(e)
src/drozer/server/web_root/jquery.js:4
↓ 3 callers
Function
Tt
(e)
src/drozer/server/web_root/jquery.js:4
↓ 3 callers
Method
__ca_key_path
Get the path to the CA Key.
src/drozer/ssl/provider.py:271
↓ 3 callers
Method
__certificate_path
Get the path to a certificate file.
src/drozer/ssl/provider.py:278
← previous
next →
101–200 of 1,712, ranked by callers