Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
x86_64-linux-gnu /
file-roller /
[ HOME SHELL ]
Name
Size
Permission
Action
isoinfo.sh
565
B
-rw-r--r--
rpm2cpio
10.07
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : isoinfo.sh
filename=$2 JOLIET=true ROCK_RIDGE=true ISOINFO=`isoinfo -d -i "$filename"` if echo $ISOINFO | grep "NO Joliet present" >/dev/null 2>&1; then JOLIET=false fi if echo $ISOINFO | grep "NO Rock Ridge present" >/dev/null 2>&1; then ROCK_RIDGE=false fi iso_extensions="" if test $ROCK_RIDGE = true; then iso_extensions="-R" elif test $JOLIET = true; then iso_extensions="-J" fi if test "x$3" = x-x; then file_to_extract=$4 outfile=$5 isoinfo $iso_extensions -i "$filename" -x "$file_to_extract" > "$outfile" else isoinfo $iso_extensions -i "$filename" -l fi
Close