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/change_permisions.php
<?php

$dir =$_POST['dir'];
$new_perm=$_POST['new_perm'];

if (!file_exists($dir)) {echo "This directory do NOT exists"; exit;}
if (!chmod(file,$new_perm)) {echo "You havent right permision to do this action"; exit;}
else
echo "Permision was changed to: ".$new_perm;

AnonSec - 2021 | Recode By D7net