You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -241,7 +241,7 @@ You can filter to analyze specific file types:
241
241
| Add multiple data types |`python3 src/MetaDetective/MetaDetective.py -d directory -t pdf doc`|
242
242
| Include all types |`python3 src/MetaDetective/MetaDetective.py -d directory -t all`|
243
243
244
-
#### **Ignoring Specific Results**:
244
+
#####**Ignoring Specific Results**:
245
245
246
246
If you want to omit specific keywords from the displayed metadata, use the `-i` or `--ignore` flag. For instance, you might want to exclude common usernames like "admin" during the reconnaissance phase of your pentest. Regex patterns are supported, e.g., `^BeginBy`.
247
247
@@ -251,7 +251,7 @@ If you want to omit specific keywords from the displayed metadata, use the `-i`
0 commit comments