AlessandroZ / BeRoot

Privilege Escalation Project - Windows / Linux / Mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working on Windows 10 - argument of type 'NoneType' is not iterable

slavadba opened this issue · comments

Hi,

I got this error

c:\TMP>beRoot.exe
|====================================================================|
| |
| Windows Privilege Escalation |
| |
| ! BANG BANG ! |
| |
|====================================================================|

Traceback (most recent call last):
File "beRoot.py", line 95, in
File "beRoot.py", line 60, in run
File "beroot\run_checks.py", line 298, in check_all
File "beroot\run_checks.py", line 30, in init
File "beroot\modules\get_info\from_taskscheduler.py", line 122, in tasksList
File "ntpath.py", line 331, in expandvars
TypeError: argument of type 'NoneType' is not iterable
[13636] Failed to execute script beRoot

c:\TMP>

can it be fixed somehow?