Closed mcdruid closed 10 months ago
Looks like there's a typo in the label of the "run unshare" check.
The actual command that's run in the check is:
run_unshare=$(unshare -UrmC bash -c 'echo -n Yes' 2>/dev/null)
https://github.com/carlospolop/PEASS-ng/blob/20240114-925b57c0/linPEAS/builder/linpeas_parts/2_container.sh#L162
Looks like there's a typo in the label of the "run unshare" check.
The actual command that's run in the check is:
https://github.com/carlospolop/PEASS-ng/blob/20240114-925b57c0/linPEAS/builder/linpeas_parts/2_container.sh#L162