opsdisk / pagodo

pagodo (Passive Google Dork) - Automate Google Hacking Database scraping and searching
GNU General Public License v3.0
2.77k stars 493 forks source link

SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:992)'))) #84

Closed beachf2lightning closed 1 year ago

beachf2lightning commented 1 year ago

Hello, I'd appreciate your feedback on the SSLError I'm getting. A search indicates a Python problem, but I'm not certain.

The error code is SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:992)')))

See the attached file "pagodo_python_error.txt" for details.

pagodo_python_error.txt

opsdisk commented 1 year ago

Hi @beachf2lightning - What type of proxy are you using? I see a mention of an sshd service in the references section. If you're trying to proxy it through an SSH SOCKS proxy, you'll need to use -p socks5h://127.0.0.1:9030,socks5h://127.0.0.1:9025

beachf2lightning commented 1 year ago

Hi, In answer to your question -->for a proxy I am using a droplet on digital ocean Ubuntu 22.10 (GNU/Linux 5.19.0-41-generic x86_64)

After your comment about proxies, I changed my commands etc. to incorporate socks5h

See the attached file "pagodo_python_errorTwo.txt" for details pagodo_python_errorTwo.txt

beachf2lightning commented 1 year ago

I progressed - no longer have error code I used the following https://github.com/opsdisk/pagodo/discussions/71?sort=top I will follow through on my testing and get back to you if I need assistance. Thanks for your time