| i here a lot of Victim and Trojan talk, when you should be wording it differently, yes it can be used maliciously,
you should be calling it a Remote Administration tool :P R.A.T, Victim should be Server,
any way I know of thetas kinds of RAT programs, this one is a Reverse Kind, were the Client will listen for the Server, you would use a DNS if you do not have a Static IP, so the server can find your client, this is targeted to connect to people using LAN’s and Routers to connect to the internet and not directly connected.
this R.A.T is a very basic one, the server is Coded API, in Delphi, bypassing Anti Viruses with this server you will need to Encrypt all the API calls the server makes, its simple enough if you know how to code and the Syntax of Delphi.
But I recommend if you don’t know much about this stuff since an average Fire wall will detect this kind of R.A.T Assuming you were planing on using it maliciously, and the R.A.T programs that clamed to Bypass Fire Walls use a Memory injection method that is out of date and no longer works, it works as in it will not show in the process manager but will not bypass a firewall, windows yeah but zonealarm and programs like that not a chance.
But all that said it’s a very good sample if you want to know how to do this kind of thing for your self, nice clean code,
Good work p0ke.. |