-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[Bug] Several error messages when using SOCKS5 protocol by torsocks #940
Comments
@NotoriousRebel Can you chime in on this one please? |
@D3vil0per Apologies to getting around to this so late, the answer is simple. Socks5 support is not currently supported; however, using a library such as aiohttp-socks and then simply modifying the |
Thank you for the answer @NotoriousRebel . Where I can find core.py? I cannot find it on the repo |
It’s here theHarvester/lib/core.py
Thanks,
Jay
On 7 Aug 2022, at 05:22, D3vil0per ***@***.***> wrote:
@D3vil0per<https://github.com/D3vil0per> Apologies to getting around to this so late, the answer is simple. Socks5 support is not currently supported; however, using a library such as aiohttp-socks<https://github.com/romis2012/aiohttp-socks> and then simply modifying the async with aiohttp.ClientSession lines within the fetch_all<https://github.com/laramies/theHarvester/blob/master/theHarvester/lib/core.py#L324> function in core.py it could be implemented quite trivially. If verified to work, a PR can be made or we can officially add support considering it would be trivial, if the aiohttp-socks or other library on GH were to be proven to work and are stable.
Thank you for the answer @NotoriousRebel<https://github.com/NotoriousRebel> . Where I can find core.py? I cannot find it on the repo
—
Reply to this email directly, view it on GitHub<#940 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA3V2QQZ3RHPXF5L3PKZ653VX42XHANCNFSM5JFWFSAQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Feature Request or Bug or Other
Bug
Describe the feature request or bug or other
I know the developers are working for SOCKS protocol support on the tool. I tried to use
torsocks
to proxy the tool via SOCKS protocol. When I execute the tool, for some sources I get the following messages:So, regardless
Google is blocking your ip...
because of TOR connection, the issue messages I refer among the above ones are:At the end of the tool I receive some results, but I think that, because of these messages above, some sources don't contribute to the results.
To Reproduce
Steps to reproduce the behaviour:
torsocks theHarvester -d google.com -b all
Expected behaviour
It is expected these messages are not produced.
Screenshots
If possible please add screenshots to help explain your problem.
System Information (System that tool is running on):
The text was updated successfully, but these errors were encountered: