![]() |
|
Request RAT source code in C# - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Visual Basic & .NET Framework (https://sinister.li/Forum-Visual-Basic-NET-Framework) +--- Thread: Request RAT source code in C# (/Thread-Request-RAT-source-code-in-C) |
Request RAT source code in C# - 0x6f776c - 08-31-2017 Hello Everyone 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 RE: Request RAT source code in C# - Sikom - 08-31-2017 I might know someone that is selling, how much would you pay for it? and in what way? RE: Request RAT source code in C# - Bish0pQ - 09-01-2017 I have sources though some are outdated. RE: Request RAT source code in C# - Killpot - 09-07-2017 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. RE: Request RAT source code in C# - 0x6f776c - 09-11-2017 (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 thanks I really appreciate that <3
RE: Request RAT source code in C# - ZanGetsu - 09-11-2017 (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 Wow, nice and thanks for sharing
RE: Request RAT source code in C# - S3xySmurf - 09-15-2017 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-Sharp-R.A.T-Server https://github.com/hussein-aitlahcen/BlackHole https://github.com/ilikenwf/DarkAgent https://github.com/bnji/RestlessHoneySeeker https://github.com/tidusjar/xRAT RE: Request RAT source code in C# - Slacker - 09-15-2017 Amazing share @Killpot may take a look at the unfinished product and see what's up with it. RE: Request RAT source code in C# - mothered - 09-15-2017 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. |