Linux Privilege Escalation

From Void-Byte
Revision as of 10:19, 11 November 2020 by Ov3rByte (talk | contribs) (Created page with "===Find Binary Permissions & Capabilities=== $ find / -type f -perm -u=s 2>/dev/null; getcap -r / 2>/dev/null https://gtfobins.github.io/ https://www.man7.org/linux/man-pages...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Find Binary Permissions & Capabilities

$ find / -type f -perm -u=s 2>/dev/null; getcap -r / 2>/dev/null https://gtfobins.github.io/ https://www.man7.org/linux/man-pages/man7/capabilities.7.html https://www.ostechnix.com/find-files-based-permissions/