Difference between revisions of "Linux Privilege Escalation"

From Void-Byte
Jump to navigation Jump to search
 
Line 5: Line 5:
 
setgid+ep<br><br>
 
setgid+ep<br><br>
  
'''Helpful links for further research:'''<br>
+
'''Helpful links for further research on binarys:'''<br>
 
https://gtfobins.github.io/  <br>
 
https://gtfobins.github.io/  <br>
 
https://www.man7.org/linux/man-pages/man7/capabilities.7.html  <br>
 
https://www.man7.org/linux/man-pages/man7/capabilities.7.html  <br>

Latest revision as of 10:27, 11 November 2020

Find Binary Permissions & Capabilities

$ find / -type f -perm -u=s 2>/dev/null; getcap -r / 2>/dev/null

Capabilities that can give you root:
setuid+ep
setgid+ep

Helpful links for further research on binarys:
https://gtfobins.github.io/
https://www.man7.org/linux/man-pages/man7/capabilities.7.html