mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #244] Next Release Goals #112
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yankejustin on GitHub (May 30, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/244
Possible Goals for the next release
- Multi-Language support - Add ability to install Client as Windows Service - Control re-designs and other large visual improvements (likely to move to WPF) - Usability improvements / ease of use changes - Search in Keylogger Logs - Add Registry Editor (assigned to @yankejustin) - Improve File Manager (#262) - Add ability to group clients - Fix Keylogger missing some key combinations (#243) - Add more ways to obtain GeoIP information (#248)@MaxXor commented on GitHub (May 30, 2015):
I'll improve the implementation of
OnClientFailin RELEASE4 already! Good job on this list. 👍We'll use this first post to update the list, so newest information is always at the top of this issue.
@tidusjar commented on GitHub (Jul 30, 2015):
Is this in priority order?
@MaxXor commented on GitHub (Jul 30, 2015):
@tidusjar No special order.
@tidusjar commented on GitHub (Jul 30, 2015):
OK cool, mind If I give a go attempting something? I'd like to start contributing more to this project.
@MaxXor commented on GitHub (Jul 30, 2015):
@tidusjar Sure, any help is appreciated.
@yankejustin commented on GitHub (Jul 30, 2015):
@tidusjar Work on what interests you. These are not in order as stated, but know it is not the only things that can be added. :)
@yankejustin commented on GitHub (Jul 30, 2015):
Just going to put this near the top. :)
@tidusjar commented on GitHub (Jul 31, 2015):
I know MaxXor is not a fan of using 3rd party libs but for running the client as a Windows service we may want to look at Topshelf
@yankejustin commented on GitHub (Jul 31, 2015):
This should be good: http://www.c-sharpcorner.com/UploadFile/sachin.nigam/InstallingWinServiceProgrammatically11262005061332AM/InstallingWinServiceProgrammatically.aspx
@yankejustin commented on GitHub (Jul 31, 2015):
As an additional note on the link I provided above, please read the comment section of the article to avoid little issues that may result from ServiceController. 💩
@bitterypaul commented on GitHub (Aug 8, 2015):
what is keylogger hotkeys
@MaxXor commented on GitHub (Aug 8, 2015):
@bitterypaul it's basically this issue: https://github.com/MaxXor/xRAT/issues/243
@ghost commented on GitHub (Aug 20, 2015):
-Add ability to install Client as Windows Service
you'll lost your ability to remote desktop because QuasarRAT process will run at SYSTEM user but SYSTEM are non-real account then the screen you capture just fully black
@MaxXor commented on GitHub (Aug 21, 2015):
I think I'm going to release the first version of Quasar before everything here is done. Just to complete the name change and provide everyone with a new stable version.
@tidusjar commented on GitHub (Aug 21, 2015):
What's Quasar?
@MaxXor commented on GitHub (Aug 21, 2015):
@tidusjar xRAT is now Quasar, if you didn't notice yet.^^
And for Quasar: "An extremely distant, and thus old, celestial object whose power output is several thousand times that of our entire galaxy."
@tidusjar commented on GitHub (Aug 21, 2015):
Ah! Yes I didn't notice!
@yankejustin commented on GitHub (Aug 22, 2015):
Perhaps we could add a few languages after the update to the GUI. That would be a nice addition for the next major release.
MaxXor, I am assuming you also speak German. :)
@MaxXor commented on GitHub (Aug 23, 2015):
@yankejustin Multi-Language support would be nice, indeed.
@rabbitsmith commented on GitHub (Sep 8, 2015):
What happened to the plugin system? That was another of the best enhancements ever suggested.
@werkamsus commented on GitHub (Sep 8, 2015):
@rabbitsmith It is very difficult to implement since it requires an almost complete restructuring of the client. MaxXor himself said that would be more realistic as a release goal of Quasar 2.
@rabbitsmith commented on GitHub (Sep 8, 2015):
What is the estimated release date of quasar2
@MaxXor commented on GitHub (Sep 8, 2015):
Not this year. :(
@yankejustin commented on GitHub (Dec 11, 2015):
Potentially useful link to make a client a Windows Service.
@GodsVictory commented on GitHub (Sep 1, 2016):
I have successfully created a windows service by modifying the startup.cs file by replace the current schtasks command with the following: