This class provides generalized user interface manipulation routines that might be supported by post-exploitation clients.
This method disables the keyboard on the remote machine.
# File lib/rex/post/ui.rb, line 16 def disable_keyboard raise NotImplementedError end
This method disables the mouse on the remote machine.
# File lib/rex/post/ui.rb, line 30 def disable_mouse raise NotImplementedError end
This method enables the keyboard on the remote machine.
# File lib/rex/post/ui.rb, line 23 def enable_keyboard raise NotImplementedError end
Generated with the Darkfish Rdoc Generator 2.