MCPcopy Create free account

hub / github.com/Marten4n6/EvilOSX / functions

Functions286 in github.com/Marten4n6/EvilOSX

↓ 1 callersFunctionget_command
:return: A command from the server. :rtype: Command
bot/bot.py:216
↓ 1 callersMethodget_command_raw
Return and removes the first (raw base64) command in the bot's command queue, otherwise an empty string. :type bot_uid: str :rtype: s
server/model.py:268
↓ 1 callersMethodget_global_command
:return: The globally set raw command. :rtype: str
server/model.py:216
↓ 1 callersMethodget_info
:rtype: dict :return: A dictionary containing basic information about this module.
server/modules/helper.py:88
↓ 1 callersMethodget_latency
Gets the latency in milliseconds.
server/modules/bot/slowloris.py:27
↓ 1 callersFunctionget_model
()
server/modules/bot/get_info.py:21
↓ 1 callersMethodget_prompt_input
:rtype: str
server/view/cli.py:140
↓ 1 callersMethodget_upload_files
:return: A tuple containing the URL path and local file path. :rtype: (str, str)
server/model.py:315
↓ 1 callersFunctionget_wifi
()
server/modules/bot/get_info.py:39
↓ 1 callersMethodhas_executed_global
:return: True if the bot has executed the global command or if no global command has been set. :type bot_uid: str :rtype: (bool, str
server/model.py:238
↓ 1 callersMethodis_known_bot
:return: True if the bot is known to us. :type bot_uid: str :rtype: bool
server/model.py:166
↓ 1 callersMethodkeep_alive
Sends garbage to keep the connection alive.
server/modules/bot/slowloris.py:148
↓ 1 callersMethodkeep_target_alive
Keeps all connections alive.
server/modules/bot/slowloris.py:205
↓ 1 callersFunctionmain
()
start.py:116
↓ 1 callersFunctionmain
Main bot loop.
bot/bot.py:267
↓ 1 callersMethodon_bot_added
:type bot: Bot
server/view/cli.py:272
↓ 1 callersMethodon_bot_path_change
:type bot: Bot
server/view/cli.py:288
↓ 1 callersMethodon_response
:type response: str
server/view/cli.py:263
↓ 1 callersMethodoutput
Adds a line to the output view. :type line: str :type prefix: str
server/view/helper.py:14
↓ 1 callersFunctionparse_target
Parses a target into a TargetInfo object.
server/modules/bot/slowloris.py:277
↓ 1 callersFunctionprint_chrome_history
(history_limit, output_file)
server/modules/bot/browser_history.py:45
↓ 1 callersFunctionprint_safari_history
(history_limit, output_file)
server/modules/bot/browser_history.py:9
↓ 1 callersMethodprocess_response
Processes the module's response. :type response: bytes :type response_options: dict
server/modules/helper.py:110
↓ 1 callersMethodremove_bot
Removes the bot from the database. :type bot_uid: str
server/model.py:157
↓ 1 callersMethodremove_bot
Removes a bot from the table. :rtype bot: Bot
server/view/gui.py:557
↓ 1 callersMethodremove_upload_file
Remove the file from the list of files the server should host. :type url_path: str
server/model.py:306
↓ 1 callersMethodrun
(self)
bot/bot.py:150
↓ 1 callersMethodset_current_bot
Sets the connected bot this tab will interact with. :type bot: Bot
server/view/gui.py:294
↓ 1 callersMethodset_empty_layout
Default layout shown when the user has not yet selected a row.
server/view/gui.py:313
↓ 1 callersMethodset_header_text
:type text: str
server/view/cli.py:105
↓ 1 callersMethodset_on_selection_changed
(self, callback_function)
server/view/gui.py:539
↓ 1 callersMethodset_shell_layout
Sets the layout which can execute shell commands.
server/view/gui.py:377
↓ 1 callersMethodstart
(self)
server/view/gui.py:812
↓ 1 callersFunctionstart_server
Starts the HTTP server in a separate thread. :type model: Model :type view: ViewABC :type port: int
server/handler.py:27
↓ 1 callersMethodwrap_loader
:return: The loader which will load the (configured and encrypted) payload. :type loader_name: str :type loader_options: dict
server/model.py:380
Method__init__
(self)
bot/bot.py:50
Method__init__
(self)
bot/bot.py:61
Method__init__
(self, command)
bot/bot.py:134
Method__init__
(self)
server/model.py:19
Method__init__
(self)
server/model.py:30
Method__init__
:param command_type: int :param command: bytes :param options: dict
server/model.py:41
Method__init__
:type bot_uid: str :type username: str :type hostname: str :type last_online: float :type local_path: str
server/model.py:66
Method__init__
(self)
server/model.py:89
Method__init__
(self)
server/model.py:333
Method__init__
:type view: ModuleViewABC :type model: Model
server/modules/helper.py:79
Method__init__
(self, host, port, ssl, connection_count=200)
server/modules/bot/slowloris.py:13
Method__init__
:type target: TargetInfo :type first_connection: bool
server/modules/bot/slowloris.py:87
Method__init__
(self)
server/modules/bot/slowloris.py:159
Method__init__
(self, max_size=69)
server/view/cli.py:23
Method__init__
(self)
server/view/cli.py:82
Method__init__
(self, view)
server/view/cli.py:176
Method__init__
(self)
server/view/gui.py:26
Method__init__
(self, model)
server/view/gui.py:176
Method__init__
(self)
server/view/gui.py:193
Method__init__
:type responses_tab: _ResponsesTab
server/view/gui.py:220
Method__init__
:type responses_tab: _ResponsesTab
server/view/gui.py:276
Method__init__
(self)
server/view/gui.py:523
Method__init__
(self, model)
server/view/gui.py:571
Method__init__
(self)
server/view/gui.py:623
Method__init__
(self, model)
server/view/gui.py:651
Method__init__
:type central_widget: QWidget
server/view/gui.py:692
Method__init__
(self)
server/view/gui.py:705
Method__str__
:return: The base64 string representation of this class which can be sent over the network.
server/model.py:51
Method_cleanup_thread
(self, url_path)
server/modules/server/upload.py:58
Method_on_command_type_change
Handles the command type combobox change event. :type text: str
server/view/gui.py:408
Method_process_command
:type command: str
server/view/cli.py:309
Method_run_module
Setup then run the module, required because otherwise calls to prompt block the main thread.
server/view/cli.py:432
Methodadd
:type line: str :type prefix: str
server/view/cli.py:113
Methodattack
Starts the attack against the target. :type target: TargetInfo
server/modules/bot/slowloris.py:167
Methodclear
(self)
server/view/cli.py:67
Functioncreate_stager
:type server_host: str :type server_port: int :type loader_options: dict :rtype: str :return: The stager which the launcher will
bot/launchers/__init__.py:79
Methoddisplay_error
:type message: str
server/view/cli.py:179
Methoddisplay_error
:type text: str
server/view/gui.py:226
Methoddisplay_info
Displays an information message to the user. :type text: str
server/modules/helper.py:46
Methoddisplay_info
:type message: str
server/view/cli.py:185
Methoddisplay_info
:type text: str
server/view/gui.py:238
Methoddo_GET
(self)
server/handler.py:93
Methoddo_POST
(self)
server/handler.py:164
Functiongenerate
:type launcher_name: str :type stager: str :return: A tuple containing the file extension and code of this launcher. :rtype: tuple
bot/launchers/__init__.py:131
Methodgenerate
(self, stager)
bot/launchers/rubber_ducky.py:10
Methodgenerate
:type stager: str :rtype: (str, str) :return A tuple containing the file extension and code of the launcher.
bot/launchers/helper.py:31
Methodget_broadcast_tab
:rtype: _BroadcastTab
server/view/gui.py:676
Methodget_builder_tab
:rtype: _BuilderTab
server/view/gui.py:682
Functionget_code
:type module_name: str :rtype: bytes :return: Compressed code which can be run on the bot.
server/modules/__init__.py:51
Methodget_home_tab
:rtype: _HomeTab
server/view/gui.py:664
Functionget_info
:type loader_name: str :rtype: dict :return: A dictionary containing basic information about the loader.
bot/loaders/__init__.py:43
Methodget_info
(self)
bot/loaders/launch_daemon/loader.py:9
Methodget_info
(self)
server/modules/server/update_bot.py:9
Methodget_info
(self)
server/modules/server/CVE-2020-3950.py:9
Methodget_info
(self)
server/modules/server/browser_history.py:9
Methodget_info
(self)
server/modules/server/chrome_passwords.py:9
Methodget_info
(self)
server/modules/server/download.py:11
Methodget_info
(self)
server/modules/server/screenshot.py:11
Methodget_info
(self)
server/modules/server/clipboard.py:10
Methodget_info
(self)
server/modules/server/phish_itunes.py:9
Methodget_info
(self)
server/modules/server/icloud_contacts.py:9
Methodget_info
(self)
server/modules/server/get_backups.py:9
Methodget_info
(self)
server/modules/server/remove_bot.py:9
Methodget_info
(self)
server/modules/server/CVE-2015-5889.py:9
Methodget_info
(self)
server/modules/server/slowloris.py:9
← previousnext →101–200 of 286, ranked by callers