Skip to main content

Questions tagged [socks5]

The tag has no usage guidance.

socks5
0 votes
0 answers
18 views

How to Log in to a Discord Bot with SOCKS5 Proxy Authentication

I am trying to log in to a Discord bot using a SOCKS5 proxy with authentication. Here is the simple code I am using to log in without the proxy: import discord TOKEN = "YOUR_BOT_TOKEN" ...
user26366765's user avatar
0 votes
0 answers
25 views

Socks5 Proxy not working with Titanium.Web.Proxy library

I am using the Titanium.Web.Proxy library to set up a proxy connection in the format host:port:username:password and convert it to IPlocal:port. The HTTPS proxy works correctly, but the Socks5 proxy ...
braim US's user avatar
1 vote
0 answers
36 views

Title: "IMAP Connection Error: 'Socket error: 0x02: Connection not allowed by ruleset' when using SOCKS5 Proxy in Python"

I'm trying to connect to an IMAP server through a SOCKS5 proxy using Python. However, I keep encountering the error: Socket error: 0x02: Connection not allowed by ruleset. Below is the code I'm using: ...
Zeus's user avatar
  • 48
0 votes
0 answers
41 views

How to use Socks5 proxy on a browser?

I have an Ubuntu virtual server and I want to proxy my browser using extensions like Proxy SwitchyOmega or FoxyProxy. using the following command: ssh -D 32145 root@ip I ssh to the server and set the ...
Mohammad's user avatar
0 votes
0 answers
54 views

Configure 3proxy to filter domains before going through the proxy

My server is 1.111.111.111 running 3proxy(above is the config of 3proxy) How to make sure that when the client connects to one of the two ports 10000 and 10001, if the request is ip-api.com, it will ...
Saviart's user avatar
0 votes
0 answers
26 views

Can a SOCKS5 Proxy be Integrated with asyncpg for PostgreSQL Connections?

I'm currently utilizing asyncpg for managing connections to PostgreSQL databases. I'm interested in incorporating a SOCKS5 proxy into this setup. Does asyncpg support the use of SOCKS5 proxies for ...
eran-avrahami's user avatar
0 votes
1 answer
73 views

Setting Socks5 proxy with credentials for ChromeDriver C#

There are a few similar topics available, but neither of them helps me to solve the issue. Basically, everything is simple. I have just a socks5 proxy with credentials. That's it. var host = &...
Agat's user avatar
  • 4,699
2 votes
1 answer
86 views

Golang socks5 proxy with traffic limit forwarding to the next socks5 proxy

The first socks5 proxy with traffic limit, the next socks5 proxy without any limit. Use curl download something like: curl -x socks5://127.0.0.1:10801 -O https://mirrors.xxxx.iso At first, curl ...
Jacky Lam's user avatar
-1 votes
1 answer
16 views

Why SOCKSv5 client doesn't display length of provided credentials?

I'm building a SOCKS5 Proxy server in node.js, and when I'm using authentication with username and password I'm getting a different reply from the client than what the RFC-1929 defines. According to ...
haimovich-dev's user avatar
0 votes
0 answers
106 views

Trying to use Mullvad VPN to connect to ssh

I am trying to use Mullvad to connect to my server securely. The plan would be to only open port 22 to a mullvad ip. Mullvad supports static Ips if you are using their SOCKS5 proxy, but in their ...
Breezien's user avatar
1 vote
0 answers
35 views

How many TCP connections are involved during a SOCKS5 BIND request?

Let's review together RFC1928: BIND The BIND request is used in protocols which require the client to accept connections from the server. FTP is a well-known example, which uses the primary client-...
aculnaig's user avatar
0 votes
0 answers
66 views

SOCKS5 tunneling through WebSocket with just using socket built-in library

Overview of this problem is, I want to connect to the internet through websocket tunneling. Here is my expected timeline that should have working: My client device is only allowed to connect to the ...
Muhammad Ikhwan Perwira's user avatar
1 vote
0 answers
180 views

Sharing Socks5 proxy over wifi

i have been trying to make a hotspot that get's it's traffic through a socks5 proxy to use that on my phone without having to install a socks5 client on the phone directly First setup: i tried to ...
Mohamed Amine Ghouari's user avatar
0 votes
0 answers
97 views

Converting SOCKS5 Connection to SSL: SSL Error during Handshake Operation - Seeking Assistance

I have implemented a SOCKS5 server in Python and I want to intercept and handle messages over WSS (WebSocket over SSL) with my own certificate. However, I encountered an issue when executing ....
wdiwei's user avatar
  • 1
0 votes
0 answers
50 views

Multi hop proxy with pycharm (or filezilla)

Environment I have My Local Machine A (mac) remote bastion B (ubuntu) remote server C (ubuntu) remote SFTP server D (ubuntu) A --> B --> C --> D I want to connect to D from A with sftp ...
Jerry's user avatar
  • 272

15 30 50 per page