Add LinEnum, a privesc and enumeration shell script for GNU/Linux.

This commit is contained in:
Meitar M 2019-02-26 01:19:42 -05:00
parent 971bfb2b61
commit e276175b87
No known key found for this signature in database
GPG Key ID: 07EFAA28AB94BC85

View File

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