D7net Mini Sh3LL v1

 
ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF
Directory (0777) :  C:/Domains/maymaytinson.com/httpdocs/filebrowser/../ckeditor/plugins/zamanager/commands/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : C:/Domains/maymaytinson.com/httpdocs/filebrowser/../ckeditor/plugins/zamanager/commands/rename_dir.php
<?php

$dir =$_POST['dir'];
$new_name=$_POST['new_name'];
if (!file_exists($dir)) {echo "Directory does NOT exists"; exit;}
$old = umask(0);
if (!rename($dir,$new_name)) echo "you haven't perrmission to RENAME this  directory";
else echo "Directory was renamed";
umask($old);

AnonSec - 2021 | Recode By D7net