Ezilon.com - Target Your Audience, be Seen in Your Region

webmaster-forums.net gone wild!

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.
SearchBliss's picture

He has: 267 posts

Joined: Feb 2005

Watch webmaster-forums.net go wild!

Cut and past the following in the address bar then hit enter:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);'

I found this in another forum. Interesting isn't it.

Megan's picture
Administrator

She has: 10,032 posts

Joined: Jun 1999

LOL, that's funny Smiling

Roo's picture
Developer

She has: 830 posts

Joined: Apr 1999

I had to launch Opera to see it. It doesn't work in Firefox. It was pretty cool though.

SearchBliss's picture

He has: 267 posts

Joined: Feb 2005

This is safe, but It makes me wonder about the vulnerability of browsers using javascript, say in a link.

FrankR's picture

He has: 45 posts

Joined: Oct 2006

SearchBliss;213825 wrote: This is safe, but It makes me wonder about the vulnerability of browsers using javascript, say in a link.

Cross-site scripting can do amazing things. There are definitely security risks associated with JavaScript. There is at least one organization that sells designer exploits and browser scanning services. Basically, you post a bit of JavaScript and they determine what exploits the browser is susceptible to and then deliver a payload of your choice! Even arbitrary native code execution through browser flaws!

Want to have some fun with yourself? Try out the JavaScript port scanner demonstration from SPI Dynamics.

Frank

Author of SQL Converter for Excel, which is an Excel add-in for converting data to MySQL.

He has: 2 posts

Joined: Jul 2004

Very funny.