Forum Discussion
posewadone23
Bronze II
21 days agoICS Malware: Triton - unpack trilog.exe
Hi. I get the following error when trying to unpack trilog.exe by: iml-user@ics-malware-triton:~/Desktop/Lab-Files/python_exe_unpacker$ python3 python_exe_unpack.py /Desktop/Lab-Files/trilog.exe T...
- 13 days ago
Hello,
I’ve had similar issue, if I remember well,
- I used python2 instead of python3
- Depend from where you launch the command and you have to give the path to trilog.exe with "-i" and the path for the output folder with "-o"
iml-user@ics-malware-triton:~/Desktop/Lab-Files/python_exe_unpacker$ python2 python_exe_unpack.py -i ~/Desktop/Lab-Files/trilog.exe -o /PathToFolder/
gwenael
Bronze II
13 days agoHello,
I’ve had similar issue, if I remember well,
- I used python2 instead of python3
- Depend from where you launch the command and you have to give the path to trilog.exe with "-i" and the path for the output folder with "-o"
iml-user@ics-malware-triton:~/Desktop/Lab-Files/python_exe_unpacker$ python2 python_exe_unpack.py -i ~/Desktop/Lab-Files/trilog.exe -o /PathToFolder/