Closed tomdoughty62 closed 4 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
same problem
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
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.