From 92a965fd4c7ca87f5e5a37d0f227a3a2c987c5ac Mon Sep 17 00:00:00 2001 From: Meitar M Date: Sun, 23 Feb 2020 19:10:27 -0500 Subject: [PATCH] Add Postenum, a simple privesc suggester for GNU/Linux. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea53a2a..8e63647 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ See also [DEF CON Suggested Reading](https://www.defcon.org/html/links/book-list * [LinEnum](https://github.com/rebootuser/LinEnum) - Scripted local Linux enumeration and privilege escalation checker useful for auditing a host and during CTF gaming. * [Linux Exploit Suggester](https://github.com/PenturaLabs/Linux_Exploit_Suggester) - Heuristic reporting on potentially viable exploits for a given GNU/Linux system. * [Lynis](https://cisofy.com/lynis/) - Auditing tool for UNIX-based systems. +* [Postenum](https://github.com/mbahadou/postenum) - Shell script used for enumerating possible privilege escalation opportunities on a local GNU/Linux system. * [checksec.sh](https://www.trapkit.de/tools/checksec.html) - Shell script designed to test what standard Linux OS and PaX security features are being used. * [unix-privesc-check](https://github.com/pentestmonkey/unix-privesc-check) - Shell script to check for simple privilege escalation vectors on UNIX systems.