From e276175b8747780e60645057b9b88e2ac82beea8 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Tue, 26 Feb 2019 01:19:42 -0500 Subject: [PATCH] Add LinEnum, a privesc and enumeration shell script for GNU/Linux. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5502f10..e93e853 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea * [unix-privesc-check](https://github.com/pentestmonkey/unix-privesc-check) - Shell script to check for simple privilege escalation vectors on UNIX systems. * [Hwacha](https://github.com/n00py/Hwacha) - Post-exploitation tool to quickly execute payloads via SSH on one or more Linux systems simultaneously. * [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. +* [LinEnum](https://github.com/rebootuser/LinEnum) - Scripted local Linux enumeration and privilege escalation checker useful for auditing a host and during CTF gaming. ### macOS Utilities