Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. justin@JustinPC:~/Desktop/working/DB_Server$ ./zalo_backup.sh convert /home/justin/Desktop/working/DB_Server/5294286.2.zalo.crypt /home/justin/Desktop/working/DB_Server/ios2.crypt 70015318 ios
  2. ====== Zalo Database Export & Backup ======
  3.  
  4. Your INPUT ==>
  5. $Command = ./zalo_backup.sh
  6. $action = convert
  7. $2 = /home/justin/Desktop/working/DB_Server/5294286.2.zalo.crypt
  8. $3 = /home/justin/Desktop/working/DB_Server/ios2.crypt
  9. $4 = 70015318
  10. $5 = ios
  11.  
  12. Start Program ==>
  13. Action = convert
  14. Input = /home/justin/Desktop/working/DB_Server/5294286.2.zalo.crypt
  15. Output = /home/justin/Desktop/working/DB_Server/ios2.crypt
  16. Password = 70015318
  17. Platform = ios
  18. =======================
  19. Start backup database process for IOS ======>
  20. extracting: chat.sqlite_2.zip.crypt
  21. extracting: chatgroup.sqlite_3.zip.crypt
  22. Unzip file success
  23. Chat Db path = /home/justin/Desktop/working/DB_Server/chat.sqlite_2.zip.crypt
  24. Group Db path = /home/justin/Desktop/working/DB_Server/chatgroup.sqlite_3.zip.crypt
  25. Start create output database
  26. Openning database: /home/justin/Desktop/working/DB_Server/ios_zalo_db.exported ....
  27. Temp database dir = /home/justin/Desktop/working/DB_Server
  28. Create output DB sucess !!!
  29. export ios db ...........
  30. Temp dir = /home/justin/Desktop/working/DB_Server
  31.  
  32.  
  33.  
  34. Input file path = /home/justin/Desktop/working/DB_Server/chat.sqlite_2.zip.crypt
  35. Output file path = /home/justin/Desktop/working/DB_Server/TEST_Zalodb.decrypted
  36. Start decrypt file
  37. MD5 read from encrypted file = 98ad075e0421a76d7e38741895d38732
  38. MD5 of file = 98ad075e0421a76d7e38741895d38732
  39. Md5 is same ! Decrypt return success
  40. Decryption sucess
  41. Decomress sucess
  42. Deleted file - /home/justin/Desktop/working/DB_Server/TEST_Zalodb.decrypted
  43. Database restore successfully.
  44. Path = /home/justin/Desktop/working/DB_Server/ios_chat_db.restored
  45. Output DB path = /home/justin/Desktop/working/DB_Server/ios_zalo_db.exported
  46. open_db_ios_withflag ...........Openning database: /home/justin/Desktop/working/DB_Server/ios_zalo_db.exported ....
  47. Temp database dir = /home/justin/Desktop/working/DB_Server
  48. Deleted file - /home/justin/Desktop/working/DB_Server/ios_chat_db.restored
  49. Export chat database success !!! Now export group chat database.
  50. Deleted file - /home/justin/Desktop/working/DB_Server/chat.sqlite_2.zip.crypt
  51. export ios db ...........
  52. Temp dir = /home/justin/Desktop/working/DB_Server
  53.  
  54.  
  55.  
  56. Input file path = /home/justin/Desktop/working/DB_Server/chatgroup.sqlite_3.zip.crypt
  57. Output file path = /home/justin/Desktop/working/DB_Server/TEST_Zalodb.decrypted
  58. Start decrypt file
  59. MD5 read from encrypted file = eb441365a43b503966c27d226d535f31
  60. MD5 of file = eb441365a43b503966c27d226d535f31
  61. Md5 is same ! Decrypt return success
  62. Decryption sucess
  63. Decomress sucess
  64. Deleted file - /home/justin/Desktop/working/DB_Server/TEST_Zalodb.decrypted
  65. Database restore successfully.
  66. Path = /home/justin/Desktop/working/DB_Server/ios_chat_db.restored
  67. open_db_ios_withflag ...........Openning database: /home/justin/Desktop/working/DB_Server/ios_zalo_db.exported ....
  68. Temp database dir = /home/justin/Desktop/working/DB_Server
  69. Deleted file - /home/justin/Desktop/working/DB_Server/ios_chat_db.restored
  70. Export chat group database success !!!
  71. Deleted file - /home/justin/Desktop/working/DB_Server/chatgroup.sqlite_3.zip.crypt
  72. Compress database success.
  73. Start Encrypt stream
  74. Check sum of file for in encrypt function = 73ce6c0ca04eb55cef17bfc76ab0d53d. Length = 32
  75. MD5 of pass = 6510e352b81cccc6845ea1193316ecea AND length = 32
  76.  
  77. Print password(in hex) = 3635313065333532623831636363633638343565613131393333313665636561
  78. End write bytes
  79. Total bytes read = 2408729
  80. Encrypt database success
  81. Deleted file - /home/justin/Desktop/working/DB_Server/ZaloDb.compressed
  82. Deleted file - /home/justin/Desktop/working/DB_Server/ios_zalo_db.exported
  83. Compress & Encrypted file success.
  84. Export ios database success.
  85. Output file: /home/justin/Desktop/working/DB_Server/ios2.crypt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement