AdvancedHacker101 / C-Sharp-R.A.T-Client

This is a c# client for the c# R.A.T server
Other
109 stars 58 forks source link

Added functionality , bug fixes , resource cleanup and error handling . #3

Closed PhilipMur closed 7 years ago

PhilipMur commented 7 years ago

Added more functionality and bug fixes. 👍 :-)

1) user can now send key strokes on the small sizable remote view desktop window.

2) user can now send uppercase and lowercase letters to full screen and sizable screen remote view desktop windows.

3) user can now exit the full screen by pressing the escape key then context menu exit button.

4) user can now synchronize the screen refresh rate on both the server and client.

5) set a default screen of the desktop when windows security dialouge screen appears to stop the client crashing while trying to get the desktop bounds. example--(when ctrl ,alt ,del are pressed together).

6) get how many remote screens are available to the user and access another available screen.

7) Start remote task manager. ( client needs to be an administartor to take control of task manager window otherwise looses focus of the main window handle) you have been warned.

8) cleanup resources used by sending remote desktop as Windows OS will not take care of this by itself.

9) some more error handling and bug fixes for crashing if connection is lost while trying to perform tasks.