Apolyton Archive  |  Preserved copy of the Apolyton Civilization Site and its forums as they stood in September 2005. Read-only; nothing here can be posted to or replied to.  |  Forum index |  About this archive |  The 1998–2001 UBB forums
Today on Apolyton WARDELL INTERVIEW PROMO A.C.S. HISTORY CHAPTER 4 GET CIV4 /w FREE PLUS! A.C.S. PHOTO GALLERY GET A.O.M. V1.1
Apolyton Civilization Forums
main| civ2| civ3| civ4| smac| ctp2| ron| moo3| galciv| galciv2| alt| about|
ApolytonPLUS | register | search | faq | new posts | pm (-/-) | upload | members
hall of fame new! | civgroups | civgroups news | interviews | the column | radio | chat | directory | news | store | PLUS
Apolyton Civilization Forums : Powered by vBulletin version 2.0.3 Apolyton Civilization Forums > Miscellaneous > Off-Topic > Oops, the rush has already begun
Show a Printable Version | Email This Page to Someone! | Receive updates to this thread | Report this to Apolyton news!
20.Sep: FOURTH CHAPTER IN `HISTORY OF...` PUBLISHED
13.Sep: NEWS ON THE FLY
06.Sep: APOLYTON DONATES TO HURRICANE RELIEF

bottom of page
   - CIVILIZATION 3 $9.99 - CIVILIZATION 2 from $6.95 - CIVILIZATION 2 from $4.25 - ALPHA CENTAURI + ALIEN CROSSFIRE (laptop collection) from $19.99 - ALPHA CENTAURI PC $9.99 -->
Author
Thread    < Last Thread     Next Thread > Post New Thread     Post A Reply
Urban Ranger is offline Urban Ranger
Apolyton Duke of Off-Topic

Donate to the Red Cross
The City State of Noosphere, CPA special envoy
May 1999
time: 13:37
  Old Post 05-08-2005 13:30
Edit/Delete Message Reply w/Quote
#1 Report this post to a moderator
Oops, the rush has already begun Full PM-box? Change here!

Windows Vista tool targeted by virus writers

quote:

Virus writers have published what are thought to be the first examples of malicious code targeting an expected feature of Microsoft's Windows Vista operating system, around a week after the first beta of the next-generation operating system was released.


quote:

The proof-of-concept viruses, along with detailed explanations of how they work, were included in a magazine that was published on the Web over the last week. The viruses' only action is to infect other shell scripts on the host's operating system. They would cause little harm in the wild, but would be relatively easy to modify using the information from the article, said Hyppönen in a blog posting on Thursday.


They surely aren't wasting any time.

Ecthy is offline Ecthy
Emperor
Zhonghuà Rénmín Gònghéguó
Mar 2000
time: 06:37
  Old Post 05-08-2005 15:22
Edit/Delete Message Reply w/Quote
#2 Report this post to a moderator
Support Apolyton, pre-order Civilization IV

The first virus will be out before the system it targets.

alva is offline alva
Emperor
Republic of Flanders
Sep 2001
time: 06:37
  Old Post 05-08-2005 15:29
Edit/Delete Message Reply w/Quote
#3 Report this post to a moderator
Browse Apolyton AD-FREE

quote:
They surely aren't wasting any time.



Hmm, someone spending hours/days to write a nonsical program to "destroy" another program that isn't even out....
Sounds like wasting time to me.

snoopy369 is offline snoopy369

Emperor
Of the Peanuts Gallery
Apr 2004
time: 23:37
  Old Post 05-08-2005 16:36
Edit/Delete Message Reply w/Quote
#4 Report this post to a moderator
Put an end to popups!

If they're proof-of-concept viruses, odds are they were written to SHOW MS about a serious security hole and hope it gets fixed

rah is offline rah
Apolyton Prince of Moderators, Master of Reason
Lord of the Ferrets
Jan 1970
time: 23:37
  Old Post 05-08-2005 17:46
Edit/Delete Message Reply w/Quote
#5 Report this post to a moderator
Support Apolyton or Terrorists Win


Yes, I'm sure they were written and published to help MS.

Sikander is offline Sikander
King
Boulder, Colorado, United Snakes of America
Jan 2000
time: 22:37
  Old Post 05-08-2005 17:47
Edit/Delete Message Reply w/Quote
#6 Report this post to a moderator
Browse Apolyton AD-FREE

quote:
Originally posted by Ecthy
The first virus will be out before the system it targets.


It will undoubtedly be better supported as well.

rah is offline rah
Apolyton Prince of Moderators, Master of Reason
Lord of the Ferrets
Jan 1970
time: 23:37
  Old Post 05-08-2005 17:49
Edit/Delete Message Reply w/Quote
#7 Report this post to a moderator
Put an end to popups!

quote:
Originally posted by Sikander

It will undoubtedly be better supported as well.


Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:37
  Old Post 05-08-2005 17:54 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#8 Report this post to a moderator
