minnor updates

This commit is contained in:
patel-bhavin
2022-02-17 13:20:14 -08:00
parent 53a3876091
commit 5b25ad7bc6
+2 -2
View File
@@ -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: |