Finds all files with the SUID bit set. To be used for privesc.
Command Reference:
Perm: -u=s searches for the SUID bit being set
dev null: 2>/dev/null forwards all errors into nothingness
find / -perm -u=s 2>/dev/null