moom825 / Discord-RAT-2.0

Discord Remote Administration Tool fully written in c#, stub size of ~75kb, over 40 post exploitations modules
366 stars 91 forks source link

[UPDATE REQUEST] Discord has increased upload file size #39

Open nocerainfosec opened 1 year ago

nocerainfosec commented 1 year ago

Update your code to upload files at 25mb of size. Since we cannot submit pull requests, Please do it yourself,

Here it is:

Filename: Discord-RAT-2.0-master\Discord rat\Program.cs

current: line 424: if (data.Length > 7500000)

update it to: line 424: if (data.Length > 26214400)