simen64 / Discord-RAT-v2

A RAT controlled through Discord with 10+ exploitation modules
0 stars 0 forks source link

Extra Features #1

Open SavJas opened 2 months ago

SavJas commented 2 months ago

Hello, I tested your discord RAT V2 and it was nice. Even tho there was some problems with file commands, it was okay. I am writing in order to encourage you to add to commands. Firstly !history, grabs web history from chrome, !passwords, grabs chrome saved passwords, with a nice looking embed. Hope you see that and make it even better

simen64 commented 2 months ago

Hi, thanks for taking a look at it! Regarding the commands. i havent been able to work a lot on the project as of recently, but ill see if i find some time. The functions of the commands you mentioned have been made in other forms many times already so maybe ill just implement someone else's code (giving credit ofc.) Could you also tell me what the issues with the file commands were? And what OS you are running.

SavJas commented 2 months ago

Hi, thanks for taking a look at it! Regarding the commands. i havent been able to work a lot on the project as of recently, but ill see if i find some time. The functions of the commands you mentioned have been made in other forms many times already so maybe ill just implement someone else's code (giving credit ofc.) Could you also tell me what the issues with the file commands were? And what OS you are running.

I am running Windows 11. Lets say I type !cd Desktop or Downloads. It says Could not find directory: Desktop/Downloads. Also for the !ls, I type !ls Downloads but it lists the folder that the python file Rat-V2 is. The upload, delete and download command work great. But the !ls & !cd, does not work for me. Is it me or my os, I don't know! Check: image

SavJas commented 2 months ago

Also, if you can/will update it, make it on first run to go into Startups Apps, in order to run the program every time the user turns on the computer.

simen64 commented 2 months ago

Imma look into the cd issue, as it is mostly tested on Linux it may be a windows quirk. And the ls command doesnt take an argument path, but i probably should so i can add that aswell. When it comes to startup i have decided not to make it automatically do it, as this lets the deployment more flexible, you can see this in my HID-scripts repo. But i can add a command for it.

SavJas commented 2 months ago

Imma look into the cd issue, as it is mostly tested on Linux it may be a windows quirk. And the ls command doesnt take an argument path, but i probably should so i can add that aswell. When it comes to startup i have decided not to make it automatically do it, as this lets the deployment more flexible, you can see this in my HID-scripts repo. But i can add a command for it.

image Would you add these too?

simen64 commented 2 months ago

Those are things i want to add yes, but i havent had time as i work on a lot of projects. I also want to in the future learn C and make a v3 version in C.

SavJas commented 2 months ago

Those are things i want to add yes, but i havent had time as i work on a lot of projects. I also want to in the future learn C and make a v3 version in C.

Yeah that would be nice, I finished with HTML, CSS and JS and now I learning python.