rofl0r / rofl0r/proxychains-ng
Connections to 192.168.57.101:25000 denied
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 10.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to run a genymotion emulator through proxychains.
Since the emulator uses the 192.168 private address range, I edited the proxychains.conf and uncommented the following line: localnet 192.168.0.0/255.255.0.0
It ignores every connection to the private adress but the ones which connect to port 25000:
[proxychains] Random chain ... 127.0.0.1:9050 ... 192.168.57.101:25000 <--denied
Failed to connect to VM (TcpStream) for main host connection, IP:Port=192.168.57.101:25000!!!
I'm sorry if this isn't an actual issue, but I'm not very experienced with proxychains and didn't find any solution through Google either.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the proxychains.conf localnet setting and the connection-handling path for 192.168.57.101:25000. Reproduce the Genymotion connection through proxychains and compare it with the other private-address connections that succeed. Done means identifying whether port 25000 is incorrectly proxied or denied and documenting a confirmed fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100