File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .venv /
2- __pycache__ /
31* .log
4- pagodo_results * .txt
52pagodo_results * .json
3+ pagodo_results * .txt
4+ __pycache__ /
5+ .venv /
Original file line number Diff line number Diff 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
215215as 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
216216them to ` pagodo `
217217
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -7337,3 +7337,5 @@ Fwd: intitle:"Index of /" intext:"resource/"
73377337Google to wordpress
73387338Fwd: intitle:"atvise - next generation"
73397339site:papaly.com + keyword
7340+ inurl:adminpanel site:gov.*
7341+ site:vps-*.vps.ovh.net
Original file line number Diff line number Diff line change @@ -118,3 +118,4 @@ mail/u/0 filetype:pdf
118118intitle:"index of" "httpd.pid"
119119inurl:wsnavigator/jsps
120120inurl:maps.arcgis.com +"City of"
121+ inurl:adminpanel site:gov.*
Original file line number Diff line number Diff line change @@ -201,3 +201,4 @@ inurl:"/app/kibana#"
201201Fwd: intitle:"STEP by STIBO Systems" "Launch STEPworkbench" "Web UI Component Report"
202202site:*/*.asp
203203inurl *:8080/login.php
204+ site:vps-*.vps.ovh.net
Original file line number Diff line number Diff line change 1616
1717# Custom Python libraries.
1818
19- __version__ = "2.2.0 "
19+ __version__ = "2.2.1 "
2020
2121# Logging
2222ROOT_LOGGER = logging .getLogger ("pagodo" )
Original file line number Diff line number Diff line change 11beautifulsoup4 == 4.10.0
2- yagooglesearch == 1.3 .0
3- requests == 2.26.0
2+ yagooglesearch == 1.6 .0
3+ requests == 2.27.1
You can’t perform that action at this time.
0 commit comments