Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add socks5 support #469

Open
eeblocks opened this issue Jul 11, 2020 · 4 comments
Open

Add socks5 support #469

eeblocks opened this issue Jul 11, 2020 · 4 comments

Comments

@eeblocks
Copy link

While the following command is running:
python3 theHarvester.py -d www.example.com -l 500 -b all -f saved.html

It gives me the following message multiple times each time a search is done:
Google is blocking your ip and the workaround, returning

@NotoriousRebel
Copy link
Collaborator

NotoriousRebel commented Jul 12, 2020

That just means google is currently blocking your IP and displaying a captcha. You could use a proxy, perhaps we will create a feature where users can specify a socks proxy using aiosocks

@Explore-c
Copy link

Explore-c commented Jul 14, 2020

when i use google search
python3 theHarvester.py -d www.example.com -l 500 -b google -f saved.html
there have a message:

An exception has occurred: Cannot connect to host www.google.com:80 ssl:default [Connection refused]
Searching 0 results.

i use the socks5 agent from v2ray

@NotoriousRebel
Copy link
Collaborator

@Explore-c reread what I said, I said perhaps we will add socks5 support it is not integrated yet that is why your requests aren't working. It should be very easy to integrate aiosocks would only need to modify two files https://github.com/laramies/theHarvester/blob/master/theHarvester/lib/core.py#L499 and screenshot.py.

@L1ghtn1ng L1ghtn1ng changed the title Google is blocking your ip and the workaround, returning Add socks5 support Jul 28, 2020
@L1ghtn1ng L1ghtn1ng mentioned this issue Aug 17, 2020
@josesanz8
Copy link

josesanz8 commented Aug 12, 2022

Buenas, todavia no se soluciono, verdad?
Si si que se ha solucionado por favor explicarmela

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants