Commit Graph

1023 Commits

Author SHA1 Message Date
Christian Clauss 9931edccc4 GitHub Action to lint Python code
Output:
2021-07-27 12:06:47 +02:00
tek 9e33ece3e9 Fixes issue with Manifest format 2021-07-27 01:23:22 +02:00
Nex 32aeaaf91c Update README.md 2021-07-26 21:48:55 +02:00
Nex 8b253b5e7c Update README.md 2021-07-26 21:39:49 +02:00
Nex 362bce7c76 Update README.md 2021-07-26 21:38:36 +02:00
Nex e821421ca7 Update README.md 2021-07-26 21:35:35 +02:00
Nex 95ab269671 Fixed some formatting 2021-07-26 19:33:12 +02:00
Tek 49f592ebe8 Merge pull request #116 from adamstiefel/patch-1
fix: readme grammar
2021-07-26 10:53:24 +02:00
Adam Stiefel 6b436f2057 fix: readme grammar
Changed "evidences" to "evidence". Changed "understanding basics" to "understanding the basics". Changed "command line" to "command-line"
2021-07-25 17:16:26 -04:00
Nex 13ce55f4ac Added some context to error message 2021-07-25 15:51:24 +02:00
Tek 2ca0081833 Merge pull request #110 from EmilienCourt/fix_whatsapp
[ADB] Fix WhatsApp database parsing (thumb_image)
2021-07-25 15:25:39 +02:00
emilien 47df94fa12 fix typo 2021-07-25 15:13:23 +02:00
emilien e5003b6490 Handle SMS bases in mmssms.db instead of bugle_db 2021-07-25 15:06:22 +02:00
emilien 3d9574682c Fix WhatsApp thumb image 2021-07-25 14:13:10 +02:00
Nex 3dcc24acd5 Added build 18G69 2021-07-25 12:19:45 +02:00
Nex 8f558db60b Fixed version number 2021-07-25 12:07:22 +02:00
Nex 7a02df4592 Merge branch 'main' of github.com:mvt-project/mvt 2021-07-25 12:04:07 +02:00
Nex a61d4e17eb Snapshotting dependencies 2021-07-25 12:03:45 +02:00
Nex 3fd8d1524f Updated LICENSE 2021-07-25 12:01:23 +02:00
Nex d8310797ef Merge pull request #109 from U039b/fix-#108
Fix #108
2021-07-25 11:49:12 +02:00
Nex 7fffef77ce Automatically recover malformed sqlite3 databases (closes: #25 #37) 2021-07-25 11:47:05 +02:00
U039b b7d65e6123 Fix #108 2021-07-25 11:03:28 +02:00
Nex 9d9b77e02e Changing error message to info, to avoid confusion 2021-07-25 10:46:10 +02:00
Nex 6d0ff11540 Restored empty spaces for new line 2021-07-24 14:27:16 +02:00
Nex 97558ec3af Merge pull request #19 from goshawk22/patch-2
Better check for if device has root
2021-07-24 13:56:12 +02:00
Nex 4fdb868216 Merge pull request #76 from bryeetz/patch-1
Typo
2021-07-24 13:54:59 +02:00
Nex 25d6d52557 Merge pull request #98 from Trigus42/main
Fix download of APKs that require root privileges #2
2021-07-24 13:53:43 +02:00
Nex d172a3fe69 Merge branch 'febrezo-dockerizing' 2021-07-24 13:24:12 +02:00
Nex d6f49e76d6 Included Docker details in the documentation 2021-07-24 13:23:45 +02:00
Nex 8883306558 Merge branch 'dockerizing' of https://github.com/febrezo/mvt into febrezo-dockerizing 2021-07-24 13:10:04 +02:00
Trigus42 03523a40c0 Fix _adb_process_file & Improve _adb_download_root
- The _adb_download function doesn't need a package_name argument. This broke _adb_process_file and unnecessarily clutters function calls. Also, the function may be used to download other files or folders too. Generating a random filename seems like the best solution to me since it is less likely to get a duplicate filename and thus to replace an existing file.

- The path /sdcard/Download doesn't necessarily exist. Using /sdcard seems more reliable.
2021-07-24 12:09:59 +02:00
Nex 6c496ec3c2 Merge pull request #84 from pkirkovsky/package-versions
Require click >= 8.0.1
2021-07-23 21:08:07 +02:00
Pavel Kirkovsky 143ceafee2 Merge branch 'mvt-project:main' into package-versions 2021-07-23 12:02:11 -07:00
Pavel Kirkovsky 99640ac08c Merge branch 'mvt-project:main' into extract-key 2021-07-23 12:02:02 -07:00
Nex ba84b3c18d Fixed variable name (closes: #72) 2021-07-23 18:05:51 +02:00
Nex 8e099e5985 Checking for valid indicators before continuing (closes: #35) 2021-07-23 18:04:41 +02:00
goshawk22 ad3faa186b Use command -v instead of which to check for root
`command` is built in, unlike `which`, and is more reliable.
https://github.com/mvt-project/mvt/pull/19#issuecomment-885650430
https://stackoverflow.com/questions/592620/how-can-i-check-if-a-program-exists-from-a-bash-script/677212#677212
2021-07-23 15:35:56 +01:00
Pavel Kirkovsky 30d0348256 Added extract-key info to main docs 2021-07-23 03:46:48 -07:00
Pavel Kirkovsky 8048ed8c3a Require click >= 8.0.1 2021-07-23 02:08:15 -07:00
Pavel Kirkovsky af4826070a Update README with extract-key command 2021-07-22 23:55:08 -07:00
Pavel Kirkovsky 9fbcce4340 Add extract-key command 2021-07-22 23:52:52 -07:00
Pavel Kirkovsky ece88744ed KeyUtils class for working with decryption keys 2021-07-22 23:52:39 -07:00
Bryan Scheetz fa49203c9b Typo
adversial -> adversarial
2021-07-22 22:49:26 -04:00
tek e69449a2f0 Fixes typos 2021-07-22 23:21:31 +02:00
febrezo 684aed8d11 Add compilation of libimobiledevice for iOS compatibility
Added considering the feedback reported in the #16 discussion.
2021-07-22 17:44:17 +02:00
tek b19db5543b Update README 2021-07-21 13:59:54 +02:00
Hamza Z 2389d5e52d Add Android TCP connection support 2021-07-21 13:35:46 +02:00
Hamza Z ccf0f3f18e Add Android device serial specification 2021-07-21 13:17:58 +02:00
Nex af7c45ae22 Merge branch 'master' of github.com:mvt-project/mvt 2021-07-21 11:54:13 +02:00
Nex 8d68e7a166 Better handling of special characters when saving a timeline 2021-07-21 11:53:41 +02:00