You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
Hi, pro0cks does not send username/password for HTTP proxy servers. you should send authentication right after CONNECT ... like this :
CONNECT google.com:443 HTTP/1.1
Host: google.com:443
Proxy-Authorization: Basic base64edUsername:Password
I modified socks.py line326 and added my authentication string ...