quick check for getcap¶
sudo -l find / -perm -4000 2>/dev/null # SUID getcap -r / 2>/dev/null # Capabilities ls -la /etc/cron* /var/spool/cron
Download all JS¶
wget -r -l 1 http://target.com -A js
Search for interesting stuff¶
grep -r "api" .js grep -r "password" .js grep -r "admin" *.js