Update README.md

This commit is contained in:
Jieyab
2021-11-27 18:22:55 +00:00
committed by GitHub
parent a4e1498fa9
commit ba223f7933

View File

@@ -4,6 +4,33 @@
OSINT RESOURCES DATASET
# EXIF TOOL COMMAND
#Write metadata
- exiftool -tagname="string" file
>
>example : exiftool -Author="Bayu" test.txt
>
you can add multiple tag and multiple file
#Delete metadata
- exiftool -tagname="" file
>
>example : exiftool -Author="" test.txt
>
#Delete mass metadata
- exiftool -all="" file
>
>example : exiftool -all="" file
>
#Usage : man exiftool or read documentation exiftool.org
# SOCMINT
- [Instagram](https://github.com/Datalux/Osintgram)