1.1.5.6. rpc_terminal¶
This module provides the RPC Terminal window used by the client application to give the user raw access to the RPC interface.
1.1.5.6.2. Classes¶
-
class
RPCTerminal(application)[source]¶ Bases:
objectA terminal using VTE that allows raw RPC methods to be called from within the King Phisher client. This is primarily useful for unofficial and advanced features or debugging and development.
-
__init__(application)[source]¶ Parameters: application ( KingPhisherClientApplication) – The application instance to which this window belongs.
-