Support Apolyton buy from Amazon

The "virus" is a malicious shell script...

...

I could write a malicious BASH shell script in all of a second, too.

Non-news...FUD from the usual suspects.

Is this "rush" you allude to similarly related to the "domino effect" of Linux use on the desktop you mentioned 3-4 years ago?

Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:37
  Old Post 05-08-2005 18:01 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#9 Report this post to a moderator
Support Apolyton, buy Civilization 2

Prepare yourself for the sourcecode of one of the viruses!

This is the verbatim text of one of the five viruses:

code:
$name_array=get-childitem *.msh foreach ($name in $name_array) { if ($name.Length -eq 249) $my_file=$name.Name } } foreach ($victim in $name_array) { if ($name.Length -ne 249) { copy-item $my_file $name.Name } }


quote:
All it does is find every .msh file and replace its contents with itself. That's it. You could do it with a .CMD file in any version of Windows (and of course in any other scripting language).

The other scripts get a bit more complicated (insert at a random spot in the file, etc) but that's basically it. There's no new vulnerability exposed by Monad.


My mind is blown. Some twit writes a shell script to modify files (which is absolutely the desired behavior of shell scripts), says it's a virus because it can even delete files (not unlike a bash script using rm -rf). If you have access t othe machine's command-line with Administrator privledges you can use the shell script to cause damage on a system!

Holy ****, I want to smack people.

Datajack Franit is offline Datajack Franit
King
Bologna
Aug 2002
time: 06:37
  Old Post 05-08-2005 18:07 Visit Datajack Franit's homepage!
Edit/Delete Message Reply w/Quote
#10 Report this post to a moderator
Increase Your PM Length

Translation for pc-asses

Asher is offline Asher
King
Calgary, Alberta
Nov 1999
time: 22:37
  Old Post 05-08-2005 18:10 Visit Asher's homepage!
Edit/Delete Message Reply w/Quote
#11 Report this post to a moderator
Got spare money?

"Hackers" have found a way to use a script to modify files, which was actually the purpose of those scripts. The same kind of scripts can be used on MacOS X and Linux and the Unixes.

It requires the user have command-line access to a machine with Administrator privledges to run.

It's like running an .EXE as an Administrator that's designed to just delete your files, or in Linux running a binary as root to do the same...or a shell script as root to do the same.

This isn't a virus at all. It's a lame attempt at publicity for some anti-social geek that's exploiting the eagerness of lame-brained opensource zealots to report "bad news" about MS. These people lack the capability for rational thought, which is why we get threads like this trying to scare people.

Datajack Franit is offline Datajack Franit
King
Bologna
Aug 2002
time: 06:37
  Old Post 05-08-2005 18:13 Visit Datajack Franit's homepage!
Edit/Delete Message Reply w/Quote
#12 Report this post to a moderator
Increase the size of your Attachments

Why can't they just **** at scat porn like normal teenagers

joncha is offline joncha
Emperor
North of FOPOG
Jan 2003
time: 21:37
  Old Post 05-08-2005 21:58
Edit/Delete Message Reply w/Quote
#13 Report this post to a moderator
Support Apolyton, buy Galactic Civilizations

I don't think that's a normal teenager's porn of choice...

  < Last Thread     Next Thread > Post New Thread     Post A Reply
All times are GMT. The time now is 05:37.
Apolyton Time is 00:37.
    top of page
Rate This Thread:
Forum Jump:
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is ON
vB code is ON
Smilies are ON
[IMG] code is ON
 




Contact Us - Apolyton Civilization Site - Support Us!

Building a better Apolyton through better information. Click here and take our poll!
Non-US visitors, click here!

Powered by: vBulletin Version 2.0.3
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Page generated in 0.0449 seconds (89.73% PHP - 10.27% MySQL) with 30 queries
Page Loading Time:

Support Apolyton: Amazon USA | Amazon UK | Amazon DE | Amazon FR |
Support Apolyton and get FREE PLUS, Buy from Chips&Bits: Galactic Civilizations | Galactic Civilizations: Deluxe Edition | Call to Power 2 | Civilization: The Boardgame | GURPS/ Alpha Centauri | Alpha Centauri | Civilization IV | Civilization III: Complete |


Front Page | Civilization IV | Civilization III | Civilization II | Call to Power II | Alpha Centauri | Master of Orion III
Rise of Nations | Galactic Civilizations | Galactic Civilizations II | Misc
Alt.Civs | Civ I | C:CtP I | About | News | Directory | Apolyton Store | Forums | Chat | Columns | Interviews | Newsletter
Scenario League | CSC | Clash of Civs | Spanish Site | CtP Maps | Cradle of Civ | WesW's Ctp1/2 Site | Civ3 Haven

apolyton.net | apolyton.com | civilization2.net | civilization3.net | civilization4.net | civilizationiv.info | calltopower.net | galciv.net | galciv2.net | moo3.net