Skip to content

Add auth to local proxy#1158

Open
x64BitWorm wants to merge 1 commit into
MatsuriDayo:mainfrom
x64BitWorm:add-proxy-auth
Open

Add auth to local proxy#1158
x64BitWorm wants to merge 1 commit into
MatsuriDayo:mainfrom
x64BitWorm:add-proxy-auth

Conversation

@x64BitWorm
Copy link
Copy Markdown

@x64BitWorm x64BitWorm commented Apr 10, 2026

Problem:
Sometimes some applications (such as banking applications or others from large providers) scan local ports for open HTTP/SOCKS proxies. When such a proxy is detected, they make an unauthorized connection to it and make a request to their server through that proxy. This reveals the proxy's IP address, allowing it to be blacklisted globally on country provider level. This is currently a serious problem—the local SOCKS server is unprotected, and sometimes we need that local proxy running
Article - https://habr.com/ru/articles/1020080/
POC application - https://github.com/runetfreedom/per-app-split-bypass-poc

Solution:
SOCKS server authentication has been added using login and password, which can be configured in a separate settings section.
image

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants