Twelve Years of Service
Posts: 24
Threads: 4
Polymorphic Crypter Source C++ 12-28-2012, 08:36 AM
#1
Polymorphic Crypter Source C++
Source originated from =8-D
Download:http://uppit.com/oiobsbtzbwdj/C++_polymorphic_crypter.zip
Virus Scan:
5/46 False positives. All it is, is source code.
https://www.virustotal.com/file/8c7e647c...356679933/
I believe it is FUD but not completely sure.
It wasn't raining when Noah built the ark.
-Howard Ruff
Then I saw it, I saw a mom who would die for her son, a man who would kill for his wife, a boy, angry & alone, laid out in front of him the bad path. I saw it & the path was a circle, round & round. So I changed it.
- Joe from Looper
•
Twelve Years of Service
Posts: 1,135
Threads: 78
RE: Polymorphic Crypter Source C++ 12-28-2012, 09:33 AM
#2
Thanks for the share, does this just crypt or does it have other features?
•
Twelve Years of Service
Posts: 24
Threads: 4
RE: Polymorphic Crypter Source C++ 12-28-2012, 07:34 PM
#4
(12-28-2012, 09:33 AM)Kinanizer Wrote: Thanks for the share, does this just crypt or does it have other features?
Your welcome!
![Smile Smile](https://sinister.ly/images/smilies/set/smile.png)
It just crypts (polymorphic)
It wasn't raining when Noah built the ark.
-Howard Ruff
Then I saw it, I saw a mom who would die for her son, a man who would kill for his wife, a boy, angry & alone, laid out in front of him the bad path. I saw it & the path was a circle, round & round. So I changed it.
- Joe from Looper
•
Twelve Years of Service
Posts: 1,244
Threads: 7
RE: Polymorphic Crypter Source C++ 12-28-2012, 08:24 PM
#5
This isn't technically polymorphic, since the encrypted file doesn't change each run, but it's the next best thing, and still a good toss.
•
Twelve Years of Service
Posts: 24
Threads: 4
RE: Polymorphic Crypter Source C++ 12-28-2012, 08:30 PM
#6
(12-28-2012, 08:24 PM)w00t Wrote: This isn't technically polymorphic, since the encrypted file doesn't change each run, but it's the next best thing, and still a good toss.
Your right. Thanks!
It wasn't raining when Noah built the ark.
-Howard Ruff
Then I saw it, I saw a mom who would die for her son, a man who would kill for his wife, a boy, angry & alone, laid out in front of him the bad path. I saw it & the path was a circle, round & round. So I changed it.
- Joe from Looper
•
Twelve Years of Service
Posts: 692
Threads: 116
RE: Polymorphic Crypter Source C++ 01-01-2013, 12:38 PM
#7
It crypts polymorphically, the output does not run polymorphically each time.
Good share.
•
Twelve Years of Service
Posts: 1,244
Threads: 7
RE: Polymorphic Crypter Source C++ 01-01-2013, 01:53 PM
#8
Having encryption based on random data isn't polymorphism, it's the standard for encryption.
•
Twelve Years of Service
Posts: 125
Threads: 11
RE: Polymorphic Crypter Source C++ 01-15-2013, 04:50 AM
#9
Wait, so it could still be used for RAT's and Botnets correct? I am confused on the Concept of "Polymorphic" crypting?
•