find / -type f -a \( -perm -u+s -o -perm -g+s \) -exec ls -l {} \; 2> /dev/null
How to Find all the SUID/SGID executables on System
- 1 min read
- Uncategorized
Related Posts
Linux Privilege Escalation SUID bit
Linux privilege escalation can be very difficult to explore, here I will explain what linux privesc is and how you can do it manually or…
How to Cover Your Tracks on Linux
Manipulate Linux Terminal History Cover Auth Logging
Ultimate Guide to Attack PostgreSQL Server Port 5432
Attack PostgreSQL – This module attempts to authenticate against a PostgreSQL instance using username and password combinations indicated by the USER_FILE, PASS_FILE, and USERPASS_FILE options.…
Kernel Protocols Manipulation
Learn How to Protocols Manipulation can be done on Kernel and optimize your performance. Networking Protocols Manipulation Network Stack Networking Protocols – Layer 2 MAC…