MCPcopy Create free account

hub / github.com/Marten4n6/EvilOSX / types & classes

Types & classes58 in github.com/Marten4n6/EvilOSX

↓ 5 callersClassCommand
This class represents a command.
server/model.py:38
↓ 3 callersClassBot
This class represents a bot.
server/model.py:63
↓ 3 callersClassCommand
This class represents a command.
bot/bot.py:68
↓ 2 callersClassConnection
Slowloris connection.
server/modules/bot/slowloris.py:84
↓ 2 callersClass_ModuleView
Class which allows modules to interact with the view.
server/view/cli.py:173
↓ 1 callersClassController
Controls all slowloris connections.
server/modules/bot/slowloris.py:156
↓ 1 callersClassModel
Thread-safe model used by the controller.
server/model.py:86
↓ 1 callersClassModuleTask
This class handles the execution of a module. Thread subclass with a kill method, see: https://mail.python.org/pipermail/python-list/2004-May
bot/bot.py:127
↓ 1 callersClassModuleView
Used by modules to interact with this GUI.
server/view/gui.py:217
↓ 1 callersClassTargetInfo
This class stores information about the target.
server/modules/bot/slowloris.py:10
↓ 1 callersClassThreadedHTTPServer
Handles requests in a separate thread.
server/handler.py:207
↓ 1 callersClassViewCLI
This class interacts with the user via a command line interface. The controller will register all listeners (set_on_*) for this view.
server/view/cli.py:216
↓ 1 callersClassViewGUI
This class interacts with the user via a graphical user interface. Used by the controller to communicate with the view.
server/view/gui.py:744
↓ 1 callersClass_BotTable
Table which holds all bots.
server/view/gui.py:520
↓ 1 callersClass_BroadcastTab
Tab used to interact with the whole botnet at once.
server/view/gui.py:173
↓ 1 callersClass_BuilderTab
Handles the creation of launchers.
server/view/gui.py:23
↓ 1 callersClass_CommandInput
This class shows the command input view.
server/view/cli.py:78
↓ 1 callersClass_ControlTab
Tab which allows the user to control individual bots. Handles any events fired by the table etc.
server/view/gui.py:565
↓ 1 callersClass_ExecuteTab
Tab used to execute modules or shell commands on the selected bot.
server/view/gui.py:273
↓ 1 callersClass_HomeTab
Home tab which contains information about EvilOSX.
server/view/gui.py:620
↓ 1 callersClass_MainWindow
Main GUI window which displays the tabbed widget.
server/view/gui.py:689
↓ 1 callersClass_OutputView
This class shows the command output view.
server/view/cli.py:20
↓ 1 callersClass_QDarkPalette
Dark palette for a Qt application.
server/view/gui.py:702
↓ 1 callersClass_ResponsesTab
Tab which shows all module and shell responses.
server/view/gui.py:190
↓ 1 callersClass_TabbedWidget
Widget which holds all tabs.
server/view/gui.py:648
ClassCommandType
Enum class for command types.
bot/bot.py:47
ClassCommandType
Enum class for command types.
server/model.py:27
ClassLauncher
bot/launchers/rubber_ducky.py:9
ClassLauncher
bot/launchers/python.py:9
ClassLauncherABC
Abstract base class for launchers.
bot/launchers/helper.py:26
ClassLoader
bot/loaders/launch_daemon/loader.py:8
ClassLoaderABC
Abstract base class for loaders.
bot/loaders/helper.py:31
ClassModule
server/modules/server/update_bot.py:8
ClassModule
server/modules/server/CVE-2020-3950.py:8
ClassModule
server/modules/server/browser_history.py:8
ClassModule
server/modules/server/chrome_passwords.py:8
ClassModule
server/modules/server/download.py:10
ClassModule
server/modules/server/screenshot.py:10
ClassModule
server/modules/server/clipboard.py:9
ClassModule
server/modules/server/phish_itunes.py:8
ClassModule
server/modules/server/icloud_contacts.py:8
ClassModule
server/modules/server/get_backups.py:8
ClassModule
server/modules/server/remove_bot.py:8
ClassModule
server/modules/server/CVE-2015-5889.py:8
ClassModule
server/modules/server/slowloris.py:8
ClassModule
server/modules/server/get_info.py:8
ClassModule
server/modules/server/decrypt_mme.py:8
ClassModule
server/modules/server/upload.py:11
ClassModule
server/modules/server/webcam.py:11
ClassModule
server/modules/server/microphone.py:8
ClassModuleABC
Abstract base class for modules.
server/modules/helper.py:75
ClassModuleViewABC
Abstract base class which allows modules to interact with the view.
server/modules/helper.py:33
ClassPayloadFactory
Builds encrypted payloads which can only be run on the specified bot.
server/model.py:330
ClassRequestType
Enum class for bot request types.
bot/bot.py:58
ClassRequestType
Enum class for bot request types.
server/model.py:16
ClassUserAgent
Static class which provides randomized user agents.
server/modules/bot/slowloris.py:40
ClassViewABC
Abstract base class for views, used by the background server.
server/view/helper.py:9
Class_RequestHandler
Handles communicating with bots. - Responses are hidden in 404 error pages (the DEBUG part) - GET requests are used to retrieve the current c
server/handler.py:44