diff --git a/README.md b/README.md index 858c53a..e2fe4d9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ A curated list of awesome privilege escalation * [Capabilities](#capabilities) * [Tools](#tools) * [Find CVEs](#find-cves) - * [Chkrootkit](#chkrootkit) * [NFS](#nfs) * [Presentations](#presentations) * [Windows](#windows) @@ -112,9 +111,6 @@ is intended to be executed locally on a Linux box to enumerate basic system info - [cve-check-tool](https://github.com/clearlinux/cve-check-tool): Original Automated CVE Checking Tool. - [LPVS](https://github.com/lwindolf/lpvs): Linux Package Vulnerability Scanner for CentOS and Ubuntu. -### Chkrootkit - - [Local root exploit in Chkrootkit](https://lepetithacker.wordpress.com/2017/04/30/local-root-exploit-in-chkrootkit/): Security researchers have found an local exploit for Chkrootkit 0.49 who allow to a simple user to make root’s commands. - ### NFS - [Exploiting a Mis-Configured NFS Share](https://www.computersecuritystudent.com/SECURITY_TOOLS/METASPLOITABLE/EXPLOIT/lesson4/index.html) - [Linux Privilege Escalation using Misconfigured NFS](https://www.hackingarticles.in/linux-privilege-escalation-using-misconfigured-nfs/): How to exploit a misconfigured NFS share to gain root access to a remote host machine.