rofl0r / rofl0r/proxychains-ng

Proxy don't work with php script

Open
#363 13 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
10.7k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

Hi, I tried proxychains to use a PHP script as a sockets client (socket_connect - port 6666 if important). Proxychains bypass the proxy and connect over a public ip.
Trying to connect to the same server via the Python script, the proxy works, but for me it is very important to execute the PHP script.
Best regards.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the PHP socket_connect call to port 6666 through proxychains and compare it with the working Python script. Verify whether the PHP connection uses the proxy or the public IP; done means the PHP script reaches the server through the configured proxy, matching the Python behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
php, python
Domain
networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.