Commit Graph

355 Commits

Author SHA1 Message Date
DragonHunter 4bdfb18b8e Improved Reverse Proxy UI
Ability to kill connections
Improved the refreshing of the OpenConnection ListView
2015-05-16 17:41:28 +02:00
MaxXor 8122b76c02 Merge pull request #137 from MaxXor/revert-136-CpuRamUsage
Revert "CPU/RAM usage of each process"
2015-05-15 18:59:00 +02:00
MaxXor ce72b4edc9 Revert "CPU/RAM usage of each process" 2015-05-15 18:58:50 +02:00
MaxXor a5f35130f6 Merge pull request #136 from yankejustin/CpuRamUsage
CPU/RAM usage of each process
2015-05-15 18:28:03 +02:00
yankejustin 14cde8209a Add logic to get the CPU and memory from client
The client now has the logic that obtains the memory and cpu usage from
the client.
2015-05-15 10:10:37 -04:00
MaxXor f8a28a74d0 Fixed crash in Remote Desktop
Fixed crash in Remote Desktop Form when pressing start and the client
didn't send a list with available monitors yet
2015-05-15 10:10:53 +02:00
MaxXor b7a8efc1ba Small change 2015-05-15 09:37:37 +02:00
MaxXor c3c7e75a7b Merge pull request #133 from yankejustin/master
Changed if statement to switch statement
2015-05-15 09:30:04 +02:00
MaxXor 5d84b438b5 Merge pull request #134 from DragonzMaster/master
Adding Arabic to supported language in elevation form
2015-05-15 09:29:31 +02:00
DragonzMaster 8a8602f342 Adding Arabic to supported language 2015-05-15 00:07:41 +02:00
yankejustin 3b04809c98 Changed properties for client packet
Added two properties for the client packet that provides the get
processes response.
2015-05-14 14:07:32 -04:00
yankejustin ae04753f0d Changed server packets for CPU and memory usage
Added two more properties on the GetProcessesResponse packet to provide
properties on CPU and memory usage.
2015-05-14 14:04:46 -04:00
yankejustin 464e6cc343 Changes to AsyncReceive
Improved a bit...
See if it fixed https://github.com/MaxXor/xRAT/issues/131
2015-05-14 13:39:29 -04:00
Justin Yanke 8044e3e8a6 Merge pull request #1 from MaxXor/master
Merge with most recent branch
2015-05-14 13:21:06 -04:00
MaxXor 03c40feed9 Fixed Remote Shell crash
Fixed crash when closing Remote Shell window without executing a command
2015-05-14 14:04:05 +02:00
MaxXor 4b4c7d6441 Minor fixes 2015-05-14 11:06:17 +02:00
MaxXor 74cbf47a80 Merge pull request #129 from tidusjar/master
More Unit Tests
2015-05-14 10:37:47 +02:00
tidusjar 35077b6327 Made changes as requested 2015-05-14 09:26:28 +01:00
Jamie Rees bf842c5ec2 Added more tests, added an InteralVisibleTo property into the Assembly so we would see Internal classes. 2015-05-13 21:22:35 +01:00
MaxXor e4c8ef7374 Added Server unit testing project 2015-05-13 19:31:56 +02:00
MaxXor 17ef0f065f Moved to Client.Tests folder 2015-05-13 19:17:00 +02:00
MaxXor b2371a91fa Added unit testing project (#127) 2015-05-13 19:11:55 +02:00
MaxXor af2034e32c Added appveyor.yml 2015-05-13 17:48:51 +02:00
MaxXor 72a453b2d4 Edited Reverse Proxy 2015-05-13 00:06:28 +02:00
MaxXor 4aef0554ff Fixed disconnection of clients
fixed #125
2015-05-12 23:24:25 +02:00
MaxXor 418f61745f Edited Readme 2015-05-11 09:56:24 +02:00
MaxXor 676ff2b1ac Merge pull request #117 from d3agle/master
Reverse Proxy Form fix
2015-05-10 19:45:48 +02:00
d3agle a87c2bd153 Reverse Proxy Form fix 2015-05-10 12:42:17 -05:00
MaxXor cc158f6be6 Edited Readme 2015-05-10 19:18:13 +02:00
MaxXor c6afc0c24e Merge pull request #116 from MaxXor/pr/113
Added Socks5 Reverse Proxy
closes #103
2015-05-10 19:03:09 +02:00
MaxXor a2a5f59c67 Improved Reverse Proxy 2015-05-10 19:02:10 +02:00
MaxXor ecb684537a Edited Readme 2015-05-10 18:16:50 +02:00
MaxXor f727452426 Merge pull request #115 from MaxXor/pr/114
Added NoIP.org Integration
2015-05-10 18:14:36 +02:00
DragonHunter 6b581b731c Fixed Stopping the proxy server
A error will occur when stopping the proxy server when there are clients
connected
2015-05-10 18:14:07 +02:00
MaxXor 11032266c9 Improved NoIP.org Integration 2015-05-10 18:11:22 +02:00
DragonHunter 58fcbe96f0 Target Server/Port fixed in ListView 2015-05-10 17:39:20 +02:00
Abdullah Saleem 4f8bd1b431 NoIP.org Integration 2015-05-10 20:38:08 +05:00
DragonHunter b7cad28b83 Tiny fix for class re-namer
Class re-namer fix for Reverse Proxy
2015-05-10 17:34:02 +02:00
Abdullah Saleem 5f83df91e5 NoIP.org Integration 2015-05-10 20:28:02 +05:00
DragonHunter ce7c75c56c More error checks & more reliable
Proxy is now more reliable and works a lot better
More error checks
2015-05-10 15:34:49 +02:00
DragonHunter ee74b6112d Initial release of the Reverse Proxy
Supports HTTPS
Supports Socks5
Tested both HTTPS and Socks5 with Proxifier
2015-05-10 13:11:27 +02:00
MaxXor 67d333317c Merge pull request #93 from d3agle/master
Fixed crash in Keylogger (null reference)
2015-05-07 11:31:55 +02:00
d3agle cc531e8066 null check fix
fixed keylogger null reference
2015-05-07 04:15:56 -05:00
d3agle a663994caa null check fix
fixed keylogger.

for some reason there was nulled KeyData in the buffer
2015-05-07 02:00:10 -05:00
MaxXor 6d06e3ba2c AppVeyor CI Integration
closes #86
2015-05-06 15:45:48 +02:00
MaxXor 73f32520a5 Added File Manager menu item "Open in Remote Shell"
#84
2015-05-06 15:18:56 +02:00
MaxXor fc49cd7e67 Fixed emptying key buffer 2015-05-06 09:51:32 +02:00
MaxXor bf3725df3c Improved Keylogger 2015-05-06 09:39:32 +02:00
MaxXor 992a4aeb5f Merge pull request #83 from yankejustin/master
Fixes and improvements to the keylogger
2015-05-06 09:28:17 +02:00
yankejustin 93a34dde9e Slight changes to the Logger
Added a small amount of documentation for the Logger's constructor, and
set the interval to flush the contents of the file to a lower amount (30
seconds was far too slow).
2015-05-05 21:58:29 -04:00