AlessandroZ / BeRoot

Privilege Escalation Project - Windows / Linux / Mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntaxError in modules\objects\winstructures.py

opened this issue · comments

Traceback (most recent call last):
File "C:\Users\0x00\Desktop\BeRoot\Windows\BeRoot\beroot.py", line 3, in
from beroot.run import check_all, get_sofwares
File "C:\Users\0x00\Desktop\BeRoot\Windows\BeRoot\beroot\run.py", line 6, in
from .modules.checks.services_checks import check_services_creation_with_openscmanager, check_service_permissions
File "C:\Users\0x00\Desktop\BeRoot\Windows\BeRoot\beroot\modules\checks\services_checks.py", line 3, in
from ..objects.winstructures import OpenSCManager, SC_MANAGER_CREATE_SERVICE
File "C:\Users\0x00\Desktop\BeRoot\Windows\BeRoot\beroot\modules\objects\winstructures.py", line 66
STANDARD_RIGHTS_REQUIRED = 0x000F0000L
^
SyntaxError: invalid syntax

Fixed it, i had to remove a L.