Anubis
Anubis copied to clipboard
AttributeError: module 'ctypes' has no attribute 'windll'
I'm running anubis on Linux Centos Stream 8. When I try to run the obfuscated code I got this error:
$ python manage-obf.py runserver
Traceback (most recent call last):
File "/tmp/tmp11k4sysy", line 154, in <module>
if not ctypes.windll.shell32.IsUserAnAdmin() != 0:
^^^^^^^^^^^^^
AttributeError: module 'ctypes' has no attribute 'windll'
Is this script supposed to work on linux systems or not?