SafeBreach-Labs / SirepRAT

Remote Command Execution as SYSTEM on Windows IoT Core (releases available for Python2.7 & Python3)
BSD 3-Clause "New" or "Revised" License
373 stars 86 forks source link

'int' object has no attribute 'value' #15

Closed ShamanCoder closed 3 years ago

ShamanCoder commented 3 years ago

Tried to run the program on kali with python 2.7, get this output:

Traceback (most recent call last): File "SirepRAT.py", line 52, in <module> from common.mappings import SIREP_COMMANDS, RESULT_TYPE_TO_RESULT File "/home/drsuius/PortableTools/Python/SirepRAT/common/mappings.py", line 65, in <module> ResultRecordType.SystemInformation.value: results.SystemInformationResult, AttributeError: 'int' object has no attribute 'value'

ShamanCoder commented 3 years ago

solved by removing the enum library and installing the enum34 library

dorazouri commented 3 years ago

@ShamanCoder SirepRAT v2 is now committed and supports python3! See latest code and release.