Created
December 17, 2017 03:09
-
-
Save circa10a/1246503dbd0820205bdaaf2352bebe7c to your computer and use it in GitHub Desktop.
find binaries with SUID perms set for potential privilege escalation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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