Fixed documentation links

This commit is contained in:
Nex 2021-07-20 13:42:13 +02:00
parent add5b1640e
commit 425d83e0a0
1 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
Mobile Verification Toolkit (MVT) is a collection of utilities to simplify and automate the process of gathering forensic traces helpful to identify a potential compromise of Android and iOS devices.
[Please check out the documentation](https://mvt-docs.readthedocs.io/en/latest/)..
[Please check out the documentation.](https://mvt.readthedocs.io/en/latest/)
## Installation
@ -24,6 +24,7 @@ pip3 install .
## Usage
MVT provides two commands `mvt-ios` and `mvt-android` with the following subcommands available:
* `mvt-ios`:
* `check-backup`: Extract artifacts from an iTunes backup
* `check-fs`: Extract artifacts from a full filesystem dump
@ -33,7 +34,7 @@ MVT provides two commands `mvt-ios` and `mvt-android` with the following subcomm
* `check-backup`: Check an Android Backup
* `download-apks`: Download all or non-safelisted installed APKs
Check out [the documentation to see how to use them.](https://mvt-docs.readthedocs.io/en/latest/).
Check out [the documentation to see how to use them](https://mvt.readthedocs.io/en/latest/).
## License