From 06f23dbefcdc230add9fcbe51221163147e60a0b Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Mon, 2 Dec 2019 10:09:45 -0300 Subject: [PATCH] Add table of contents --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 2e69e0b..a692311 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,29 @@ # Awesome Privilege Escalation A curated list of awesome privilege escalation +Table of Contents +================= + +* [Linux](#linux) + * [Escape restricted shells](#escape-restricted-shells) + * [SUDO and SUID](#sudo-and-suid) + * [Capabilities](#capabilities) + * [Tools](#tools) + * [Find CVEs](#find-cves) + * [Chkrootkit](#chkrootkit) + * [NFS](#nfs) + * [Presentations](#presentations) +* [Windows](#windows) + * [Hot Potato](#hot-potato) + * [Unquoted services with spaces](#unquoted-services-with-spaces) + * [Groups.xml](#groupsxml) + * [Tools](#tools-1) + * [Presentations](#presentations-1) +* [Linux and Windows](#linux-and-windows) +* [Docker](#docker) + * [Docker socks](#docker-socks) +* [AWS](#aws) + ## Linux - https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/ - https://chryzsh.gitbooks.io/pentestbook/privilege_escalation_-_linux.html