Justin Yanke

Results 14 comments of Justin Yanke

I believe this is similar to an issue we had with our implementation of a keylogging feature. Our client application was using ShellExecute = true when starting the process. To...

I have experience in developing mobile apps. As much as I like this idea, it would be best to port the client to the native language of the OS instead...

There are two things about the premise of this argument that makes me not worry about script kiddies trying to do illegal things with this program: 1) Pretty much all...

Is there no "upload file" option? I had thought drag-drop was possible, or atleast it was on the right-click menu...

Well, how difficult would it be? ;) This is where it becomes more difficult (not only to code) but to spend lots of time with an interface for it!

@bitterypaul Please post responses relevant to the issue. I try not to clutter these comment spaces. If you noticed, I have already been messing with the keylogger. If you look...

@MaxXor I have looked into this and it will require use of an external library; it is significantly more low-level than C# can go.

Without knowing the context of your situation, I suggest looking this up on Google instead. Some good looking search results come up when searching for your solution.

If @MaxXor wants this functionality: Good reference: https://msdn.microsoft.com/en-us/library/windows/desktop/ms644990%28v=vs.85%29.aspx

This would be very easy to implement by making [this event](https://github.com/quasar/QuasarRAT/blob/master/Quasar.Client/Networking/QuasarClient.cs#L91) public and filtering out the desired connection state.