Skip to content

Commit

Permalink
Merge pull request #67 from opsdisk/20220124-updates
Browse files Browse the repository at this point in the history
20220124 updates
  • Loading branch information
opsdisk authored Jan 25, 2022
2 parents 6cc5ad3 + b18ace0 commit 68ff778
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.venv/
__pycache__/
*.log
pagodo_results*.txt
pagodo_results*.json
pagodo_results*.txt
__pycache__/
.venv/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ which will increase the amount of time to complete.

## Google is blocking me!

Performing 6500+ search requests to Google as fast as possible will simply not work. Google will rightfully detect it
Performing 7300+ search requests to Google as fast as possible will simply not work. Google will rightfully detect it
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
them to `pagodo`

Expand Down
2 changes: 1 addition & 1 deletion dorks/all_google_dorks.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dorks/all_google_dorks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7337,3 +7337,5 @@ Fwd: intitle:"Index of /" intext:"resource/"
Google to wordpress
Fwd: intitle:"atvise - next generation"
site:papaly.com + keyword
inurl:adminpanel site:gov.*
site:vps-*.vps.ovh.net
1 change: 1 addition & 0 deletions dorks/footholds.dorks
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,4 @@ mail/u/0 filetype:pdf
intitle:"index of" "httpd.pid"
inurl:wsnavigator/jsps
inurl:maps.arcgis.com +"City of"
inurl:adminpanel site:gov.*
1 change: 1 addition & 0 deletions dorks/web_server_detection.dorks
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,4 @@ inurl:"/app/kibana#"
Fwd: intitle:"STEP by STIBO Systems" "Launch STEPworkbench" "Web UI Component Report"
site:*/*.asp
inurl *:8080/login.php
site:vps-*.vps.ovh.net
2 changes: 1 addition & 1 deletion pagodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Custom Python libraries.

__version__ = "2.2.0"
__version__ = "2.2.1"

# Logging
ROOT_LOGGER = logging.getLogger("pagodo")
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
beautifulsoup4==4.10.0
yagooglesearch==1.3.0
requests==2.26.0
yagooglesearch==1.6.0
requests==2.27.1

0 comments on commit 68ff778

Please sign in to comment.