Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError in modules\objects\winstructures.py #32

Closed
ghost opened this issue Mar 28, 2021 · 1 comment
Closed

SyntaxError in modules\objects\winstructures.py #32

ghost opened this issue Mar 28, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 28, 2021

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
Copy link
Author

ghost commented Mar 28, 2021

Fixed it, i had to remove a L.

@ghost ghost closed this as completed Mar 28, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants