Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
May 24, 2012
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: jimysakura
New Today: 3
New Yesterday: 0
Overall: 8201

People Online:
Visitors: 236
Members: 1
Total: 237

Online Now:
01: jimysakura - Forums
milw0rm
·[webapps / 0day] - Aholattafun Creative Solutions SQL Injection Vulnerabilities
·[dos / poc] - PHP <= 5.4.3 (com_event_sink) Denial of Service
·[dos / poc] - PHP <= 5.4.3 wddx_serialize_* / stream_bucket_* Object Null Ptr Dereference
·[dos / poc] - Real-DRAW PRO 5.2.4 Import File Crash
·[dos / poc] - DVD-Lab Studio 1.25 DAL File Open Crash
·[webapps / 0day] - Vanilla Forums About Me Plugin Persistant XSS
·[local exploits] - Foxit Reader 3.0 Open Execute Action Stack Based Buffer Overflow
·[remote exploits] - HP StorageWorks P4000 Virtual SAN Appliance Command Execution
·[dos / poc] - Mozilla FireFox 12.0 Memory Corruption (with ROP)
·[webapps / 0day] - Ajaxmint-Gallery v1.0 <= CSRF Change Admin Password

read more...
PacketStorm News
·Mandriva Linux Security Advisory 2012-079
·Debian Security Advisory 2476-1
·Ubuntu Security Notice USN-1448-1
·Ubuntu Security Notice USN-1447-1
·Red Hat Security Advisory 2012-0683-01
·Red Hat Security Advisory 2012-0681-01
·Red Hat Security Advisory 2012-0679-01
·Red Hat Security Advisory 2012-0682-01
·Red Hat Security Advisory 2012-0677-01
·Red Hat Security Advisory 2012-0680-01

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

www.waraxe.us Forum Index -> PhpBB -> deleting forums in phpbb directly
Post new topic  Reply to topic View previous topic :: View next topic 
deleting forums in phpbb directly
PostPosted: Tue Jul 20, 2004 5:14 pm Reply with quote
migo79
Regular user
Regular user
 
Joined: May 18, 2004
Posts: 17




hello

when i try to put this input directly into the browser to delete forum from phpbb using this url
Code:
http://localhost/phpBB2/admin/admin_forums.php?mode=deleteforum&f=1


it gives me the page to move and delete the post
i'm asking how i can supply that i want to delete all posts too using the same URL

i mean what is the extra input i must supply in order to delete the forum and the posts directly

any clue ?
View user's profile Send private message
PostPosted: Tue Jul 20, 2004 7:41 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2399
Location: Estonia, Tartu




From original source code:

Code:

case 'movedelforum':
    //
    // Move or delete a forum in the DB
    //

    $from_id = intval($HTTP_POST_VARS['from_id']);
    $to_id = intval($HTTP_POST_VARS['to_id']);
    $delete_old = intval($HTTP_POST_VARS['delete_old']);


So you can't use GET request, you must do it as POST request.
In this way phpBB code will make impossible [img] type attacks Wink
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Fri Jul 23, 2004 4:44 pm Reply with quote
migo79
Regular user
Regular user
 
Joined: May 18, 2004
Posts: 17




good waraxe , you understand what i want to do exactly Wink
so what do u think is the best way to use this exploit other than deleting posts or logging out users ?

thanx ya Basha Wink
View user's profile Send private message
deleting forums in phpbb directly
  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






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-2010 Janek Vind "waraxe"

Page Generation: 0.074 Seconds