Commit Graph

1117 Commits

Author SHA1 Message Date
MaxXor 208d2207e3 Merge pull request #467 from quasar/pr/464
Added Remote Webcam
2016-06-18 19:32:20 +02:00
MaxXor 3ed8a403b8 Some coding style adjustments and fixes 2016-06-18 19:31:05 +02:00
Darius Costolas 9926ff983e Added Remote Webcam as feature in readme.md 2016-06-14 12:59:26 +03:00
Darius Costolas 06f060f44c Removed unused files from AForge
In order to reduce the space used by the client i've deleted the unused
files from the AForge library as suggested by @DragonzMaster . I mention
that i used the work he did in #424
2016-06-14 01:01:55 +03:00
Darius Costolas 4ff3af0a11 Added Remote Webcam contextual image
Added Remote Webcam contextual image in the Main Form.
2016-06-13 23:25:00 +03:00
Darius Costolas 02a6233863 Fixed bug
The webcam on the client side was not turning off if the window 'Remote
Webcam' was closed.
2016-06-13 23:23:40 +03:00
Darius Costolas f8908193a9 Fixed mistake
I fixed the mistake i made by deleting the 'Select All' option of
contextual menu.
2016-06-13 23:20:40 +03:00
Darius Costolas daac56a12c Added Remote Webcam
I added remote webcam using AForge, it may be a little hackish but it
works.
2016-06-13 17:30:04 +03:00
MaxXor eef7d258c2 Fixed possible timing attack when checking HMAC
thanks to @TheNain38
2016-05-17 10:34:06 +02:00
MaxXor d58cc00156 Improved AES implementation #450 2016-05-16 22:04:20 +02:00
MaxXor 28e0cf5cdf Only revert Server DPI fix, not Client... 2016-05-07 20:25:22 +02:00
MaxXor 63022a981e Revert DPI fix
#423 #453
2016-05-07 20:21:54 +02:00
MaxXor 9cd5f6abfa Merge pull request #449 from LjungErik/master
Updated Registry Editor
2016-04-24 20:21:33 +02:00
LjungErik ee2a7b4dcd Fix spelling error 2016-04-24 13:01:11 +02:00
LjungErik 560aa1e9d2 Fix problem with registry value sorting
* Removed implemented sorting on ListView
* Added sorting of values before populating ListView
* Small changes to improve code structure
2016-04-24 11:23:21 +02:00
LjungErik ea2584380a Restructured the code in 'FrmRegValueEditBinary
* Moved the convertion code in 'FrmRegValueEditBinary' to new class
  'ByteConverter'
