Skip to content

Commit fc8f96e

Browse files
authored
Modification of a few display elements.
1 parent 5ca14d1 commit fc8f96e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Analyze the contents of multiple files.
231231
python3 src/MetaDetective/MetaDetective.py -f examples/MetaDetective-APTX_4869_report.pdf examples/MetaDetective-Kogoro_s_Choice.pdf
232232
```
233233

234-
#### **Specifying Data Type**
234+
##### **Specifying Data Type**
235235

236236
You can filter to analyze specific file types:
237237

@@ -241,7 +241,7 @@ You can filter to analyze specific file types:
241241
| Add multiple data types | `python3 src/MetaDetective/MetaDetective.py -d directory -t pdf doc` |
242242
| Include all types | `python3 src/MetaDetective/MetaDetective.py -d directory -t all` |
243243

244-
#### **Ignoring Specific Results**:
244+
##### **Ignoring Specific Results**:
245245

246246
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`.
247247

@@ -251,7 +251,7 @@ If you want to omit specific keywords from the displayed metadata, use the `-i`
251251
| Exclude multiple terms | `python3 src/MetaDetective/MetaDetective.py -d directory -i anonymous admin administrateur` |
252252
| Regex exclusions | `python3 src/MetaDetective/MetaDetective.py -d directory -i anonymous ^admin` |
253253

254-
#### **Display Options**
254+
##### **Display Options**
255255

256256
Adapt the display of your results to suit your preferences:
257257

@@ -260,7 +260,7 @@ Adapt the display of your results to suit your preferences:
260260
| Show each file's metadata | `python3 src/MetaDetective/MetaDetective.py --display all` |
261261
| Singular results without duplicates | `python3 src/MetaDetective/MetaDetective.py --display singular` |
262262

263-
#### **Format Options**
263+
##### **Format Options**
264264

265265
Modify your display further with these:
266266

0 commit comments

Comments
 (0)