mirror of
https://github.com/Jieyab89/OSINT-Cheat-sheet.git
synced 2025-12-12 15:50:34 -08:00
Update README.md
This commit is contained in:
27
README.md
27
README.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user