yankejustin
437747a9df
Improved the the keylogger's key buffer
...
Used a StringBuilder instead of a normal string as the key buffer to
drastically improve the performance. Having a string as the key buffer
would mean that every single addition would be exponentially slower.
2015-05-04 12:21:04 -04:00
MaxXor
ad23e57399
Improved uninstall (delete existing logfiles)
2015-05-04 16:44:58 +02:00
MaxXor
c39bff3a6f
Merge pull request #73 from MaxXor/dev
...
Added Keylogger
2015-05-04 16:22:28 +02:00
MaxXor
e8d8e8d58e
More fixes to Keylogger
2015-05-01 15:09:45 +02:00
MaxXor
770d194ba9
Improved implementation of keylogger
2015-05-01 14:50:38 +02:00
MaxXor
b1f6ba7ffd
Correctly read and append blocks
2015-04-29 22:00:02 +02:00
MaxXor
a08e002f84
Changed max packet size
...
Prevents crash in Remote Desktop for packets bigger than 1MB
2015-04-29 21:58:47 +02:00
MaxXor
d95672ea16
Fixed small typo ( #69 )
2015-04-28 07:30:03 +02:00
d3agle
41617d14b7
Added comments to Logger class and some small fixes
...
Added comments to the logger class for understandability of code/flow
Removed some extra keys that were unnecessary
2015-04-24 09:12:50 -05:00
d3agle
f1942aa253
Fixed some logic
...
fixed a few logic errors
2015-04-23 10:46:54 -05:00
d3agle
62826a39e6
Added Hookless Keylogger
...
-added hookless keylogger class with unicode support
-logs on keylogger class are saved in html format
-added keylogger form using webbrowser to load the log as an html file
-added context menu keylogger option under surveillance
-started keylogger setting enable/disable on client file execution
(didn't complete this, wasn't sure how to do it properly. just added
the setting in the settings class and in program class for the logic.
only thing left is the server side stuff)
left todo:
-encryption/decryption of logs if desired
-options to enable/disable when building client, etc...
2015-04-22 14:39:52 -05:00
MaxXor
0600ac1707
Removed unused variable
2015-04-22 15:52:58 +02:00
MaxXor
64a9156d41
Added option to enable/disable Client Tooltips
2015-04-21 21:46:48 +02:00
MaxXor
df5ce2f893
Fixed code formatting
...
Replaced all tabs in code with 4 spaces and did some general renaming.
2015-04-21 20:27:52 +02:00
MaxXor
3237a80924
Closed #60
2015-04-14 20:42:48 +02:00
d3agle
f71b45a16c
Format fix
...
format fix
2015-04-14 05:01:27 -05:00
d3agle
abd31f9a94
Fixed Remote Desktop Bug
...
Fixed a bug where changing resolutions while Remote Desktop is running
would crash both the client + server. This fix ensures that the Remote
Desktop features continues to run accurately after changing resolutions
on the client.
2015-04-14 04:58:48 -05:00
MaxXor
27cda8f80b
Fixed Remote Desktop crash
...
- Fixed Remote Desktop crash when using multiple monitors with different
resolution
2015-04-13 09:16:44 +02:00
MaxXor
42803078be
Fixed blocking MessageBox
2015-04-09 19:13:05 +02:00
Justin Yanke
98cfd7d484
Removed unnecessary Stream
...
We already retrieved the response from the site. It is unnecessary to create another Stream afterwards.
2015-04-09 12:38:02 -04:00
yankejustin
d5cb5b9c92
Performance and clean-up for both SafeQuickLZ
...
Slightly improved performance for the SafeQuickLZ on the server and
client, code clean-up, and consistency improvements.
2015-04-07 13:23:09 -04:00
yankejustin
295daca123
Some code consistency improvements
...
Made some code more consistent to the code in the solution.
2015-04-07 12:46:14 -04:00
MaxXor
539a9b3d5b
Changed KeepAlive Interval
2015-04-06 20:49:34 +02:00
MaxXor
12a0da6288
Improved KeepAlive and Extension Methods
2015-04-06 20:33:34 +02:00
MaxXor
aacd1e0f33
Merge pull request #46 from Abdullah2993/master
...
Added new KeepAlive method
2015-04-06 19:58:09 +02:00
Abdullah Saleem
957ae2c0ef
New KeepAlive Added
...
Previous method of keep alive removed.
2015-04-06 22:40:54 +05:00
MaxXor
ee19378725
Use object initializer
2015-04-06 10:46:10 +02:00
MaxXor
1991e5afd5
Merge pull request #42 from d3agle/master
...
Fixed Remote Desktop not working after reconnect
2015-04-06 10:36:32 +02:00
MaxXor
bec3e7daab
Fixed File Upload & Execute ( #39 )
2015-04-06 10:06:33 +02:00
Abdullah Saleem
860b59ac7d
Configurable KeepAlive added
2015-04-05 15:41:26 +05:00
d3agle
9dbbf18bd3
Bugfix with Remote Desktop
...
Fixed a bug where after using Remote Desktop and client
disconnection/reconnection, the server wasn't able to run Remote Desktop
again. I believe there is an issue with the buffer/flow in the
UnsafeStreamCodec class however I wasn't able to pinpoint it. Setting
this object to null allows a new object to be created when running
Remote Desktop with a fresh buffer.
2015-04-04 20:14:37 -05:00
MaxXor
5d20aad9d6
Fixed File Download in File Manager ( #36 )
2015-04-04 17:22:20 +02:00
MaxXor
720930f583
Fixed #38
2015-04-03 10:18:52 +02:00
MaxXor
d140ca438e
Improved Remote Desktop
...
- Added ability to change quality of remote desktop
- Fixed another cross threading crash
2015-04-02 10:26:57 +02:00
MaxXor
b45ca524af
Get more accurate OS name
...
(including newer windows)
2015-04-01 15:39:32 +02:00
MaxXor
2a157a4df0
Cleanup
2015-03-31 22:37:38 +02:00
DragonHunter
5e3e2704f6
Probably fixed Remote Desktop Memory Leak
...
Probably fixed Remote Desktop Memory Leak, needs more testing but
overall stays between 50-100MB
Added UnsafeStreamCodec
2015-03-31 20:38:16 +02:00
MaxXor
efa43c4c65
Unnecessary try-catch block
2015-03-31 19:09:44 +02:00
MaxXor
5b54dcb52f
More fixes
2015-03-31 18:45:31 +02:00
MaxXor
261dff32a9
Fixed reconnect of client
2015-03-31 18:34:29 +02:00
MaxXor
a54c6db38f
Fixing new bugs
2015-03-31 18:15:48 +02:00
DragonHunter
73620c796b
Stable Client & Compression Fix
...
Fixed the compression / encryption order (Compression always failed)
Made the Client more stable but theres a bug with the Keep Alive
packets, need to be checked
2015-03-31 16:35:42 +02:00
MaxXor
04d5189266
Fixed RemoteShell
2015-03-27 12:47:14 +01:00
MaxXor
68d9627503
Removed unecessary variable
...
- Removed unecessary namespaces in code
- Changed xRAT file description
2015-03-27 11:13:02 +01:00
MaxXor
763de6a86c
Faster creation of random file names
2015-03-21 19:14:00 +01:00
yankejustin
b462be3b3a
Efficiency increase
...
String concatenation is exponentially slower than StringBuilder. This
optimization will increase the speed greatly.
2015-03-20 14:09:08 -04:00
MaxXor
6a5ac88b2d
Fixed wrong All Time Connected Clients
...
Each client has now an unique identifier (hashed MAC-address)
2015-03-20 14:45:58 +01:00
MaxXor
b4100ecab0
Small fixes
2015-03-20 14:16:29 +01:00
yankejustin
7f842d44fb
Removed unnecessary brackets
...
Cleanup - Removed unnecessary brackets to increase readability.
2015-03-19 12:10:54 -04:00
MaxXor
90a4d4a89f
Added bitmap to cleanup
2015-03-18 18:57:51 +01:00