From b78a1a017b514dd1457caf25cb085ee9880702a2 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Thu, 12 Sep 2019 21:32:31 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fe6b8c..272d96f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LinPEAS - Linux Privilege Escalation Awsome Script (with colors!!) -Also valid for **Unix systems** +Also valid for other **Unix systems** (tested in Debian, CentOS, FreeBSD and OpenBSD) **LinPEAS performs the linux privilege escalation checks explained in [book.hacktricks.xyz](https://book.hacktricks.xyz/linux-unix/privilege-escalation)** @@ -108,6 +108,7 @@ file="/tmp/linPE";RED='\033[0;31m';Y='\033[0;33m';B='\033[0;34m';NC='\033[0m';rm - Add more checks - Mantain updated the list of vulnerable SUID binaries - Mantain updated all the blacklists used to color the output +- Support for MacOS If you want to help with any of this, youu can do it using github issues or you can submit a pull request.