HOW TO MAKE A TROJAN
Want to make your own trojan...Here is the trick
this trojan works as a antivirus program which will scan your pc but this trojan does nothing other than eating up the hard disk space on the root drive by filling it up with a huge junk file. The rate at which it fills up the hard disk space it too high. As a result, the the root drive gets filled up completely with in minutes of running this program.
Once the disk space is full, the trojan reports that the scan is complete. The victim will not be able to clean up the hard disk space using any of the cleanup program. This is because, the trojan intelligently creates a huge file in the Windows\System32folder with the .dllextension. Since the junk file has the.dllextension it is often ignored by the disk cleanup software. Hence there is now way to recover the hard disk space other than reformatting the drive.
The algorithm of the Trojan is as follows:
1.Search for theroot drive.
2..Navigate to%systemroot%\Windows\System32on the root drive.
3.Create the file named “spceshot.dll“.
4.Startdumping the junk dataonto the above file and keep increasing its size until the drive is full.
5.Once the drive is full,stop the process.
Please note that I have not included the executable for security reasons. You need to compile it to obtain the executable.
Download the source code of thia trojan in the end of this post.
how to compile the program?
Use C Compiler to compile this Source code
How to test this trojan horse?
To test the trojan, just run the .exe file on your computer. It will generate a warning message at the beginning. Once you accept it, the Trojan runs and eats up the hard disk space.
NOTE: To remove the warning message you’ve to edit the source code and then re-compile it.
How to fix the damage and free up the space?To remove the damage and free up the space, just typethe following in the “run” dialog box:%systemroot%\system32
Now search for the file “spceshot.dll“. Just delete it and you’re done. No need to re-format the hard disk.
NOTE: You can also change the ICON of the virus to make it look like a legitimate program.
Download Source Code : http://goo.gl/SdhXem
No comments:
Post a Comment