Commit Graph

457 Commits

Author SHA1 Message Date
StingRaptor 8648b3ee1a Added new packets to support Create, Delete and Rename actions of the RegistryKey 2016-01-21 17:35:22 +01:00
StingRaptor 3481a58afa Added support for acquiring the root keys of the Registry. 2016-01-21 16:31:51 +01:00
StingRaptor 99dd3b1ebb Fixed problem with incomplete Client/Client.csproj 2016-01-21 15:15:57 +01:00
StingRaptor a5c797b417 Added ServerPackets for handling Registry Editor requests. 2016-01-21 15:11:12 +01:00
MaxXor 63a63419a7 Quasar v1.2.0.0 released 2015-10-12 09:55:52 +02:00
MaxXor bcf9b7fc00 Fixed build failed in release configuration 2015-09-18 21:24:16 +02:00
MaxXor 4b0466d5be Added encrypted Keylogger Logs (#396) 2015-09-18 21:22:29 +02:00
Crash129 be6357ea76 Keylogger Enhancement
Simplified
2015-09-18 19:45:32 +02:00
Crash129 e8a5313de2 Keylogger Enhancement
Added option to change name of the log directory and to hide it.
2015-09-18 16:09:24 +02:00
MaxXor 13302fa9f7 Removed redundant cast 2015-09-16 13:18:17 +02:00
MaxXor 41ece996b9 Added Timezon to geolocation fallback 2015-09-15 22:25:24 +02:00
MaxXor 31232720c0 Use hardware accelerated AES 2015-09-15 14:58:50 +02:00
MaxXor 86885d8cae AES change 2015-09-13 16:26:04 +02:00
MaxXor 48d950f4e9 Improved Client exit 2015-09-10 22:21:43 +02:00
MaxXor bda1c5ed1d Better handling of many simultaneous connections/disconnections 2015-09-10 19:30:42 +02:00
MaxXor ae1710199d Stability improvements 2015-09-09 22:18:50 +02:00
MaxXor cc8bfddaf3 Small fix 2015-09-07 14:46:12 +02:00
MaxXor 473ec94532 Improved File Manager 2015-09-07 14:29:53 +02:00
MaxXor 3b53a5c799 Small Log directory fix 2015-09-07 12:58:50 +02:00
MaxXor 87211b84e1 Small fix 2015-09-06 16:27:52 +02:00
MaxXor bdfe0543f5 Set file attributes on startup 2015-09-06 16:25:21 +02:00
MaxXor bdedaf5324 Improved Client Builder 2015-09-06 16:17:21 +02:00
MaxXor 0edef3cead Improved events 2015-09-05 22:38:59 +02:00
MaxXor 0327f1cff1 Reduced sleep time in uninstall/update batch 2015-09-05 22:30:07 +02:00
MaxXor 5944925c3e Handle UnhandledExceptions 2015-09-05 22:25:57 +02:00
MaxXor 524a682c66 Small fix 2015-09-05 15:47:06 +02:00
MaxXor 161ad5063d Improved starting of other processes and exectuable validation 2015-09-05 15:38:38 +02:00
MaxXor c44e861a68 General & GUI improvements 2015-09-03 21:44:57 +02:00
MaxXor 9c515d62d7 Fixed compile failed in release configuration 2015-09-01 15:19:07 +02:00
MaxXor 47d5081a4e Moved namespace 2015-09-01 15:16:27 +02:00
MaxXor 7f013a505e Quasar v1.1.0.0 released 2015-08-30 16:03:02 +02:00
MaxXor da4d29a016 Improved Reverse Proxy
- Replaced use of obsolete property
2015-08-30 15:04:46 +02:00
MaxXor fdc5f91e3b Suppress compiler warning in compression 2015-08-30 11:31:20 +02:00
MaxXor 656da95e82 Check Mutex before doing anything else
thanks @yankejustin
2015-08-29 21:23:10 +02:00
MaxXor a714178604 Re-set directory after fixing it 2015-08-28 13:11:05 +02:00
MaxXor bbcc2f954e Fixed client crash when no hosts to connect 2015-08-28 12:45:57 +02:00
MaxXor 69481ed813 Changed Architecture property to Is64Bit 2015-08-28 12:14:01 +02:00
MaxXor 0d9334f97b Fixed wrong installation path on windows xp 32-bit 2015-08-28 11:56:54 +02:00
d3agle 3424fa73aa Added decompression handling 2015-08-27 16:39:29 -05:00
MaxXor a9e8eca086 Small fix 2015-08-27 20:59:03 +02:00
MaxXor 5ba266f3a0 Small networking improvement 2015-08-27 20:51:04 +02:00
MaxXor ec7df970d0 Networking fixes 2015-08-27 09:19:10 +02:00
d3agle 36270bc76c Fix firefox registry path 2015-08-26 18:00:16 -05:00
MaxXor 5ceab1ac72 Improved Installation error handling 2015-08-26 21:15:12 +02:00
MaxXor b818dbc54b Fixed uninstallation 2015-08-26 20:54:42 +02:00
MaxXor e94beaeb79 Merge pull request #356 from quasar/uninstall-fix
Fix for uninstalling in read-only protected directory
2015-08-26 20:37:01 +02:00
MaxXor 790dd2a92f Fixed GetUptime 2015-08-26 20:21:20 +02:00
yankejustin 5dc8c0b07f Fix for uninstalling in admin folder
Make sure it doesn't just have the read-only attribute. If it does and
we have admin. privileges, strip all of the files in the client's
install path so that we can proceed and continue the uninstallation
process.
2015-08-26 14:15:14 -04:00
MaxXor 7184482286 Merge pull request #354 from quasar/UptimeFix
Fixed #346
2015-08-26 20:09:12 +02:00
yankejustin e85c448080 Fix for #346
This should fix issue #346 regarding incorrect uptime being returned.
Directly querying the uptime and subtracting it from the current time
(in UTC) allows us to convert it into a TimeSpan from the ticks and
obtain a significantly more accurate uptime.
2015-08-26 13:04:41 -04:00