mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #1044] Unable to Setup Quasar RAT #750
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#750
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 @k24h1 on GitHub (Jan 1, 2022).
Original GitHub issue: https://github.com/quasar/Quasar/issues/1044
Hi there, I'm new to RATs and I'm not really sure how I should install this, I watched a hackersploit video but that shows the files from 2017 and the current version doesn't have those .bat files and I don't know how to install quasar now, can someone guide me on what I should do?
@edcdecl commented on GitHub (Jan 2, 2022):
To compile it yourself, download Visual Studio 2019 with .NET Desktop Development. Download this repository, open the Quasar.sln (once Visual Studio 2019 has finished installing), and click Build > Build Solution. Once you've done that, you can open the compiled program.
You could also just download the binaries without downloading Visual Studio 2019 on the releases page (Chrome does say that it's dangerous, but it's a false positive).
I meant to answer this three hours ago but my browser crashed and I forgot.
@BurntDog commented on GitHub (Jan 2, 2022):
Also make sure you compile in Release mode not Debug.
@SmurkOC commented on GitHub (Jan 2, 2022):
where do you find the finished compiled program?
because i see client.exe but when i click on it, nothing happens
@BurntDog commented on GitHub (Jan 2, 2022):
After you compile the project you will use the "Server.exe" to setup the "Client.exe". Then use the newly created Client.exe you saved to Desktop/Or where ever you want to run on the system to control. Test using LoopBack method using localhost/127.0.0.1
@MaxXor commented on GitHub (Jan 2, 2022):
This is a bug tracker, for actual software bugs. Please refer to the guide for setup instructions: https://github.com/quasar/Quasar/wiki/Getting-Started