⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.96
Server IP:
147.93.97.220
Server:
Linux srv843233 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
bash-completion
/
completions
/
View File Name :
mkpasswd
_mkpasswd() { case $3 in --help | --version | --salt | --rounds | --password-fd | -[hVSRP]) return 0 ;; --method | -m) COMPREPLY=($(compgen -W '$( LC_ALL=C "$1" --method=help 2>/dev/null | while read -r method _; do [[ $method == Available ]] || printf "%s\n" "$method" done )')) return 0 ;; esac if [[ $2 == -* ]]; then COMPREPLY=($(compgen -W ' --method -5 --salt --rounds --password-fd --stdin --help --version ' -- "$2")) return 0 fi } && complete -F _mkpasswd mkpasswd