Login Register


how people make rat softwares filter_list
Author
Message
how people make rat softwares #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???

Reply

RE: how people make rat softwares #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.
My Blog: http://www.procurity.wordpress.com
Donations: 1HLjiSbnWMpeQU46eUVCrYdbkrtduX7snG

Reply

RE: how people make rat softwares #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,

Reply

RE: how people make rat softwares #4
can't wait to learn about coding Smile

btw thank you guys

Reply

RE: how people make rat softwares #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

Reply







Users browsing this thread: