rfishell
rfishell copied to clipboard
Show stderr by default
Just used this to great effect in the OSCP lab. One small suggestion, consider adding a 2>&1
to the php shell_exec statement after ${1}
so that stderr is also written to the page/shell by default. Cool tool!