Your favorites, my victims - .url infection in JavaScript --------------------------------------------------------- by DiA (c)04 GermanY www.vx-dia.de.vu DiA_hates_machine@gmx.de ____________________________________________________________________________________________ Do with this code what you want. I am not responsible for things you do. If you write new code, or rewrite this, YOU and only YOU are responsible for this code. Take care! __________________________ | 1. Intro | | 2. URL file format | | 3. Code with description | | 4. Idea's and Goal's | | 5. Outro | |__________________________| 1. Intro -------- Everybody has favorite site's in the i-net. But they can't remember all the URL's, so they add every site they use to the "favorites". You can found them on IE under menu "favorites" (what else?!). But you will only see the page's title, like "VX Heavens" or "vx - DiA" ;). But where are the link's to this sites? It store's as *.url file in the "favorites" folder in windows, like "C:\Windows\Favorites\". In this tut we want to overwrite this *.url files, with a .url file linked to our Virus. Let's do this... ...have fun! 2. URL file format ------------------ [InternetShortcut] - hey windows, it's a InternetShurtcut! URL=http://www.vx-dia.de.vu/ - the linked site, our virus will be in location "file:///C:\Windows\4551.htm" WorkingDirectory=C:\WINDOWS\ - not interresting for this tut ShowCommand=7 - not interresting for this tut IconIndex=1 - not interresting for this tut IconFile=C:\WINDOWS\SYSTEM\url.dll - not interresting for this tut Modified=20F06BA06D07BD014D - not interresting for this tut HotKey=1601 - not interresting for this tut 3. Code with description ------------------------ First without description: