![]() |
|
how people make rat softwares - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge) +--- Thread: how people make rat softwares (/Thread-how-people-make-rat-softwares) |
how people make rat softwares - con-artist1 - 05-31-2014 so title says it all i want to know how people make there own rat softwares like the ones that people sell on HF and crypters are these made with python??? RE: how people make rat softwares - Ex094 - 05-31-2014 Mainly using VB.NET, C#, C++ .. Haven't seen any Python RAT but I don't think that language is suited for that purpose. RE: how people make rat softwares - dropzon3 - 05-31-2014 With socket programming and calling various window API functions in response to commands received. They are not terribly difficult. Open a port and wait for commands; or connect back to a control server and wait for commands. Any language can be used that supports sockets but ideally you don't want any dependences(like the python interpreter) so compiled languages are preferred. Though some compiled languages have dependencies(like .NET languages rely on .NET) Learn a bit about how the internet works and how you write programs to work over the internet and RATs become fairly trivial to understand, RE: how people make rat softwares - con-artist1 - 06-01-2014 can't wait to learn about coding ![]() btw thank you guys RE: how people make rat softwares - MoE Tain - 06-01-2014 VB.Net and C#.Net is the best for RAT programs... Most crypters made by VB There is one python crypter ... msfencode (a part of metasploit framework) but it is not good enough... DotNet Crypters are the best ... Any ideas for coding, PM me |