diff --git a/linPEAS/builder/README.md b/linPEAS/builder/README.md index 027add9..b6ef46b 100644 --- a/linPEAS/builder/README.md +++ b/linPEAS/builder/README.md @@ -4,7 +4,8 @@ You can **build you own linpeas which will contain only the checks you want**. T ## Quick start building linpeas.sh -It's possible to indicate the params `--all`, `--all-no-fat` and `--small` to build the classic `linpeas_fat.sh`, `linpeas.sh` and `linpeas_small.sh`: +It's possible to indicate the params `--all`, `--all-no-fat` and `--small` to build the classic `linpeas_fat.sh`, `linpeas.sh` and `linpeas_small.sh` outputs: +- When testing builder changes locally, prefer writing the output to `/tmp` so you don't overwrite tracked release artifacts by accident. - **linpeas_fat.sh**: Contains all checks, even third party applications in base64 embedded. - **linpeas.sh**: Contains all checks, but only the third party application `linux exploit suggester` is embedded. This is the default `linpeas.sh`. @@ -75,4 +76,4 @@ Metadata example: - **Initial Functions**: Functions that are called at the beggining of the module. If your module is using a function not defined here, linpeas won't be built. - **Generated Global Variables**: Global variables generated (given a relevant value) by the module. If your module is generating a global variable not defined here, linpeas won't be built. - **Fat linpeas**: Set only as 1 if the module is loading a third party app, if not 0. -- **Small linpeas**: Set as 1 if it's a quick check, if not 0. \ No newline at end of file +- **Small linpeas**: Set as 1 if it's a quick check, if not 0.