Waraxe IT Security Portal
Login or Register
August 31, 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: 545
Members: 0
Total: 545
Full disclosure
CyberDanube Security Research 20260611-0 | Multiple Denial of Service Vulnerabilities in Dahua IPC/SD/NVR/XVR/EVS/VTO/VT H/ASI/TPC Camera Series
Multiple Integer Overflows in U-Boot Filesystem Parsing(CVE-2025-70290 through CVE-2025-70293)
[ADVISORY] Multiple Integer Overflows in U-Boot FilesystemParsing (CVE-2025-70290 through CVE-2025-70293)
JSON Deserialiser Unconstrained Resource Consumption Proof ofConcept
Dovecot Security Advisory 3/2026
FD - Half-click unauthenticated remote code execution on Horde Groupware IMP (from a stored XSS)
[NotCVE-2026-0013] CHIRP Kenwood ITM Driver Eval Injection Allows Arbitrary Code Execution via Crafted Radio File
[NotCVE-2026-0012] EmpManageX Hardcoded Administrative Credentials in Login API Allow Full Access to Employee Records
[NotCVE-2026-0011] Nmap 7.99 and Earlier nselib/packet.lua Zero-Length TCP Option Infinite Loop Allows Remote Denial of Service
[NotCVE-2026-0010] Barrier 2.4.0 for Windows Unauthenticated IPC Command Execution Allows Local Privilege Escalation to SYSTEM
[NotCVE-2026-0009] NitroShare Desktop 0.3.4 Path Traversal Allows LAN-Adjacent Arbitrary File Write
Escargot v4.3.0-214-gfaee4437 Unauthenticated Remote Debugger Allows Arbitrary JavaScript Evaluation and Local File Disclosure
Escargot v4.3.0-214-gfaee4437 OS Command Injection in Crash Handler via Unsanitized Executable Path
Escargot v4.3.0-214-gfaee4437 Debugger WebSocket Off-by-One Stack Buffer Overflow
UltraJSON v5.13.0-6-g733f9e1 Length-Boundary Violation Causes Out-of-Bounds Read During Incomplete JSON Parsing
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Invision Power Board -> IPB <= 2.3.5 sql injection exploit (new version 1.2) Goto page Previous1, 2, 3, 4, 5, 6Next
Post new topicReply to topic View previous topic :: View next topic
PostPosted: Wed Dec 10, 2008 3:53 pm Reply with quote
almostwOw
Beginner
Beginner
Joined: Dec 10, 2008
Posts: 4




exploit doesnt work
when i use it in perl :

C:\achi\exploits\ng.pl Line 1
help me :-s
View user's profile Send private message
PostPosted: Wed Dec 10, 2008 5:06 pm Reply with quote
zipnick15
Regular user
Regular user
Joined: Dec 08, 2008
Posts: 7




LoL Very Happy , its cause its made for PHP not Perl Wink
View user's profile Send private message Visit poster's website
PostPosted: Tue Dec 23, 2008 3:05 am Reply with quote
rpL
Beginner
Beginner
Joined: Dec 23, 2008
Posts: 1




please, help me, i'm very noob..!

first, i'm brazilian, and i don't know how to speak english very well..
sorry about my english ;s

when i try to use this exploit i have the some error:

Unterminated <> operator at C:\ipb.pl line 1.

what i need to do ? please explain step-by-step, i'm noob :X

i installed the PHP but the exploit didn't work..
the same error!

thanks a lot!


------------------EDIT--------------

hello, i researched a lot, and i founded the solution, now the script is running 100%
thanks!
View user's profile Send private message
PostPosted: Tue Dec 23, 2008 3:14 pm Reply with quote
mehu
Regular user
Regular user
Joined: Sep 23, 2008
Posts: 12




Waraxe, can this exploit be used to fetch the users loginid (in some cases the display name differs from the login name) or email? And if so could you help me out with that?
View user's profile Send private message
PostPosted: Thu Dec 25, 2008 12:27 am Reply with quote
waplet
Active user
Active user
Joined: Dec 24, 2008
Posts: 31




Yeah i want to see not id , but login name , because lot of people change to their own nicks , member title
View user's profile Send private message
PostPosted: Thu Dec 25, 2008 11:05 am Reply with quote
waplet
Active user
Active user
Joined: Dec 24, 2008
Posts: 31




