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'
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'