Add checksec.sh, script to test what Linux security features are used.

This commit is contained in:
Meitar M 2019-02-19 18:04:31 -05:00
parent 72c1c6d2ad
commit 3ee5e65e58
No known key found for this signature in database
GPG Key ID: 07EFAA28AB94BC85

View File

@ -392,6 +392,7 @@ Your contributions and suggestions are heartily♥ welcome. (✿◕‿◕). Plea
* [Lynis](https://cisofy.com/lynis/) - Auditing tool for UNIX-based systems. * [Lynis](https://cisofy.com/lynis/) - Auditing tool for UNIX-based systems.
* [unix-privesc-check](https://github.com/pentestmonkey/unix-privesc-check) - Shell script to check for simple privilege escalation vectors on UNIX systems. * [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. * [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.
### macOS Utilities ### macOS Utilities