File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2-
32# Standard Python libraries.
43import argparse
54import json
65import urllib3
76
7+
88# Third party Python libraries.
99from bs4 import BeautifulSoup
1010import requests
1111
12+
1213# Custom Python libraries.
1314
1415
15- __version__ = "1.1.0"
16+ __version__ = "1.1.1"
17+
1618
1719"""
1820Dork dictionary example:
@@ -162,13 +164,11 @@ def retrieve_google_dorks(
162164 print (f"[*] Total Google dorks retrieved: { total_dorks } " )
163165
164166 # Package up a nice dictionary to return.
165- # fmt: off
166167 ghdb_dict = {
167168 "total_dorks" : total_dorks ,
168169 "extracted_dorks" : extracted_dorks ,
169170 "category_dict" : category_dict ,
170171 }
171- # fmt: on
172172
173173 return ghdb_dict
174174
Original file line number Diff line number Diff line change 1919# Custom Python libraries.
2020
2121
22- __version__ = "2.6.2 "
22+ __version__ = "2.6.3 "
2323
2424
2525class Pagodo :
Original file line number Diff line number Diff line change 11beautifulsoup4 == 4.12.3
2- requests == 2.31.0
2+ requests == 2.32.2
33yagooglesearch == 1.10.0
You can’t perform that action at this time.
0 commit comments