Removing chkrootkit as specific exploits should not compose this list

This commit is contained in:
Victor Ramos Mello 2023-10-06 12:14:29 +02:00 committed by GitHub
parent 25f3f31929
commit 946364a501
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -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 roots 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.