AlessandroZ / BeRoot

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

SyntaxError: invalid syntax #24

Closed leninisback closed 4 years ago

leninisback commented 4 years ago

Hey,

I tried to run for the first time with python 3.8.0 with windows and get this output: Traceback (most recent call last): File "xr.py", line 45, in from lib.beroot.run import check_all, get_sofwares File "C:\Users\james\Desktop\Support-master\dev\lib\beroot\run.py", line 6, in from .modules.checks.services_checks import check_services_creation_with_openscmanager, check_service_permissions File "C:\Users\james\Desktop\Support-master\dev\lib\beroot\modules\checks\services_checks.py", line 3, in from ..objects.winstructures import OpenSCManager, SC_MANAGER_CREATE_SERVICE File "C:\Users\james\Desktop\Support-master\dev\lib\beroot\modules\objects\winstructures.py", line 66 STANDARD_RIGHTS_REQUIRED = 0x000F0000L

Do you get any idea why?

AlessandroZ commented 4 years ago

Sorry for my late answer. Use Python2.7 for now, I hope to do the portability soon.

leninisback commented 4 years ago

What? Dude, nobody use python2.7 anymore... I downvote