Skip to content

Instantly share code, notes, and snippets.

@circa10a
Created December 17, 2017 03:09
Show Gist options
  • Save circa10a/1246503dbd0820205bdaaf2352bebe7c to your computer and use it in GitHub Desktop.
Save circa10a/1246503dbd0820205bdaaf2352bebe7c to your computer and use it in GitHub Desktop.
find binaries with SUID perms set for potential 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