38 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
97
views
General SOCKS server failure when sending a domain request via Tor in C
I'm writing a C program called toralizer (connect to a remote host through the Tor SOCKS5 proxy (127.0.0.1:9050)). The handshake succeeds, but when I send a SOCKS5 domain request, I get this error:
...
0
votes
1
answer
155
views
Why is UDP traffic bypassing my Android SOCKS5 Proxy server? (Is VpnService essential for UDP?)
I'm a student developer working on an Android application that acts as a SOCKS5 proxy server.
What I've Implemented:
A SOCKS5 server on Android that handles the protocol's handshake, request, and ...
0
votes
1
answer
73
views
Authenticated Socks5 With OkHttpClient
Been spending hours trying to get OkHttpClient to work with a proxy. My proxy supports socks5, https. I cannot get it to work on either. I've now spent hours trying different work arounds from years ...
0
votes
0
answers
244
views
Socks5 over shadowsocks and wireguard
I'm pretty new to this topic, so I'm trying to understand the high-level architecture. My goal is to set up a VPN connection from a country, where VPNs are blocked. I’ve discovered that it’s better ...
0
votes
1
answer
195
views
Cannot use ssh socks5 proxy to connect to the internet on windows
Background
I cannot connect to the internet using ssh SOCKS5 proxy. I've asked GPT/deepseek/perplexity for troubleshooting but nothing is working.
My local network does not allow certain sites - ...
0
votes
0
answers
22
views
c# how to run proxy in selenium?
I have socks5 proxy and when I run tests it works fine but when I try to run it in selenium it doesn't work.
I tried the following code but it didn't work what can I do
I tried the same thing with ...
2
votes
1
answer
457
views
Received invalid version in initial SOCKS5 response php curl
I am trying to receive data from my API using socks5 proxy with curl and PHP.
But no matter what I try, I get this error Received invalid version in initial SOCKS5 response
I've tried google all I can,...
0
votes
0
answers
147
views
Connection reset by peer error when using SOCKS5 proxy in Android VPN app
I’ve been working on an Android app that uses a custom VPN service to connect via a SOCKS5 proxy on my VPS. However, I’m encountering the following error:
Connection failed: Connection reset by peer
...
1
vote
0
answers
30
views
How to release the `bev` created at `accept_conn_cb` after socks5 data forwarding is complete?
I have implemented a socsk5 forwarding proxy service using libevent, but if a client uses this proxy service without Connection: close in the request header, the bev created in accept_conn_cb cannot ...
-1
votes
1
answer
576
views
How can I use socks5 proxy in puppeteer
Hey i have been trying to connect socks5 proxy to puppeteer but it's throwing me this error NO SUPPORTED PROXY.. sorry am using phone to ask questionss,
I would have sent the screenshot and code... ...
0
votes
1
answer
121
views
Measure ping for array of servers bypassing socks5 proxy in Swift
Working with xRay vpn core (LibXray). Trying to ping my proxy server list when connected to vpn. Need to check tcp ping from device to ip address bypassing vpn (like its not connected).
Made direct ...
1
vote
0
answers
342
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"
...
1
vote
0
answers
353
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:
...
1
vote
0
answers
85
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 ...
0
votes
1
answer
527
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 = &...