peass-ng / PEASS-ng

PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
https://book.hacktricks.xyz
Other
16.19k stars 3.11k forks source link

fix typo in 'run unshare' container check #406

Closed mcdruid closed 10 months ago

mcdruid commented 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