Skip to content

Commit 68ff778

Browse files
authored
Merge pull request #67 from opsdisk/20220124-updates
20220124 updates
2 parents 6cc5ad3 + b18ace0 commit 68ff778

8 files changed

Lines changed: 12 additions & 8 deletions

File tree

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.venv/
2-
__pycache__/
31
*.log
4-
pagodo_results*.txt
52
pagodo_results*.json
3+
pagodo_results*.txt
4+
__pycache__/
5+
.venv/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ which will increase the amount of time to complete.
211211

212212
## Google is blocking me!
213213

214-
Performing 6500+ search requests to Google as fast as possible will simply not work. Google will rightfully detect it
214+
Performing 7300+ search requests to Google as fast as possible will simply not work. Google will rightfully detect it
215215
as a bot and block your IP for a set period of time. One solution is to use a bank of HTTP(S)/SOCKS proxies and pass
216216
them to `pagodo`
217217

dorks/all_google_dorks.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dorks/all_google_dorks.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7337,3 +7337,5 @@ Fwd: intitle:"Index of /" intext:"resource/"
73377337
Google to wordpress
73387338
Fwd: intitle:"atvise - next generation"
73397339
site:papaly.com + keyword
7340+
inurl:adminpanel site:gov.*
7341+
site:vps-*.vps.ovh.net

dorks/footholds.dorks

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,4 @@ mail/u/0 filetype:pdf
118118
intitle:"index of" "httpd.pid"
119119
inurl:wsnavigator/jsps
120120
inurl:maps.arcgis.com +"City of"
121+
inurl:adminpanel site:gov.*

dorks/web_server_detection.dorks

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,4 @@ inurl:"/app/kibana#"
201201
Fwd: intitle:"STEP by STIBO Systems" "Launch STEPworkbench" "Web UI Component Report"
202202
site:*/*.asp
203203
inurl *:8080/login.php
204+
site:vps-*.vps.ovh.net

pagodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Custom Python libraries.
1818

19-
__version__ = "2.2.0"
19+
__version__ = "2.2.1"
2020

2121
# Logging
2222
ROOT_LOGGER = logging.getLogger("pagodo")

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
beautifulsoup4==4.10.0
2-
yagooglesearch==1.3.0
3-
requests==2.26.0
2+
yagooglesearch==1.6.0
3+
requests==2.27.1

0 commit comments

Comments
 (0)