Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Web-App-Sec
[Top] [All Lists]

Re: [WEB SECURITY] Importing large code piece into Javascript context wi

Subject: Re: [WEB SECURITY] Importing large code piece into Javascript context without SCRIPT SRC=...
Date: Fri, 14 Oct 2005 22:00:08 +0200
On 14 Oct 2005 at 11:14, Jeremiah Grossman wrote:


Oh ok, I see what you've done here now. This is quite clever. 

Thanks :-)

You're  
basically using the IFRAME URL as a source for receiving JS code,  
which you evaluate later when it becomes available. Nice.


Yep, thanks!
 
In my Phishing w/ Superbait talk, I used a similar technique in  
reverse to pass large amounts of data off-domain. 2K blocks at a time.


Yes, but there's some difference: in your paper you use the query part of an 
IMG to move 
data off-domain. You don't face the problem of importing data from off-domain, 
which is 
slightly harder (I think), if you undertake not to use the script tag (with 
SRC).

-Amit

<Prev in Thread] Current Thread [Next in Thread>