Login Register






Request RAT source code in C# filter_list
Author
Message
Request RAT source code in C# #1
Hello Everyone Smile

As mentioned in the thread subject , I'm looking for source code of RAT(GUI) in C# , honestly I'm not good at C#, I did small builder and other small stuff but not something big as RAT.


thank you

Reply

RE: Request RAT source code in C# #2
I might know someone that is selling, how much would you pay for it? and in what way?

Reply

RE: Request RAT source code in C# #3
I have sources though some are outdated.
~~ Might be back? ~~

Reply

RE: Request RAT source code in C# #4
http://a.sinister.ly/ozbizo.zip <- An old RAT I made for a guy that failed to make payments, it's not complete and is buggy in a few places, I think there's also a few fundamental issues with how I was doing the comms, but I haven't touched the project in close to a year so I figure I'll give it out. Also I know @Mafia wanted it so, here ya go shitbag
Features:
- Remote file managment
- Remote screen viewing
- Complete remote WMI
- Other average minor features

Can't remember how far I got with some features, but I know I commented out/bypassed the code to get the client's upload/download speed after connecting, so look for that to re-enable the feature.

Oh also, not sure if it's just me or if something's changed with my recent upgrade to Win10 (developed on Win7), but on screen view it throws a arithmatic overflow in client, just change Scan0.ToInt32() to Scan0.ToInt64 and it fixes it.
(This post was last modified: 09-08-2017, 12:19 AM by Killpot.)


Reply

RE: Request RAT source code in C# #5
(09-07-2017, 11:52 PM)Killpot Wrote: http://a.sinister.ly/ozbizo.zip <- An old RAT I made for a guy that failed to make payments, it's not complete and is buggy in a few places, I think there's also a few fundamental issues with how I was doing the comms, but I haven't touched the project in close to a year so I figure I'll give it out. Also I know @Mafia wanted it so, here ya go shitbag
Features:
   - Remote file managment
   - Remote screen viewing
   - Complete remote WMI
   - Other average minor features

Can't remember how far I got with some features, but I know I commented out/bypassed the code to get the client's upload/download speed after connecting, so look for that to re-enable the feature.

Oh also, not sure if it's just me or if something's changed with my recent upgrade to Win10 (developed on Win7), but on screen view it throws a arithmatic overflow in client, just change Scan0.ToInt32() to Scan0.ToInt64 and it fixes it.

thanks Heart I really appreciate that <3

Reply

RE: Request RAT source code in C# #6
(09-07-2017, 11:52 PM)Killpot Wrote: http://a.sinister.ly/ozbizo.zip <- An old RAT I made for a guy that failed to make payments, it's not complete and is buggy in a few places, I think there's also a few fundamental issues with how I was doing the comms, but I haven't touched the project in close to a year so I figure I'll give it out. Also I know @Mafia wanted it so, here ya go shitbag
Features:
   - Remote file managment
   - Remote screen viewing
   - Complete remote WMI
   - Other average minor features

Can't remember how far I got with some features, but I know I commented out/bypassed the code to get the client's upload/download speed after connecting, so look for that to re-enable the feature.

Oh also, not sure if it's just me or if something's changed with my recent upgrade to Win10 (developed on Win7), but on screen view it throws a arithmatic overflow in client, just change Scan0.ToInt32() to Scan0.ToInt64 and it fixes it.

Wow, nice and thanks for sharing Biggrin
[Image: Vs4P58c.png]

Reply

RE: Request RAT source code in C# #7
Here's a few more to look into, some are actively developed and some are dead but still very good to learn from.

https://github.com/quasar/QuasarRAT

https://github.com/AdvancedHacker101/C-S...A.T-Server

https://github.com/hussein-aitlahcen/BlackHole

https://github.com/ilikenwf/DarkAgent

https://github.com/bnji/RestlessHoneySeeker

https://github.com/tidusjar/xRAT
[Image: YmmIqHV.gif]
Donations: 1CCR21K2fnu2yAinUTFPsVdY7u4FkjNPs5

Reply

RE: Request RAT source code in C# #8
Amazing share @Killpot may take a look at the unfinished product and see what's up with it.

Reply

RE: Request RAT source code in C# #9
Although @Killpot has assisted nicely, I'll have a look on my external.

From memory, I have heaps of Booter source codes but not sure with RATs.
[Image: AD83g1A.png]

Reply