peass-ng / PEASS-ng

PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)

Home Page:https://book.hacktricks.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Error

g33xter opened this issue · comments

While building with latest source getting below error.

python3 linpeas_builder.py
[+] Downloading regexes...
Downloaded and saved in '/home/kali/tools/PEASS-ng/build_lists/regexes.yaml' successfully!
[+] Building temporary linpeas_base.sh...
[+] Building variables...
[+] Building finds...
[+] Building storages...
[+] Checking duplicates...
[+] Building autocheck sections...
[+] Building regexes searches...
[+] Building linux exploit suggesters...
[+] Downloading Fat Linpeas binaries...
LICENSE
README.md
gitleaks
LICENSE
README.md
gitleaks
[+] Building GTFOBins lists...
Traceback (most recent call last):
  File "/home/kali/tools/PEASS-ng/linPEAS/builder/linpeas_builder.py", line 33, in <module>
    main()
  File "/home/kali/tools/PEASS-ng/linPEAS/builder/linpeas_builder.py", line 20, in main
    lbuilder.build()
  File "/home/kali/tools/PEASS-ng/linPEAS/builder/src/linpeasBuilder.py", line 113, in build
    assert len(suidVB) > 185, f"Len suidVB is {len(suidVB)}"
           ^^^^^^^^^^^^^^^^^
AssertionError: Len suidVB is 0```

Hi @g33xter, there is a build from yesterday and that problem was fixed some months ago, so I think it's working properly.
Please, update your code and retry!

Thanks, I thought I pulled the repo before building it, but somehow I missed it. It's working now.