Merge pull request #280 from meitar/checksec.sh

Add checksec.sh, script to test what Linux security features are used.
This commit is contained in:
Samar Dhwoj Acharya 2019-02-19 19:50:31 -06:00 committed by GitHub
commit 950dba9668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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