![]() |
|
Making a Crypter? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Making a Crypter? (/Thread-Making-a-Crypter) |
RE: Making a Crypter? - Kinanizer - 01-15-2013 (01-15-2013, 05:37 AM)BreShiE Wrote:(01-15-2013, 05:31 AM)Kinanizer Wrote:(01-15-2013, 04:48 AM)DrBlowFish Wrote:(01-09-2013, 10:40 AM)Three Wrote: If you need it fast you can just find a source and make it FUD again. 1.) There are good paid ones that stay FUD for a long enough while 2.) This thread is about me making one, not me paying someone to do that. RE: Making a Crypter? - BreShiE - 01-16-2013 (01-15-2013, 01:27 PM)Kinanizer Wrote:(01-15-2013, 05:37 AM)BreShiE Wrote:(01-15-2013, 05:31 AM)Kinanizer Wrote:(01-15-2013, 04:48 AM)DrBlowFish Wrote:(01-09-2013, 10:40 AM)Three Wrote: If you need it fast you can just find a source and make it FUD again. No, there really isn't. You keep thinking that. Good look making a crypter, lol. RE: Making a Crypter? - w00t - 01-16-2013 If you have a custom crypter and you hire the right person, the crypter will be damn near permanently FUD. As for making it, be sure to encrypt the unencrypted data back into the stub with a different key each time. RE: Making a Crypter? - Phytrix - 01-16-2013 (01-16-2013, 12:46 AM)w00t Wrote: If you have a custom crypter and you hire the right person, the crypter will be damn near permanently FUD. No such thing as a perm or near perm crypter. You infect someone, they scan their system properly (looking at logs), and then it's not FUD anymore. Even if you make the malware meta or polymorphic, it won't make it perm or near perm. RE: Making a Crypter? - Kinanizer - 01-16-2013 (01-16-2013, 12:04 AM)BreShiE Wrote:(01-15-2013, 01:27 PM)Kinanizer Wrote:(01-15-2013, 05:37 AM)BreShiE Wrote:(01-15-2013, 05:31 AM)Kinanizer Wrote:(01-15-2013, 04:48 AM)DrBlowFish Wrote: Agreed. But if you want it to be the best, pay someone $250 ish to make you a private crypter in C++ for the strongest, and longest FUD Crypt. Thanks, I'll need it. RE: Making a Crypter? - w00t - 01-16-2013 (01-16-2013, 01:01 AM)Phytrix Wrote:(01-16-2013, 12:46 AM)w00t Wrote: If you have a custom crypter and you hire the right person, the crypter will be damn near permanently FUD. Yes, if a file is found to be a virus, it can be removed. But then if a file with a completely different signature with the same virus is introduced, so long as the stub keeps to functions with legitimate use in other programs, the new file will be UD. RE: Making a Crypter? - Phytrix - 01-16-2013 (01-16-2013, 03:30 AM)w00t Wrote:(01-16-2013, 01:01 AM)Phytrix Wrote:(01-16-2013, 12:46 AM)w00t Wrote: If you have a custom crypter and you hire the right person, the crypter will be damn near permanently FUD. The AV/AM companies look at the programming and then make it recognise all variations of that virus (using the algorithms) as malicious. RE: Making a Crypter? - Ultimatum - 01-16-2013 What w00t means is make the crypter polymorphic, which would mean a different key, etc, would be used every time during execution. I can't help you with this, you can't make one or FUD one unless you know coding, the basics of crypters, and a private method. RE: Making a Crypter? - Phytrix - 01-16-2013 (01-16-2013, 05:18 AM)Ultimatum Wrote: What w00t means is make the crypter polymorphic, which would mean a different key, etc, would be used every time during execution. Each key would have to be generated from the execution code, which AM/AVs target when looking at polymorphic infections. RE: Making a Crypter? - w00t - 01-16-2013 Not only is that not what happens, it isn't possible. Even if you were to somehow signature all possible encryptions of a virus and use some currently undeveloped compression scheme to let you send it, a good crypter could simply use a different scheme. |