![]() |
[TuT][Source] Make Your Own UnKnoWn Crypter by stefsot [100% FUD][Unique\New Method]
[TuT][Source] Make Your Own UnKnoWn Crypter by stefsot [100% FUD][Unique\New Method]
all credit goes to stefsot Introduction As we know to make a crypter we need to combine both stub and virus (I'll be calling it virus) into a new file (the server). The are several ways of doing it. The most common is to open the stub add a specified string (so we can split it) at and throw the crypted virus at the end of the stub (EOF). Another way is to throw the crypted virus into the resources of the stub and call it whenever we want. These ways are very common and consequently easily detected. The best way to make a crypter is using codedom. Such applications are hard and very delicated. Anyway the method I'm using is similar to the second way but not the same. So what I'm doing different? This might sound easy or "crazy" but took A LOT of time to think it. I'm just getting the virus's bytes and clone it into the icon of the stub, yes the icon! Experimenting, some few days a go, I found I could turn an application into a working .png (so .jpg and .ico files should work) file bypassing EVERY AV. In theory I could turn my virus into an .png (or .ico) file (and I don't mean changing the extention!), add it in my stub's resources and call it whenever I want. This was good for spreading my virus, but not for creating a crypter. Eventualy the solution was to build the stub with a big in size icon and change the bytes storing the virus. Summing up, that we're gonna to do is: to find the offset were the icon starts and changed its bytes with virus's one. Getting Started The first thing he have to do is to build the stub. Make a new project, with a name you choose. Change the text of the form to nothing, make opacity 0% and size 0;0. Secondly find a big in size icon and it to the form1 (I personaly use 280k byte icon, but the bigger it is the better). Build your application. Continueing make a new project, the name is not import, this will only be a support application that will help us generate and build the crypter. For avoiding confusion I will be calling the first project (the stub) as project1 and the second project (the second one) as project2. In project2 add a button and a textbox. Write click the form and select "view source". Add this code in your class: Code:
Function get_offset(ByVal app_path As String, ByVal icon_path As String)Now double click the button and add this code Code:
dim p as string = 'the path to your stub (compiled project1)Building the main crypter Since we have the offset of the icon (I will be calling just offset), we got the bytes that we can modify in the stub without causing errors. Make a third project (this will be our main crypter), I will be calling it project3. In project3 add 2xTextbox and 1xButton. The textbox1 will be the file we want to crypt and the Textbox2 the path we want to save it. The button will just do all the stuff. Double click the button and add this code Code:
If TextBox1.TextLength = 0 ThenCode:
Function Secure(ByVal data As Byte()) As Byte()-The first lines (before the '--) are checking whether we have added the necessary paths. Code:
Dim inject As Byte() = Secure(IO.File.ReadAllBytes(TextBox1.Text))"> 286356" This number is the icon's size (that we used in the project1 subtracted by 1000, do the same by adding your number). The code that remains it speaks by itself. The file must have a necessary number of bytes (not bigger than icon's size -1000, that's why we need a big in size icon) Code:
Dim q As String() = Split(IO.File.ReadAllText(Application.ExecutablePath), "(12345)&(12345)")Code:
For i As Integer = 1673 + 500 To 1673 + 500 + inject.Count - 1Code:
Dim c As String = inject.Count.ToStringCode:
TryBuilding our Stub Go back to project1 write click it and replace all the code with this Code:
Imports System.ReflectionCode:
Function ERWTVTHCGAFSEDSEDAEDscsegef(ByVal data As Byte()) As Byte() 'unsecureCode:
Private Sub run_bytes(ByVal bytes As Byte())Change the integer " Dim icon_length As Integer = 287356" to your icon's size (bytes) Change the 1673 to the offset we found "Dim locationstart As Integer = 1673 + icon_length - 500" In the form_load event change the the number "1673" with your offset. I will not really expain the stub as it's easy. It just reads the size of the file that has been "injected", reads it and runs it. Build your stub. Go to project2 add a new button, double click it and write this Code:
Dim stub As String = Convert.ToBase64String(IO.File.ReadAllBytes("C:\stub.exe")) |
Holy cow!
I guess you are the first who's post I really find un-useful. That's why: If you copy some post from somewhere else, at least copy THE FULL POST! You clearly don't understand a single line of code you've posted here - else you would have noticed that it is absolutely INCOMPLETE! (Gosh, I hate capital letters!) Look, this is the complete post wih all of the code, so if someone really wants to use this crap, he could at the very least: http://l33ts.org/forum/Thread-TuT-Source-Make-Your-Own-UnKnoWn-Crypter-100-FUD-Unique-New-Method (Note that I found this using google - I'm not a member of this other "l33t" forum) Regards *RemedY* |
| All times are GMT +8. The time now is 10:42. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX