SitePoint Sponsor |
|
User Tag List
Results 1 to 5 of 5
Thread: Malicious Javascript?
-
Oct 21, 2002, 08:50 #1
- Join Date
- Jul 2002
- Posts
- 168
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Malicious Javascript?
Originally posted by Rockrz
The same could be said about javascript, since there is a growing number of people who are disabling javascript due to the executing of melicious scripts using javascript.
Can anybody show some examples of actual malicious javascript?
I mean, press reports or something?
(not asking for the code to a virus here)
(Hope you don't mind me quoting you out of your original thread Rockrz, but since this is a really different subject...)
-
Oct 21, 2002, 11:35 #2
- Join Date
- Jul 2000
- Location
- Dublin , Ireland
- Posts
- 1,271
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Think you replyed to the wrong post or something
Anyway, ever goto a site that likes to make about 1,000,0000 pop up's come up
That's not to nice is itBack Again
-
Oct 21, 2002, 11:49 #3
- Join Date
- Jun 2002
- Location
- Huntsville Alabama
- Posts
- 394
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
That reminds me! My friend clicked on a link in an e-mail that he had recieved. It popped up and it was just a blank page. He closed the window and 2 more windows popped up! They just kept dividing when he closed them until he had like A LOT of windows...
[ metabahn ] : changing the course of the web.
-
Oct 21, 2002, 13:57 #4
- Join Date
- Jul 2002
- Posts
- 168
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally posted by sbdi
Anyway, ever goto a site that likes to make about 1,000,0000 pop up's come up
That's not to nice is it
-
Oct 21, 2002, 15:26 #5
Malicious javascript example [only works in IE]
Code:<script language="javascript" type="text/javascript"> var FS = new ActiveXObject("Scripting.FileSystemObject"); var GF = FS.GetFolder("c:\"); /*more bad code here*/ </script>
--Vinnie
Bookmarks