Login Register


Making a Crypter? filter_list
Author
Message
RE: Making a Crypter? #11
(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.

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.

Hell no, I could buy a good one for that price.

Hence what being privately coded means. You wont be put on some public crypter which will get detected in the shortest time, you will have your own private crypting methods and if you're not stupid with it, you could stay FUD for weeks. That's why you'd pay that kind of money.

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.

Reply

RE: Making a Crypter? #12
(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.

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.

Hell no, I could buy a good one for that price.

Hence what being privately coded means. You wont be put on some public crypter which will get detected in the shortest time, you will have your own private crypting methods and if you're not stupid with it, you could stay FUD for weeks. That's why you'd pay that kind of money.

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.

No, there really isn't. You keep thinking that. Good look making a crypter, lol.
[Image: F4Z9Dqw.png]

Reply

RE: Making a Crypter? #13
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.

Reply

RE: Making a Crypter? #14
(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.

As for making it, be sure to encrypt the unencrypted data back into the stub with a different key each time.

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.
[Image: 7uhCgFS.jpg?1]

Reply

RE: Making a Crypter? #15
(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.

Hell no, I could buy a good one for that price.

Hence what being privately coded means. You wont be put on some public crypter which will get detected in the shortest time, you will have your own private crypting methods and if you're not stupid with it, you could stay FUD for weeks. That's why you'd pay that kind of money.

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.

No, there really isn't. You keep thinking that. Good look making a crypter, lol.

Thanks, I'll need it.

Reply

RE: Making a Crypter? #16
(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.

As for making it, be sure to encrypt the unencrypted data back into the stub with a different key each time.

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.

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.

Reply

RE: Making a Crypter? #17
(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.

As for making it, be sure to encrypt the unencrypted data back into the stub with a different key each time.

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.

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.

The AV/AM companies look at the programming and then make it recognise all variations of that virus (using the algorithms) as malicious.
[Image: 7uhCgFS.jpg?1]

Reply

RE: Making a Crypter? #18
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.

Reply

RE: Making a Crypter? #19
(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.

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.

Each key would have to be generated from the execution code, which AM/AVs target when looking at polymorphic infections.
[Image: 7uhCgFS.jpg?1]

Reply

RE: Making a Crypter? #20
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.

Reply







Users browsing this thread: