Skip to content

Instantly share code, notes, and snippets.

@chosenonehacks
Created September 12, 2017 08:46
Show Gist options
  • Save chosenonehacks/179e9b1cac59764cc2dbc172cc1d0621 to your computer and use it in GitHub Desktop.
Save chosenonehacks/179e9b1cac59764cc2dbc172cc1d0621 to your computer and use it in GitHub Desktop.
Find SUID/SGUID files for privilege escalation
find / -user root -perm -4000 -print 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment