MCPcopy Create free account

hub / github.com/Marten4n6/EvilOSX / functions

Functions286 in github.com/Marten4n6/EvilOSX

Methodget_info
(self)
server/modules/server/get_info.py:9
Methodget_info
(self)
server/modules/server/decrypt_mme.py:9
Methodget_info
(self)
server/modules/server/upload.py:12
Methodget_info
(self)
server/modules/server/webcam.py:12
Methodget_info
(self)
server/modules/server/microphone.py:9
Functionget_module
:type module_name: str :rtype: ModuleABC or None :return: The module class if it has been loaded, otherwise None.
server/modules/__init__.py:29
Functionget_names
:return: A list of available launchers.
bot/launchers/__init__.py:17
Functionget_names
:rtype: list[str] :return: A list of all loader names.
bot/loaders/__init__.py:27
Functionget_names
:rtype: list[str] :return: A list of all module names.
server/modules/__init__.py:38
Functionget_option_messages
:type loader_name: str :rtype: list
bot/loaders/__init__.py:57
Methodget_option_messages
(self)
bot/loaders/launch_daemon/loader.py:16
Functionget_options
:return: A dictionary containing the loader's configuration options. :type loader_name: str :type set_options: list
bot/loaders/__init__.py:74
Methodget_options
(self, set_options)
bot/loaders/launch_daemon/loader.py:22
Functionget_remove_code
:return: Compressed code which can be run on the bot. :type loader_name: str :rtype: bytes
bot/loaders/__init__.py:88
Methodget_setup_messages
(self)
server/modules/server/browser_history.py:17
Methodget_setup_messages
(self)
server/modules/server/download.py:19
Methodget_setup_messages
(self)
server/modules/server/screenshot.py:19
Methodget_setup_messages
(self)
server/modules/server/clipboard.py:18
Methodget_setup_messages
(self)
server/modules/server/phish_itunes.py:17
Methodget_setup_messages
(self)
server/modules/server/remove_bot.py:17
Methodget_setup_messages
(self)
server/modules/server/slowloris.py:20
Methodget_setup_messages
(self)
server/modules/server/upload.py:20
Methodget_setup_messages
(self)
server/modules/server/webcam.py:22
Methodget_setup_messages
(self)
server/modules/server/microphone.py:20
Methodget_tabbed_widget
:rtype: QWidget
server/view/gui.py:765
Functionget_update_code
:return: Compressed code which can be run on the bot. :type loader_name: str :rtype: bytes
bot/loaders/__init__.py:102
Functionget_webserver
:return The name of the running web server. :param target: TargetInfo
server/modules/bot/slowloris.py:252
Methodglobal_trace
(self, frame, why, arg)
bot/bot.py:176
Methodis_connected
:return True if the connection has been established.
server/modules/bot/slowloris.py:127
Methodkeep_alive
Background thread which keeps all connections alive.
server/modules/bot/slowloris.py:195
Methodkeypress
(self, size, key)
server/view/cli.py:149
Functionload_module
Loads the loader and adds it to the cache. :type module_name: str
server/modules/__init__.py:16
Methodlocal_trace
(self, frame, why, arg)
bot/bot.py:182
Methodlog_message
(self, log_format, *args)
server/handler.py:203
Methodon_bot_added
:rtype: Bot
server/view/gui.py:789
Methodon_bot_added
Called when a bot connects for the first time. :type bot: Bot
server/view/helper.py:34
Methodon_bot_path_change
:type bot: Bot
server/view/gui.py:806
Methodon_bot_path_change
Called when the bot's local path changes. :type bot: Bot
server/view/helper.py:49
Methodon_bot_removed
:type bot: Bot
server/view/cli.py:280
Methodon_bot_removed
:type: Bot
server/view/gui.py:798
Methodon_bot_removed
Called when a bot gets removed. :type bot: Bot
server/view/helper.py:42
Methodon_response
:type response: str
server/view/gui.py:778
Methodon_response
Called when a bot sends a response. :type response: str
server/view/helper.py:26
Methodon_table_selection_changed
(self)
server/view/gui.py:600
Methodoutput
:type line: str :type prefix: str
server/view/cli.py:208
Methodoutput
Adds a line to the output field. :type text: str
server/view/gui.py:209
Methodoutput
:type line: str :type prefix: str
server/view/gui.py:265
Functionpbkdf2_bin
(password, salt, iterations, keylen=16)
server/modules/bot/chrome_passwords.py:25
Methodprocess_response
(self, response, response_options)
server/modules/server/download.py:52
Methodprocess_response
(self, response, response_options)
server/modules/server/screenshot.py:36
Methodprocess_response
(self, response, response_options)
server/modules/server/remove_bot.py:42
Methodprocess_response
(self, response, response_options)
server/modules/server/webcam.py:47
Functionrun
(options)
bot/loaders/launch_daemon/remove.py:15
Functionrun
(options)
bot/loaders/launch_daemon/update.py:6
Functionrun
(options)
server/modules/bot/CVE-2020-3950.py:12
Functionrun
(options)
server/modules/bot/browser_history.py:81
Functionrun
(options)
server/modules/bot/chrome_passwords.py:201
Functionrun
(options)
server/modules/bot/download.py:42
Functionrun
(options)
server/modules/bot/screenshot.py:15
Functionrun
(options)
server/modules/bot/clipboard.py:10
Functionrun
(options)
server/modules/bot/icloud_contacts.py:76
Functionrun
(options)
server/modules/bot/get_backups.py:20
Functionrun
(options)
server/modules/bot/CVE-2015-5889.py:18
Functionrun
(options)
server/modules/bot/slowloris.py:287
Functionrun
(options)
server/modules/bot/get_info.py:48
Functionrun
(options)
server/modules/bot/decrypt_mme.py:84
Functionrun
(options)
server/modules/bot/upload.py:9
Functionrun
(options)
server/modules/bot/webcam.py:17
Functionrun
(options)
server/modules/bot/microphone.py:11
Methodset_global_command
Sets the global command. :type command: Command
server/model.py:205
Methodset_main_loop
(self, main_loop)
server/view/cli.py:102
Methodsetup
(self, set_options)
server/modules/server/update_bot.py:17
Methodsetup
(self, set_options)
server/modules/server/browser_history.py:23
Methodsetup
(self, set_options)
server/modules/server/chrome_passwords.py:19
Methodsetup
(self, set_options)
server/modules/server/download.py:26
Methodsetup
(self, set_options)
server/modules/server/screenshot.py:24
Methodsetup
(self, set_options)
server/modules/server/clipboard.py:24
Methodsetup
(self, set_options)
server/modules/server/phish_itunes.py:22
Methodsetup
(self, set_options)
server/modules/server/remove_bot.py:22
Methodsetup
(self, set_options)
server/modules/server/slowloris.py:25
Methodsetup
(self, set_options)
server/modules/server/decrypt_mme.py:19
Methodsetup
(self, set_options)
server/modules/server/upload.py:27
Methodsetup
(self, set_options)
server/modules/server/webcam.py:27
Methodsetup
(self, set_options)
server/modules/server/microphone.py:27
Methodshould_continue
:type messages: list[str] :rtype: bool
server/view/cli.py:191
Methodshould_continue
:type messages: list[str] :rtype: bool
server/view/gui.py:250
← previous201–286 of 286, ranked by callers