[GH-ISSUE #541] Separate Controller and Server #303

Open
opened 2026-02-27 15:49:47 +03:00 by kerem · 6 comments
Owner

Originally created by @HeroCC on GitHub (Oct 11, 2016).
Original GitHub issue: https://github.com/quasar/Quasar/issues/541

Hello!

I was wondering if it would be possible to separate the Server from the management controller. For example, I want to host the server from someplace else, but be able to configure and manage clients from another computer (laptop, personal desktop, etc). This would make management easier and make the program more modular. If there is already a way to do this, instructions would be great.

Thanks!

Originally created by @HeroCC on GitHub (Oct 11, 2016). Original GitHub issue: https://github.com/quasar/Quasar/issues/541 Hello! I was wondering if it would be possible to separate the Server from the management controller. For example, I want to host the server from someplace else, but be able to configure and manage clients from another computer (laptop, personal desktop, etc). This would make management easier and make the program more modular. If there is already a way to do this, instructions would be great. Thanks!
Author
Owner

@MaxXor commented on GitHub (Oct 13, 2016):

It's on the todo list, I will publish a roadmap for quasar soon.

<!-- gh-comment-id:253634118 --> @MaxXor commented on GitHub (Oct 13, 2016): It's on the todo list, I will publish a roadmap for quasar soon.
Author
Owner

@0xE232FE commented on GitHub (Oct 18, 2016):

Thats a cool idea! I am really excieted you make a Roadmap!

<!-- gh-comment-id:254495173 --> @0xE232FE commented on GitHub (Oct 18, 2016): Thats a cool idea! I am really excieted you make a Roadmap!
Author
Owner

@pabx06 commented on GitHub (Oct 19, 2016):

hi. I think that a server that can have slave server (just connection forwarding)

for building tree of server

<!-- gh-comment-id:254704031 --> @pabx06 commented on GitHub (Oct 19, 2016): hi. I think that a server that can have slave server (just connection forwarding) for building tree of server
Author
Owner

@TommyWhite commented on GitHub (Oct 26, 2016):

Guys, for these purposes it would be better develop ASP.NET server, also think how to deploy it with MONO.
Then admin it via site with adaptive html. In this passion it will be cross-platform.

<!-- gh-comment-id:256329458 --> @TommyWhite commented on GitHub (Oct 26, 2016): Guys, for these purposes it would be better develop ASP.NET server, also think how to deploy it with MONO. Then admin it via site with adaptive html. In this passion it will be cross-platform.
Author
Owner

@life-coder commented on GitHub (Mar 15, 2017):

I have been thinking of looking into this, but then. How will connections be provided? (when using applications)(maybe also an android client? (Xamarin?)) Should access over tor be available? How will the authentication go? ASP.NET and a webportal? Great idea, but how should it be implemented? Remote webserver? Local webserver? OWIN?

<!-- gh-comment-id:286729148 --> @life-coder commented on GitHub (Mar 15, 2017): I have been thinking of looking into this, but then. How will connections be provided? (when using applications)(maybe also an android client? (Xamarin?)) Should access over tor be available? How will the authentication go? ASP.NET and a webportal? Great idea, but how should it be implemented? Remote webserver? Local webserver? OWIN?
Author
Owner

@TommyWhite commented on GitHub (Mar 16, 2017):

Hello,
The main idea that you dont have to write client for android, windows, mac
os, etc. because service will be running on HTTP server.
.NET has cross platform technology
https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api
.NET Core API
So web server has REST API and it uses itself for creating HTTP view.
Since you RAT will be running on HTTP server it will be convenient to
access it over web with tor, proxy, vpn. But for mobiles HTML should be
addaptive.
Did you catch the main idea ?

2017-03-15 14:39 GMT+02:00 matteke-games notifications@github.com:

I have been thinking of looking into this, but then. How will connections
be provided? (when using applications)(maybe also an android client?
(Xamarin?)) Should access over tor be available? How will the
authentication go? ASP.NET and a webportal? Great idea, but how should it
be implemented? Remote webserver? Local webserver? OWIN?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/quasar/QuasarRAT/issues/541#issuecomment-286729148,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ANa9SsRdYg8r31B-hPRrLsTihj6yId6Fks5rl9vzgaJpZM4KUB_i
.

--
З повагою, Артем Москалець

<!-- gh-comment-id:287022973 --> @TommyWhite commented on GitHub (Mar 16, 2017): Hello, The main idea that you dont have to write client for android, windows, mac os, etc. because service will be running on HTTP server. .NET has cross platform technology https://docs.microsoft.com/en-us/aspnet/core/tutorials/first-web-api .NET Core API So web server has REST API and it uses itself for creating HTTP view. Since you RAT will be running on HTTP server it will be convenient to access it over web with tor, proxy, vpn. But for mobiles HTML should be addaptive. Did you catch the main idea ? 2017-03-15 14:39 GMT+02:00 matteke-games <notifications@github.com>: > I have been thinking of looking into this, but then. How will connections > be provided? (when using applications)(maybe also an android client? > (Xamarin?)) Should access over tor be available? How will the > authentication go? ASP.NET and a webportal? Great idea, but how should it > be implemented? Remote webserver? Local webserver? OWIN? > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/quasar/QuasarRAT/issues/541#issuecomment-286729148>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/ANa9SsRdYg8r31B-hPRrLsTihj6yId6Fks5rl9vzgaJpZM4KUB_i> > . > -- *З повагою, Артем Москалець*
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#303
No description provided.