From 673dbb6bfe43806588392d98595f46ee8af2410f Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Mon, 4 Nov 2019 01:23:01 +0000 Subject: [PATCH] Update README.md --- linPEAS/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linPEAS/README.md b/linPEAS/README.md index c675da0..85cb45a 100755 --- a/linPEAS/README.md +++ b/linPEAS/README.md @@ -10,7 +10,7 @@ Check the **Local Linux Privilege Escalation checklist** from **[book.hacktricks ## Quick Start ```bash #From github -curl https://raw.githubusercontent.com/carlospolop/linux-privilege-escalation-awsome-script/master/linpeas.sh | sh +curl https://raw.githubusercontent.com/carlospolop/privilege-escalation-awesome-script-suite/master/linPEAS/linpeas.sh | sh ``` ```bash