all it does is read the html source *starting at the first double line return* so a website like:
<html>
<head>
<title>i love free midget sex</title>
</head>
<body>
Hello Fellow midget pron lovers.
<img src="sexymunchkins.jpg" />
</body>
</html>
Will return something like:
</head>
<body>
Hello Fellow midget pron lovers.
<img src="sexymunchkins.jpg" />
</body>
</html>
So you can't see the cookies, and you can't see anything before the first 'double enter'. So if you want to make a page 100% secure.. remove all blank lines in the source. But it cannn read all tokens and all settings for a user whose logged in. For example, while i'm logged into my chase account (please don't try ^^) or have autologin enabled.. using CSRf to have me pull the site https://chaseonline.chase.com/colappmgr/colportal/customer?_nfpb=true&_nfls=false&_pageLabel=page_ecareprofile&p_returnUrl=page_customercenter .. and you'll be able to parse out my home address and cell phone number. Not to mention my email and credit card number. That's pretty dangerous - no need to make a convincing fake login page at chase-update.com or something.
I've had to put in alot of overtime work this week, but hopefully i'll post useful code soon :/ .. but with a local redirect it's a cinch to implement.
-maluc