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: |