.. / find_suid_files
Star

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

Command: Copy References:

https://www.linux.com/training-tutorials/what-suid-and-how-set-suid-linuxunix/

https://gtfobins.github.io/