backdoorme icon indicating copy to clipboard operation
backdoorme copied to clipboard

Remove all instances of echo password | sudo -S

Open ecthros opened this issue 8 years ago • 2 comments

If we could just become root... sooo much better.

ecthros avatar Dec 28 '16 18:12 ecthros

So we know where to clear up:

$ grep -Ril "sudo -S" . | grep -v ".pyc"

./backdoors/access/remove_ssh.py ./backdoors/access/ssh_key.py ./backdoors/access/ssh_port.py ./backdoors/auxiliary/append.py ./backdoors/auxiliary/immutable.py ./backdoors/auxiliary/keylogger.py ./backdoors/auxiliary/password.py ./backdoors/auxiliary/user.py ./backdoors/auxiliary/web.py ./backdoors/escalation/setuid.py ./backdoors/escalation/shell.py ./backdoors/shell/__pupy/pupy.py ./backdoors/shell/bash.py ./backdoors/shell/bash2.py ./backdoors/shell/bind/netcat_traditional.py ./backdoors/shell/netcat.py ./backdoors/shell/netcat_traditional.py ./backdoors/shell/perl.py ./backdoors/shell/php.py ./backdoors/shell/pyth.py ./backdoors/shell/reverse/bash.py ./backdoors/shell/reverse/bash2.py ./backdoors/shell/sh.py ./backdoors/shell/sh2.py ./backdoors/shell/web.py ./backdoors/shell/x86.py ./modules/addUser.py ./modules/poison.py ./modules/startup.py ./modules/webMod.py ./modules/whitelist.py ./README.md ./target.py

Kkevsterrr avatar Jan 01 '17 17:01 Kkevsterrr

http://www.fabfile.org/index.html

ecthros avatar Jan 03 '17 02:01 ecthros