-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run on linux #10
Comments
Yes, it does..... |
Thank for you answer.
I don't understand are you working to a linux server but it is not yet on
github?
Il giorno ven 27 lug 2018 alle ore 11:52 Advanced Hacker 101 <
[email protected]> ha scritto:
… Yes, it does.....
I'm working on a linux version of the server, which is, let's say in beta
version, so I could release it sometime.
It's a command line interface, with a server, and a control client app,
where the control client controls the infected targets, and the server acts
as a "*proxy*" between the attacker and the target.
I was also working on a MEAN stack web interface to control the clients,
but that's incomplete and heavily WIP, but I'm planning on finishing it.
*NOTE:* It's a separate version of the server written in Python
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGet1dhJH7ClBK1hTYVs5nxkvDSSEGn7ks5uKuL5gaJpZM4Vf1KX>
.
--
Dott. Giosia Gentile
|
The server written in c# can't just run on linux without any extra effort. |
Thank you for answer
I try to run it on Linux with mono, it start and also listen on port 100,
but when a client connect there are some exceptions and it stop.
I have another question to you. Sorry for all the questions but your work
is very good and I want understand more. I create the client exe and I make
a scan with antivirus it is recognised as malware...why? Do you yet know
this??
Thanks
Il sab 4 ago 2018, 20:57 Advanced Hacker 101 <[email protected]> ha
scritto:
… The server written in c# can't just run on linux without any extra effort.
I need to re-write the whole server application in Python (for example).
I know that there is .NET Core which can run c# code on linux, but at the
time I didn't know about it.
When it's ready it will be a separate repository on github, and it can run
on most OSes which Python can run on.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGet1dA414KjQcV2D2g5sw3mHd75fOdyks5uNe6WgaJpZM4Vf1KX>
.
|
Hey, take a look at Issue #11, this can be the reason the client isn't connecting to your server. Antivirus ProblemThere can be many reasons for this.
AVs are very different, for example BitDefender flags every .exe file named virus, backdoor, spyware etc. SummaryYou are free to fork and implement changes, this is the main goal of this project, to play with the R.A.T and get your hands dirty, but I don't want to do it myself. |
Hi, in the code I see a variable IsLinuxServer.
Does it mean the server can run also on linux?
If yes how can I run it on linux?
Thanks
The text was updated successfully, but these errors were encountered: