Trying to extract / decrypt T-MST10PDEUC
Posted: Mon Oct 31, 2022 1:58 am
Hello,
I am fairly new to this group.
I downloaded T-MST10PDEUC zip archive from Mega.nz and wanted to decrypt the files to see if I can get the submicom.bin files out if in fact they are in there.
I followed this link https://wiki.samygo.tv/index.php?title= ... s_firmware but instead of using cygwin, I was going to extract in a linux VM.
I have python3 intsalled:
sww@swwzorin1:~/Downloads/SamsungES6200-FW$ python3 --version
Python 3.8.10
and
pycrypto..
Name: pycrypto
Version: 2.6.1
Summary: Cryptographic modules for Python.
Home-page: http://www.pycrypto.org/
Author: Dwayne C. Litzenberger
Author-email: dlitz@dlitz.net
License: UNKNOWN
Location: /home/sww/.local/lib/python3.8/site-packages
Requires:
Required-by:
sww@swwzorin1:~/Downloads/SamsungES6200-FW$
When runing it I get the following:
sww@swwzorin1:~/Downloads/SamsungES6200-FW$ python3 SamyGO.py decrypt_all T-MST10PDEUC
File "SamyGO.py", line 88
print "XOR Key : ", keyData
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("XOR Key : ", keyData)?
sww@swwzorin1:~/Downloads/SamsungES6200-FW$
Can this in fact runin python3 and also is there a sytax error in the script?
How critical is the path structure?
The archive I unzipped just had the image directory.
sww@swwzorin1:~/Downloads/SamsungES6200-FW$ ls
SamyGO.py T-MST10PDEUC
sww@swwzorin1:~/Downloads/SamsungES6200-FW$
Maybe I just have to run in Cygwin...
Thanks,
Simon
I am fairly new to this group.
I downloaded T-MST10PDEUC zip archive from Mega.nz and wanted to decrypt the files to see if I can get the submicom.bin files out if in fact they are in there.
I followed this link https://wiki.samygo.tv/index.php?title= ... s_firmware but instead of using cygwin, I was going to extract in a linux VM.
I have python3 intsalled:
sww@swwzorin1:~/Downloads/SamsungES6200-FW$ python3 --version
Python 3.8.10
and
pycrypto..
Name: pycrypto
Version: 2.6.1
Summary: Cryptographic modules for Python.
Home-page: http://www.pycrypto.org/
Author: Dwayne C. Litzenberger
Author-email: dlitz@dlitz.net
License: UNKNOWN
Location: /home/sww/.local/lib/python3.8/site-packages
Requires:
Required-by:
sww@swwzorin1:~/Downloads/SamsungES6200-FW$
When runing it I get the following:
sww@swwzorin1:~/Downloads/SamsungES6200-FW$ python3 SamyGO.py decrypt_all T-MST10PDEUC
File "SamyGO.py", line 88
print "XOR Key : ", keyData
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("XOR Key : ", keyData)?
sww@swwzorin1:~/Downloads/SamsungES6200-FW$
Can this in fact runin python3 and also is there a sytax error in the script?
How critical is the path structure?
The archive I unzipped just had the image directory.
sww@swwzorin1:~/Downloads/SamsungES6200-FW$ ls
SamyGO.py T-MST10PDEUC
sww@swwzorin1:~/Downloads/SamsungES6200-FW$
Maybe I just have to run in Cygwin...
Thanks,
Simon