Closed jbdu94 closed 4 years ago
pip uninstall enum pip install enum34
Thx !!!
the problem persist
the problem persist
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
When I run the following command, I have the following error
python SirepRAT.py 10.10.xx.xx LaunchCommandWithOutput --return_output --cmd "C:\Windows\System32\cmd.exe" --args "/c powershell.exe ipconfig" --v Traceback (most recent call last): File "SirepRAT.py", line 52, in
from common.mappings import SIREP_COMMANDS, RESULT_TYPE_TO_RESULT
File "/home/tomski/HTB/SirepRAT/common/mappings.py", line 65, in
ResultRecordType.SystemInformation.value: results.SystemInformationResult,
AttributeError: 'int' object has no attribute 'value'
Could you please help me to fix it?