|
>>
|
No. 3728
ID: f465c5
>>3726
they would never trace you through 'coding style', I have programmed under about 30 different companies and agencies 'coding standards' many I still remember off the top of my head, If I put my mind to it I could probably write the most schizophrenic looking code in existence, but I digress.
the reason why its not a good idea to 'share' a RAT:
- n00b factor, With Great Responsibility comes great power. its pretty damn easy to write one.
- Keepin it 'private', if its out in the wild then it becomes of interest to AV programs which then can detect it.
- Many use exploits to avoid detection or for other reasons. ( I have one that 'connects' to the internet via a very unconventional method (which will never get noticed by any 'firewall' software. )
- Some RAT's (well the ones I have written) run in different 'modes', Sometimes for 'offline commands' (such as receiving 'pre-programmed commands' from some location, having somewhere that they check for a free 'software update', or have a 'dumping ground' for automatically collected data. (if I install a RAT on a hot chick's PC, I will have it dump her "My Pictures" folder to my ftp site automatically. even if its installed when im not around. )
- There's no point, Did I mention its really f*cking easy. If I didnt before then I am now. Any half competent programmer could write one in a few hours.
|