⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.24
Server IP:
13.204.207.56
Server:
Linux ip-172-31-43-243 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
bash-completion
/
completions
/
View File Name :
dsniff
# dsniff completion -*- shell-script -*- _dsniff() { local cur prev words cword _init_completion || return case $prev in -r|-w|-f|-p) _filedir return ;; -i) _available_interfaces -a return ;; esac if [[ "$cur" == -* ]]; then COMPREPLY=( $(compgen -W '$(_parse_usage "$1") -r -w -p' -- "$cur") ) fi } && complete -F _dsniff dsniff # ex: filetype=sh