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 /
Linux /
[ HOME SHELL ]
Name
Size
Permission
Action
_acpi
1.24
KB
-rw-r--r--
_acpitool
2.38
KB
-rw-r--r--
_alsa-utils
2.69
KB
-rw-r--r--
_analyseplugin
647
B
-rw-r--r--
_brctl
1.88
KB
-rw-r--r--
_btrfs
18.96
KB
-rw-r--r--
_chattr
1019
B
-rw-r--r--
_chcon
1.35
KB
-rw-r--r--
_chrt
2.5
KB
-rw-r--r--
_cpupower
4.12
KB
-rw-r--r--
_cryptsetup
8.22
KB
-rw-r--r--
_dkms
5.29
KB
-rw-r--r--
_e2label
93
B
-rw-r--r--
_ethtool
11.72
KB
-rw-r--r--
_findmnt
5.09
KB
-rw-r--r--
_free
1.25
KB
-rw-r--r--
_fuse_arguments
1.05
KB
-rw-r--r--
_fuse_values
1.61
KB
-rw-r--r--
_fusermount
660
B
-rw-r--r--
_gpasswd
701
B
-rw-r--r--
_htop
640
B
-rw-r--r--
_iconvconfig
508
B
-rw-r--r--
_ionice
1.14
KB
-rw-r--r--
_ipset
6.04
KB
-rw-r--r--
_iptables
10.43
KB
-rw-r--r--
_iwconfig
2.34
KB
-rw-r--r--
_kpartx
488
B
-rw-r--r--
_losetup
2.14
KB
-rw-r--r--
_lsattr
335
B
-rw-r--r--
_lsblk
3.01
KB
-rw-r--r--
_lsusb
1.16
KB
-rw-r--r--
_ltrace
2.15
KB
-rw-r--r--
_mdadm
8.02
KB
-rw-r--r--
_mii-tool
856
B
-rw-r--r--
_modutils
5.93
KB
-rw-r--r--
_mondo
1.95
KB
-rw-r--r--
_networkmanager
9.41
KB
-rw-r--r--
_opkg
15.12
KB
-rw-r--r--
_pidof
924
B
-rw-r--r--
_pkgtool
2.38
KB
-rw-r--r--
_pmap
1.02
KB
-rw-r--r--
_qdbus
2.68
KB
-rw-r--r--
_schedtool
916
B
-rw-r--r--
_selinux_contexts
266
B
-rw-r--r--
_selinux_roles
184
B
-rw-r--r--
_selinux_types
184
B
-rw-r--r--
_selinux_users
274
B
-rw-r--r--
_setsid
387
B
-rw-r--r--
_slabtop
674
B
-rw-r--r--
_ss
4.97
KB
-rw-r--r--
_sshfs
2.48
KB
-rw-r--r--
_strace
6.75
KB
-rw-r--r--
_sysstat
7.22
KB
-rw-r--r--
_tload
370
B
-rw-r--r--
_tpb
975
B
-rw-r--r--
_tracepath
320
B
-rw-r--r--
_tune2fs
2.19
KB
-rw-r--r--
_uml
5.14
KB
-rw-r--r--
_valgrind
15.33
KB
-rw-r--r--
_vserver
2.93
KB
-rw-r--r--
_wakeup_capable_devices
439
B
-rw-r--r--
_wipefs
1.3
KB
-rw-r--r--
_wpa_cli
825
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _sshfs
#compdef sshfs local curcontext="$curcontext" state state_descr line typeset -A opt_args integer ret=1 # TODO: in the "user@host" argument, the "user@" part should be optional _arguments -C -S : \ '(-)'{-h,--help}'[display help information]' \ '(-)'{-V,--version}'[display version information]' \ '-p[specify TCP port]:tcp port:_ports' \ '-C[enable compression]' \ '-F[specify ssh config file]:file:_files' \ '*-o[specify mount options]:options:->options' \ '(-d --debug -f)'{-d,--debug}'[enable debug output]' \ '-f[foreground]' \ '-s[disable multithreaded operation]' \ ':remote directory:_user_at_host -S:' \ ':mountpoint:_files -/' && ret=0 if [[ $state == options ]]; then _values -s , "sshfs or fuse or mount options" \ reconnect delay_connect sshfs_sync no_readahead sync_readdir \ 'dir_cache:cache setting:(yes no)' \ 'dcache_max_size:size [10000]' \ 'dcache_timeout:timeout (seconds) [20]' \ dcache_{stat,dir,link}_timeout:'timeout (seconds)' \ 'dcache_clean_interval:interval [60]' \ 'dcache_min_clean_interval:interval [5]' \ 'workaround:workaround:(none all rename renamexdev delaysrv truncate nobuflimit fstat createmode)' \ 'idmap:user/group mapping:(none user file)' \ uidfile:file:_files \ gidfile:file:_files \ 'nomap:type:(ignore error)' \ 'ssh_command:ssh command:_command_names' \ 'ssh_protocol:version:(1 2)' \ sftp_server:path:_files \ directport:port:_ports \ slave disable_hardlink transform_symlinks follow_symlinks no_check_root password_stdin \ allow_other allow_root auto_unmount nonempty default_permissions \ fsname:filesystem\ name \ subtype:filesystem\ type \ large_read \ max_read:max\ size \ hard_remove use_ino readdir_ino direct_io kernel_cache auto_cache \ 'umask:permissions' \ 'uid:owner' 'gid:group' \ 'entry_timeout:timeout (seconds) [1]' \ 'negative_timeout:timeout (seconds) [0]' \ 'attr_timeout:timeout (seconds) [1]' \ 'ac_attr_timeout:timeout (seconds) [= attr_timeout]' \ noforget \ 'remember:time (seconds)' \ nopath intr \ 'intr_signal:signal [10]' \ modules:module \ max_write:size \ max_readahead:readahead \ max_background:number \ congestion_threshold:threshold \ async_read sync_read atomic_o_trunc big_writes no_remote_lock no_remote_flock \ no_remote_posix_lock splice_write splice_move splice_read \ from_code:charset to_code:charset subdir:_directories rellinks && ret=0 fi return ret
Close