BigNerd95 / RouterOS-Backup-Tools

Tools to encrypt/decrypt and pack/unpack RouterOS v6.13+ backup files
GNU Lesser General Public License v3.0
280 stars 101 forks source link

How to read the idx and dat file? #2

Closed blackstrip closed 6 years ago

blackstrip commented 6 years ago

Hi Guys,

How can i read and modify the idx and dat file? or some python module can do it?

BigNerd95 commented 6 years ago

Try with some of these tools https://github.com/0ki/mikrotik-tools?files=1

blackstrip commented 6 years ago

Thanks a lot. RouterOS-Backup-Tools is great work.

BigNerd95 commented 6 years ago

Thank you very much! I'll update this project as soon as I'll finish the reverse engineering of dat files

blackstrip commented 6 years ago

Cool, i'm in watching now.

esstein commented 2 years ago

Try with some of these tools https://github.com/0ki/mikrotik-tools?files=1

Which command I have to use to decode dat files?

KEMBL commented 7 months ago

@esstein you need to take .idx and .dat files you want to decode and rename them as group.idx and group.dat. After, put them into the same folder with mt_dat_decoder.py and start:

python2 mt_dat_decoder.py > decoded.txt

inside decoded.txt will be decoded content though it is not too readable :) More information: https://forum.mikrotik.com/viewtopic.php?t=186036#p976367