File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 45
45
<li><a href="#analyze-image">Analyze specific image</a></li>
46
46
<li><a href="#analyze-directory">Analyze specific directory</a></li>
47
47
<li><a href="#pipe">Pipe with other tools</a></li>
48
+ <li><a href="#remove-metadata">Remove metadata from Images</a></li>
48
49
</ul>
49
50
</li >
50
51
<li><a href="#reports">Reports</a></li>
@@ -107,6 +108,15 @@ If you want to pipe with other tools use this command:
107
108
$ cat subdomains | waybackurls | grep " jpeg\|png\|jiff\|jpg" >> urls; cat urls | exifLooter --pipe
108
109
```
109
110
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
+
110
120
111
121
<!-- REPORTS -->
112
122
You can’t perform that action at this time.
0 commit comments