Skip to content

Commit 10d8e6e

Browse files
author
Yunus AYDIN
committed
2 parents fe24d23 + 32f88f1 commit 10d8e6e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<li><a href="#analyze-image">Analyze specific image</a></li>
4646
<li><a href="#analyze-directory">Analyze specific directory</a></li>
4747
<li><a href="#pipe">Pipe with other tools</a></li>
48+
<li><a href="#remove-metadata">Remove metadata from Images</a></li>
4849
</ul>
4950
</li>
5051
<li><a href="#reports">Reports</a></li>
@@ -107,6 +108,15 @@ If you want to pipe with other tools use this command:
107108
$ cat subdomains | waybackurls | grep "jpeg\|png\|jiff\|jpg" >> urls; cat urls | exifLooter --pipe
108109
```
109110

111+
### Remove Metadata
112+
113+
Remove Metadata from Images
114+
115+
```shell
116+
$ exifLooter --remove --image image.jpeg
117+
$ exifLooter --remove --directory images/
118+
```
119+
110120

111121
<!-- REPORTS -->
112122

0 commit comments

Comments
 (0)