mirror of
https://github.com/Jieyab89/OSINT-Cheat-sheet.git
synced 2026-02-27 22:02:58 -08:00
Update README.md
This commit is contained in:
27
README.md
27
README.md
@@ -4,6 +4,33 @@
|
|||||||
|
|
||||||
OSINT RESOURCES DATASET
|
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
|
# SOCMINT
|
||||||
|
|
||||||
- [Instagram](https://github.com/Datalux/Osintgram)
|
- [Instagram](https://github.com/Datalux/Osintgram)
|
||||||
|
|||||||
Reference in New Issue
Block a user