Sinisterly
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)

Pages: 1 2 3


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.

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.


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.

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.


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.

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.


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.

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.


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.

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.


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.

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.


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.

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.


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.