i made lil changes: i added this
Code:

xecho("\n------------------------------------------\n");
xecho($i.":".$hash.":".$salt);
xecho("\n------------------------------------------\n");

below this:
Code:

xecho("\n------------------------------------------\n");
xecho("User ID: $i\n");
xecho("Hash: $hash\n");
xecho("Salt: $salt");
xecho("\n------------------------------------------\n");

and now it shows like this:
Code:
------------------------------------------
4:f69ff52aa393579078d3265225c1f4f1:*g2^)
------------------------------------------
View user's profile Send private message
PostPosted: Thu Dec 25, 2008 8:49 pm Reply with quote
epro
Regular user
Regular user
Joined: Feb 11, 2008
Posts: 24




Hello, is it possibility to get admin passhash and salt with SQL injection, not exploit, because I have vulnerable forum, but exploit don't want to work.. So?
View user's profile Send private message
PostPosted: Mon Dec 29, 2008 11:05 am Reply with quote
DocHoliday
Beginner
Beginner
Joined: Dec 29, 2008
Posts: 4




Just to say thanks for this Smile
View user's profile Send private message
PostPosted: Mon Dec 29, 2008 11:21 pm Reply with quote
k40t1x
Regular user
Regular user
Joined: Dec 27, 2008
Posts: 22




a version with small modification (gets emails + nicknames) can be found here. If some is interested ... http://www.waraxe.us/ftopict-3942.html#16344
View user's profile Send private message
PostPosted: Tue Jan 13, 2009 9:00 pm Reply with quote
waplet
Active user
Active user
Joined: Dec 24, 2008
Posts: 31




waraxe , can you add, members username finding , and id?
hash:salt comes from ipb_members_converge
maybe you can add something like
Code:
union select `members_l_username` from ibf_members where id = $id!
View user's profile Send private message
PostPosted: Tue Jan 13, 2009 9:09 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




waplet wrote:
waraxe , can you add, members username finding , and id?
hash:salt comes from ipb_members_converge
maybe you can add something like
Code:
union select `members_l_username` from ibf_members where id = $id!


Look at previous posting - it's easy to modify script for your needs. You can do that within 5 minutes, only basic level of php and some sql knowledge needed.
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Tue Jan 13, 2009 9:17 pm Reply with quote
waplet
Active user
Active user
Joined: Dec 24, 2008
Posts: 31




But i dont understand , i think you can write the write answer,
$username = UNION select bla bla bla
echo $url.$usernam
plase waraxe
i dont know Blind sql injections ;(
View user's profile Send private message
PostPosted: Thu Jan 15, 2009 9:39 am Reply with quote
_hacker_
Regular user
Regular user
Joined: Aug 26, 2008
Posts: 14
Location: asia




how to use it ?:-s
View user's profile Send private message Yahoo Messenger
PostPosted: Thu Jan 22, 2009 5:06 pm Reply with quote
OpenMASK
Regular user
Regular user
Joined: Jan 22, 2009
Posts: 6




Hello, thx for this work..

when i tried this script i have this:

Code:

xxx@xxxx-laptop:~$ php5 test.php
Target: http://www.xxxxxxxxxx.com/forum/
Sql table prefix: ibf_
Testing target URL ...
Target URL seems to be valid
Testing ID 1
ID 1 not valid, passing ...
Testing ID 2
ID 2 validated
Finding hash ...
Sql error! Wrong prefix?


Sql error? lol does that mean that the website is unvuln?
View user's profile Send private message
PostPosted: Thu Jan 22, 2009 5:23 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




It's probably vulnerable, because 2 test are passing, but for some reason sql error occurs in later phase. Why - i have no idea. You must debug the script (use echo, print or similar in right places) and try to find out server response. If needed, then there can be more ways to fetch data from the same sql injection. Just be creative Smile
View user's profile Send private message Send e-mail Visit poster's website
IPB <= 2.3.5 sql injection exploit (new version 1.2)
www.waraxe.us Forum Index -> Invision Power Board
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 3 of 6
Goto page Previous1, 2, 3, 4, 5, 6Next
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