Forum Discussion

posewadone23's avatar
posewadone23
Icon for Bronze II rankBronze II
21 days ago
Solved

ICS 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...
  • gwenael's avatar
    13 days ago

    Hello,

    I’ve had similar issue, if I remember well,

    1. I used python2 instead of python3
    2. 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/