DanielSparta / RAT-Project-2024

Windows .NET Framework RAT - The most powerful Open source RAT
GNU General Public License v3.0
4 stars 3 forks source link

Client-side generation issue #3

Open 0xss opened 6 months ago

0xss commented 6 months ago

Hello brother, after successfully compiling with vs2022, I did not find the socketserver.cs file on the client side. However, in program.cs, I used the line System.Net.Sockets.Socket SocketConnection = ServerEndpoint.Connect(SocketValue, "127.0.0.1", 81); to modify the online IP but was not successful. Even using the default IP 127.0.0.1 did not work. Is there a simpler and more convenient way for the client side? image

DanielSparta commented 6 months ago

Thats because your running the program from the visual studio. The program have an Anti Debugger function: https://github.com/DanielSparta/2024-RAT-projet/blob/0e3253e732cd1ee28ea4207430d2895b7921ac42/Malware/RATclientSparta/Program.cs#L45 When a debugger detected, the GUI will open, so the target computer user will keep think this is a legit app.

run the program from a exe double click file or remove those code lines

0xss commented 6 months ago

Okay brother. That's true, but many features are not working, apart from screen monitoring and sending messages, and it defaults to obtaining UAC permission, which is not very user-friendly because it prompts a dialog box.

DanielSparta commented 6 months ago

There are some bugs with the screen monitoring resolutions, with the sending messages I dont know do you mean, that should work fine. please provide code and images if needed.

Also, about the UHC premission box, if I will do crazy things to try to "bypass" it, the anti virus would jump on me really fast. Well, Thats not really matter. the program will not work if your not opening it as admin. but maybe I will remove it, The program not really need any admin privileges..

0xss commented 6 months ago

Dear brother, what I mean is that I can't use any functions other than screen monitoring and sending messages (which are not very useful). It seems like there is no file management function.

DanielSparta commented 6 months ago

I see, Yes, this project is undone, I am working on it at my free time