peass-ng / PEASS-ng

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

Build Error #390

Closed g33xter closed 10 months ago

g33xter commented 10 months ago

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```
carlospolop commented 10 months ago

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!

g33xter commented 10 months ago

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