From 5b25ad7bc6739cbfc9f0bec1b8ddea4584f54a10 Mon Sep 17 00:00:00 2001 From: patel-bhavin Date: Thu, 17 Feb 2022 13:20:14 -0800 Subject: [PATCH] minnor updates --- atomics/T1059.004/T1059.004.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atomics/T1059.004/T1059.004.yaml b/atomics/T1059.004/T1059.004.yaml index 6f601dcf..f1abc7fa 100644 --- a/atomics/T1059.004/T1059.004.yaml +++ b/atomics/T1059.004/T1059.004.yaml @@ -98,7 +98,7 @@ atomic_tests: - name: Linpeas tool execution description: | - LinPEAS is a script that search for possible paths to escalate privileges on Linux/Unix*/MacOS hosts. The checks are explained on book.hacktricks.xyz + LinPEAS is a script that search for possible paths to escalate privileges on Linux/Unix*/MacOS hosts. The checks are explained on [here](https://book.hacktricks.xyz/) supported_platforms: - linux input_arguments: @@ -109,7 +109,7 @@ atomic_tests: linpeas_url: description: Path to download linPeas shell script type: Url - default: https://github.com/carlospolop/PEASS-ng/releases/latest/download/linpeas.sh + default: https://github.com/carlospolop/PEASS-ng/releases/download/20220214/linpeas.sh dependency_executor_name: bash dependencies: - description: |