mat2
Anonymise various file formats by removing metadata. More information: <https://0xacab.org/jvoisin/mat2>.
Install
- All systems
-
curl cmd.cat/mat2.sh
- Debian
-
apt-get install mat2
- Ubuntu
-
apt-get install mat2
- Kali Linux
-
apt-get install mat2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mat2
- OS X
-
brew install mat2
- Dockerfile
- dockerfile.run/mat2
Anonymise various file formats by removing metadata. More information: <https://0xacab.org/jvoisin/mat2>.
-
List supported file formats:
mat2 --list
-
Remove metadata from a file:
mat2 path/to/file
-
Remove metadata from a file and print detailed output to the console:
mat2 --verbose path/to/file
-
Show metadata in a file without removing it:
mat2 --show path/to/file
-
Partially remove metadata from a file:
mat2 --lightweight path/to/file
© tl;dr; authors and contributors