1. Create a directory:

example: mkdir temp

2. Go to this created directory:

example: cd temp

3. Download the decoder file:

example: wget http://manio.skyboo.net/mikrotik/mtpass-0.9.tar.bz2

4.Extract the decoder file:

example: tar jxvf mtpass-0.9.tar.bz2

5. Go to extracted folder:

example: cd mtpass-0.9

6. Install the required libraries:

example: sudo apt-get install libssl-dev

7. The 'make' command gives an error, so we compile with the following command:

example: g++ mtpass.cpp -lssl -lcrypto -o mtpass

8. Now run this command and Enjoy:

command: ./mtpass your_backup_file_directory

example: ./mtpass /home/user/mikrotik/Test.backup

Result:



Post a Comment

Previous Post Next Post