peass-ng / PEASS-ng

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

Update linpeas_builder.py #395

Closed H3rm1tR3b0rn closed 8 months ago

H3rm1tR3b0rn commented 9 months ago

The old version of file was not running on python 3.11.5. The error was: from .src.peasLoaded import PEASLoaded ImportError: attempted relative import with no known parent package

carlospolop commented 9 months ago

How did you executed it to get that error @H3rm1tR3b0rn ?