* Converted if-statements in 'FrmRegValueEditBinary' to switch-cases
2016-04-24 11:14:28 +02:00
LjungErik 55ca59fa5a Added functionalilty for editing Default Value
* Added Client code to send RegValueData with the default value
* Added Client-side Helper functions to handle default registry values
* Added Server code to handle actions on default value
* Added Server-side Helper functions to handle default registry values
2016-04-22 22:12:48 +02:00
LjungErik 712700e563 Small improvements to 'FrmRegValueEditBinary'
* Removed unnecessary close and load code
* Prevented close of editor after invalid input
* Set correct tab indices
2016-04-22 10:24:46 +02:00
LjungErik c5ac31eff6 Improved code for 'FrmRegValueEditMultiString'
* Removed unnecessary close and load code
* Removed unnecessary string sanitizing
2016-04-22 10:13:36 +02:00
LjungErik adfc05111c Improved and restructured 'FrmRegValueEditWord'
* Created new custom textbox to simplify conversion code
* Created enum to hold type of word (DWORD or QWORD)
* Removed unnecessary code for closing and loading
2016-04-22 10:07:43 +02:00
LjungErik ac7a12f277 Improved code for 'FrmRegValueEditString'
* Added correct tabing indices
* Removed unnecessary Load function
* Removed unnecessary Close code
2016-04-22 09:32:06 +02:00
LjungErik df06fd2b84 Code improvements and restructuring of 'FrmRegistryEditor'
* Restructured the code for FrmRegistryEditor
* Made parts of code more compact and readable
* Improved naming of functions
* Improved code for handling ContextMenu and ToolStrip
* Changed client to return RegValueData-array instead of null
2016-04-22 09:18:55 +02:00
MaxXor f5f244c727 Fixed Connections Form 2016-03-30 15:38:55 +02:00
MaxXor 0a6e52a12c Removed unused enum 2016-03-30 15:36:13 +02:00
MaxXor 8c5819406d Merge branch 'DragonzMaster-TCP-Connections' 2016-03-30 15:32:31 +02:00
MaxXor ad410734d9 Resolved merge conflicts 2016-03-30 15:32:23 +02:00
MaxXor 432a26a998 Merge pull request #437 from quasar/pr/430
Added requesting of elevated client permissions
2016-03-30 15:23:53 +02:00
MaxXor 4a1d1bdcf2 Improved requesting elevated permissions 2016-03-30 15:22:53 +02:00
DragonzMaster 254ef8aeda Added Remote TCP Connections 2016-03-19 02:04:54 +02:00
LostSoulFly 9b0e1d8a23 Improve HandleAskElevate.
Have to ClostMutex otherwise the new elevated client won't stay open.
2016-03-18 13:46:13 -04:00
LostSoulFly 9b41d6afbf Add DoAskElevate to QuasarServer. 2016-03-18 13:31:21 -04:00
LostSoulFly 9e4f4abfcc Add toolstrip menu item for AskToElevate and correspon _click action 2016-03-18 13:17:53 -04:00
LostSoulFly 8b6fa9e8a2 Remove extra line to make it pretty? 2016-03-18 13:06:23 -04:00
LostSoulFly 3f91ccd664 Add DoAskElevate to Client PacketHandler 2016-03-18 13:05:42 -04:00
LostSoulFly c68c111bb9 Update QuasarClient Serializer for DoAskElevate 2016-03-18 12:34:26 -04:00
LostSoulFly f0474b4775 Implement HandleAskElevate on Client 2016-03-18 12:32:26 -04:00
LostSoulFly 6995b04cbd Try not to make it so obvious that this is my second time working with c# 2016-03-18 12:07:57 -04:00
LostSoulFly e2cb8ba857 Create DoAskElevate for Client's ServerPackets. 2016-03-18 12:06:48 -04:00
LostSoulFly da42bd3e0c Create DoAskElevate ServerPacket 2016-03-18 12:04:58 -04:00
MaxXor 8768f3177c Merge pull request #427 from StingRaptor/master
Fixed #425, Fixed #426
2016-03-17 14:43:29 +01:00
StingRaptor 7a97187057 Reverted the added "new Thread(...)" from RegistryHandler.cs 2016-03-15 21:30:15 +01:00
StingRaptor 6492b2734d Added better title for RegistryEditor and corrected its default size
- Changed the title to use WindowHelper to get a correctly formated title
- Changed the size of the RegistryEditor to 800x600
2016-03-15 16:53:44 +01:00
StingRaptor 287101573b Fixed bug with RegistryEditor not working correctly in 64-bit systems
- Made changes to RegistrySeeker.cs to use OpenBaseKey instead of the root
  keys provided by Registy.
- Added error handling to handle exception from RegistrySeeker.
- Added Server-side code to display errors and close the RegistryEditor if
  root registry keys have failed to be retrieved.
2016-03-15 15:31:35 +01:00
MaxXor 53e1f8ef66 Update README.md 2016-03-15 14:20:27 +01:00
StingRaptor a1f4f192ca Refactored parts of the modified code.
- Updated modified data in RegistryHandler.cs, RegistrySeeker.cs and
  RegistrySeekerMatch.cs.
- Removed unused class RegistrySeekerParams.cs.
- Removed unused enum RegistrySearchAction.cs.
- Removed unused functions from
  Client/Core/Extensions/RegistryKeyExtensions.cs.
- Removed unused MatchFoundEventArgs, SearchCompleteEventArgs from
  RegistrySeeker.cs.
- Updated/Refactored comments in RegistryEditor.cs.
2016-03-15 09:52:30 +01:00
StingRaptor 8c5ace8196 Changed error messages to better state the cause
- Changed error messages for when key fails to be opened as writable
- State 'write access' problem instead of failure to open
2016-03-15 08:32:04 +01:00
StingRaptor f14f38b0de Added Registry namespace as a exception to Renamer
- Added Registry namespace as a exception to prevent obfuscation that
  causes built clients to crash when the RegistryEditor is opened
2016-03-14 16:30:14 +01:00
StingRaptor fd202b30cf Removed unused using of xServer.Core.Extensions 2016-03-14 10:39:43 +01:00
StingRaptor 5e3e097edb Changed RegSeekerMatch.cs to use an Array instead of a List
- Converted the Data in RegSeekerMatch.cs to an Array
- Updated RegistryHandler to handle RegSeekerMatch Data as an Array
- Updated FrmRegistryEditor to handle RegSeekerMatch Data as an Array
2016-03-14 10:30:30 +01:00
StingRaptor f4378ae56e Removed unnecessary functions from RegValueData.cs
- Removed GetDataAsString()
- Removed GetKindAsString()
- Added needed conversions to FrmRegistryEditor.cs
2016-03-13 16:25:30 +01:00