AlessandroZ / BeRoot

Privilege Escalation Project - Windows / Linux / Mac
GNU Lesser General Public License v3.0
2.44k stars 466 forks source link

SyntaxError in modules\objects\winstructures.py #32

Closed ghost closed 3 years ago

ghost commented 3 years ago

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

ghost commented 3 years ago

Fixed it, i had to remove a L.