Skip to content

Commit a1ee31d

Browse files
authored
Merge pull request #1 from DefensiveOrigins/main
Add PIP installation instructions to README
2 parents 9f6c29a + e0a1d7a commit a1ee31d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ This tool parses a GoWitness SQLite database and cross-references HTML content f
1212
- Output a clean, filterable **CSV report**.
1313
- CLI-driven with clear arguments.
1414

15+
## Install via PIP
16+
```
17+
pip install goeyewitnesscategorizer
18+
# then use "goeyewitnesscategorizer"
19+
```
20+
1521
## 🗃️ Input Files
1622

1723
### 1. GoWitness SQLite DB
@@ -50,6 +56,13 @@ python goeyewitnesscategorizer.py \
5056
--categories categories.txt \
5157
--creds signatures.txt \
5258
--output output_report.csv
59+
60+
# OR with pip
61+
goeyewitnesscategorizer \
62+
--db gowitness.sqlite \
63+
--categories categories.txt \
64+
--creds signatures.txt \
65+
--output output_report.csv
5366
```
5467

5568
## Requirements

0 commit comments

Comments
 (0)