GithubHelp home page GithubHelp logo

Comments (7)

opsdisk avatar opsdisk commented on July 20, 2024 1

Hi @syriusbughunt - The defaults have worked for me in the past. Keep -l at 100, definitely randomize the user agent (don't use -u). It's a game of patience coming from 1 IP.

For the proxy, you could use proxychains. You provide a list of proxies, enable random_chain, and set chain_len = 1 to have it round robin through them. Here's what my /etc/proxychains4.conf file looks like. The two proxies are local SOCKS proxies.

random_chain
chain_len = 1
proxy_dns 
remote_dns_subnet 224
tcp_read_time_out 15000
tcp_connect_time_out 8000
[ProxyList]
socks4 	127.0.0.1 9050
socks4 	127.0.0.1 9051

Then just throw proxychains infront and you should be good:

proxychains python3 pagodo.py -g ALL_dorks.txt -s -e 35.0 -l 700 -j 1.1

I wrote a book on SSH tunneling, port redirection, and utilizing proxies if you want to learn more about it: https://cph.opsdisk.com

from pagodo.

opsdisk avatar opsdisk commented on July 20, 2024 1

Actually, try with round_robin enabled instead of random_chain. In my testing, it switches proxies with each lookup.

from pagodo.

syriusbughunt avatar syriusbughunt commented on July 20, 2024

May I suggest to add maybe an option '--proxy' that would load a list of VALID proxies or socks and throttle between them when they get error 503? It's kinda easy for me to say that but for the dev I don't know if this is hard to do... anyways if I can do some testing or anything, let me know!

from pagodo.

syriusbughunt avatar syriusbughunt commented on July 20, 2024

Awesome solution! Will be definitely useful with also others applications, do you mind leaving this issue opened for a small time (just for the time I try it out) ?

Thanks !

from pagodo.

opsdisk avatar opsdisk commented on July 20, 2024

Not at all, as long as you let me know what worked for you and any data you collected on speed/efficiencies (you were able to cut the delay down to 3 seconds with 5 servers, stuff like that). If it works well, I'll add it to the README.

from pagodo.

opsdisk avatar opsdisk commented on July 20, 2024

@syriusbughunt Did that work for you?

from pagodo.

opsdisk avatar opsdisk commented on July 20, 2024

#31

from pagodo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.