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
371 stars 86 forks source link

AttributeError: 'int' object has no attribute 'value' #8

Closed tomdoughty62 closed 3 years ago

tomdoughty62 commented 3 years ago

Hello,

I've tried using SirepRAT on ParrotOS and the ARM version of Kali, and I keep getting the following error:

Traceback (most recent call last): File "SirepRAT.py", line 52, in from common.mappings import SIREP_COMMANDS, RESULT_TYPE_TO_RESULT File "/root/hackthebox/Omni/SirepRAT/common/mappings.py", line 65, in ResultRecordType.SystemInformation.value: results.SystemInformationResult, AttributeError: 'int' object has no attribute 'value'

Can you please advise me on how to solve this issue?

Thank you.

dorazouri commented 3 years ago

Hi, please see issue #2 for the solution. Also - latest requirements.txt does specify enum34 explicitly, so that should do the work: pip install -r requirements.txt

gearcapitan commented 3 years ago

imagen same problem

dorazouri commented 3 years ago

imagen same problem

Hi, please see issue #2 for the solution. Also - latest requirements.txt does specify enum34 explicitly, so that should do the work: pip install -r requirements.txt

dorazouri commented 3 years ago

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