mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Undo commit d003f27518
This commit is contained in:
parent
d003f27518
commit
6acd49a94a
|
@ -56,11 +56,11 @@ def checkPermissions():
|
|||
if os.getuid() == 0:
|
||||
print("{0}Permissions granted!".format(GREEN))
|
||||
else:
|
||||
print("{0}If possible!! Please run as sudo !!".format(RED))
|
||||
raise PermissionError("{0}Permissions denied! Please run as '{1}sudo{0}'".format(RED, GREEN))
|
||||
elif systemos() == 'Windows':
|
||||
if ctypes.windll.shell32.IsUserAnAdmin() != 0:
|
||||
print("{0}Permissions granted!".format(GREEN))
|
||||
else:
|
||||
print("{0}If possible! Please run as administrator!".format(RED))
|
||||
raise PermissionError("{0}Permissions denied! Please run as Administrator".format(RED))
|
||||
else:
|
||||
raise PermissionError("{0}Permissions denied! Unexpected platform".format(RED))
|
||||
|
|
Loading…
Reference in New Issue
Block a user