We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c7e4e commit 1d6ab81Copy full SHA for 1d6ab81
1 file changed
README.md
@@ -48,6 +48,7 @@ git clone https://github.com/opsdisk/pagodo.git
48
cd pagodo
49
python3 -m venv .venv # If using a virtual environment.
50
source .venv/bin/activate # If using a virtual environment.
51
+pip install --upgrade pip setuptools
52
pip install -r requirements.txt
53
```
54
@@ -119,9 +120,9 @@ dorks["category_dict"].keys()
119
120
dorks["category_dict"][1]["category_name"]
121
122
-## <span>pagodo.py</span>
123
+## pagodo.py
124
-### Using <span>pagodo.py</span> as a script
125
+### Using pagodo.py as a script
126
127
```bash
128
python pagodo.py -d example.com -g dorks.txt
0 commit comments