Nekmo / dirhunt

Find web directories without bruteforce
MIT License
1.73k stars 237 forks source link

Connection errors encountered when running the tools #107

Open TaqwaGuy opened 1 year ago

TaqwaGuy commented 1 year ago

eworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'stripe.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings warnings.warn( /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host 'stripe.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings warnings.warn( Welcome to Dirhunt v0.9.0 using Python 3.10.7 [ERROR] Error on Google Source: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)> [301] http://stripe.com/docs/api (Redirect) Redirect to: https://stripe.com/docs/api [301] http://stripe.com/sources/refund (Redirect) Redirect to: https://stripe.com/sources/refund [301] http://stripe.com/docs/api%24 (Redirect) Redirect to: https://stripe.com/docs/api%24 [301] http://stripe.com/docs%24 (Redirect) Redirect to: https://stripe.com/docs%24 [301] http://stripe.com/handoff (Redirect) Redirect to: https://stripe.com/handoff [301] http://stripe.com/sources/sepa_mandate (Redirect) Redirect to: https://stripe.com/sources/sepa_mandate [301] http://stripe.com/bitcoin/refund (Redirect) Redirect to: https://stripe.com/bitcoin/refund [301] http://stripe.com/sources/test_source (Redirect) Redirect to: https://stripe.com/sources/test_source [301] http://stripe.com/sources/test_klarna (Redirect) Redirect to: https://stripe.com/sources/test_klarna [301] http://stripe.com/docs (Redirect) Redirect to: https://stripe.com/docs [ERROR] Error on Google Source: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)> [ERROR] Error on Google Source: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)> [ERROR] Error on Google Source: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)> [ERROR] Error on Google Source: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)> [ERROR] Error on Google Source: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)> [ERROR] Error on Google Source: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)> [ERROR] Error on Google Source: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)> [301] https://www.stripe.com/%C2%A0 (Redirect) Redirect to: https://stripe.com/%C2%A0 [301] http://www.stripe.com:80/ (Redirect) Redirect to: https://stripe.com/ [301] http://stripe.com/unsupported-browser (Redirect) Redirect to: https://stripe.com/unsupported-browser [301] http://stripe.com/handoff-healthcheck (Redirect) Redirect to: https://stripe.com/handoff-healthcheck [301] http://stripe.com:80/%E2%80%8E (Redirect) Redirect to: https://stripe.com/%E2%80%8E [ERROR] Error on Crt.sh source: HTTPSConnectionPool(host='crt.sh', port=443): Read timed out. (read timeout=10) [ERROR] http://www.stripe.com/%20%E2%80%8E%20%E2%80%8E (HTTPConnectionPool(host='www.stripe.com', port=80): Read timed out. (read timeout=10)) [ERROR] Error on Crt.sh source: HTTPSConnectionPool(host='crt.sh', port=443): Read timed out. (read timeout=10) [ERROR] Error on Crt.sh source: HTTPSConnectionPool(host='crt.sh', port=443): Read timed out. (read timeout=10)

Nekmo commented 1 year ago

This will be investigated, thanks!