Discord Server Red Security Twitter Donation to Red Security Red Security Youtube Channel Red Security Tumblr Profile
Login or Register to Hide ads and Accessing all features on the forum

Tools 

ExifTool Metadata File Eraser Cross-Platform

3 Replies, 2793 Views

ExifTool

   

# ExifTool is a widely used tool for {read, write, edit} metadata in image files. It's available for {Windows, Mac, Linux}.
#Install Exiftool

# install exiftool


PHP Code:
sudo apt-cache install libimage-exiftool-perl      #try this one first
sudo apt-get install libimage-exiftool-perl        #if it dosen't work then this is plan B 


# For Mac, Microsoft Windows, see ExifTool home page at http://owl.phy.queensu.ca/~phil/exiftool/

#View Metadata
#How to view metadata of image file?

# show metadata of a image file



PHP Code:
exiftool myPhoto.jpg 



# show metedata for all *jpg files in current dir



PHP Code:
exiftool -ext jpg 

   

# show metedata for all *jpg files in current dir and subdirs



PHP Code:
exiftool --ext jpg 



# Remove Metadata
How to remove metadata of a image file?

# remove all metadata of a image file



PHP Code:
exiftool -all= -overwrite_original photo.jpg 



# remove all metadata of all *jpg files in current dir



PHP Code:
exiftool -all= -overwrite_original -ext jpg 



# remove metedata for all *jpg files in current dir and subdirs



PHP Code:
exiftool -all= --overwrite_original -ext jpg 



#The -ext jpg is case-sensitive. So, you might use -ext JPG or -ext jpeg or -ext png.


#How to remove just GPS data?

# remove all GPS metadata of *jpg files in current dir



PHP Code:
exiftool -gps:all= *.jpg 



#ImageMagick 「identify -verbose」

#A alternative to exiftool is ImageMagick identify -verbose.

###############----I Hope you found this post helpful, have a great day!
#~MR3


Attached Files Thumbnail(s)
           
sudo eval ./Matrix.exe
#MR3
(This post was last modified: 09-22-2018, 07:57 AM by Mr.Kurd.)
I updated your thread a bit Smile , Cool tool actually.
Rs
* Thankful to Allah *
Kurdy
(This post was last modified: 09-22-2018, 08:33 AM by Mr.Kurd.)
(09-22-2018, 08:33 AM)Mr.Kurd Wrote: I updated your thread a bit Smile , Cool tool actually.

How you do this? https://redsecurity.info/cc/images/smilies/biggrin.png
sudo eval ./Matrix.exe
#MR3
(09-22-2018, 08:40 AM)MR3 Wrote:
(09-22-2018, 08:33 AM)Mr.Kurd Wrote: I updated your thread a bit Smile , Cool tool actually.

How you do this? https://redsecurity.info/cc/images/smilies/biggrin.png

Well if no script enabled, You have a box on the left:
[Image: kxd03g]
Rs
* Thankful to Allah *
Kurdy

Possibly Related Threads…
Thread Author Replies Views Last Post
  Tools BleachBit | The Mass Cleaning Tools Cross-Platforms MRichard3X3 1 2,438 09-20-2018, 07:52 AM
Last Post: Mr.Kurd
Wink Tutorial Cannot open .exe file extensions Mr.Kurd 0 2,254 12-24-2017, 04:43 PM
Last Post: Mr.Kurd



Users browsing this thread: 1 Guest(s)