We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f6c29a + e0a1d7a commit a1ee31dCopy full SHA for a1ee31d
README.md
@@ -12,6 +12,12 @@ This tool parses a GoWitness SQLite database and cross-references HTML content f
12
- Output a clean, filterable **CSV report**.
13
- CLI-driven with clear arguments.
14
15
+## Install via PIP
16
+```
17
+pip install goeyewitnesscategorizer
18
+# then use "goeyewitnesscategorizer"
19
20
+
21
## 🗃️ Input Files
22
23
### 1. GoWitness SQLite DB
@@ -50,6 +56,13 @@ python goeyewitnesscategorizer.py \
50
56
--categories categories.txt \
51
57
--creds signatures.txt \
52
58
--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
53
66
```
54
67
55
68
## Requirements
0 commit comments