shell bypass 403
UnknownSec Shell
:
/
usr
/
share
/
bash-completion
/
completions
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
apport-unpack
# Apport bash-completion for apport-unpack _apport-unpack () { local cur prev COMPREPLY=() cur=`_get_cword` prev=${COMP_WORDS[COMP_CWORD-1]} case "$prev" in apport-unpack) # only show *.apport *.crash files COMPREPLY=( $( compgen -G "${cur}*.apport" compgen -G "${cur}*.crash" ) ) ;; esac } complete -F _apport-unpack -o filenames -o dirnames apport-unpack
© 2026 UnknownSec