Auto-merge PR #622 (Chack Agent)

* test: trigger linpeas workflow failure

* Fix CI failures for PR #622

* docs: clarify builder output wording

---------

Co-authored-by: chack-agent <chack-agent@users.noreply.github.com>
This commit is contained in:
SirBroccoli
2026-03-19 22:27:55 +01:00
committed by GitHub
parent ac133717d2
commit 1fb7aefa40

View File

@@ -4,7 +4,8 @@ You can **build you own linpeas which will contain only the checks you want**. T
## Quick start building linpeas.sh ## 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_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`. - **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. - **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. - **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. - **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. - **Small linpeas**: Set as 1 if it's a quick check, if not 0.