Twelve Years of Service
Posts: 6
Threads: 3
how people make rat softwares 05-31-2014, 02:05 PM
#1
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???
•
Thirteen Years of Service
Posts: 3,143
Threads: 100
RE: how people make rat softwares 05-31-2014, 02:10 PM
#2
Mainly using VB.NET, C#, C++ .. Haven't seen any Python RAT but I don't think that language is suited for that purpose.
•
Twelve Years of Service
Posts: 220
Threads: 6
RE: how people make rat softwares 05-31-2014, 10:15 PM
#3
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,
•
Thirteen Years of Service
Posts: 38
Threads: 5
RE: how people make rat softwares 06-01-2014, 01:29 AM
#5
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
•