ProxymanApp / ProxymanApp/Proxyman
Enhanced Proxy Obfuscation for Bypassing Advanced Detection
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Proxyman is currently unable to intercept traffic from many modern websites and services due to their advanced proxy detection mechanisms. Even with SSL decryption disabled, these sites return ETIMEDOUT errors (e.g., PROXY_TO_SERVER_REQUEST_ERROR: Error: connect ETIMEDOUT 104.18.41.116:443). This critical limitation is preventing many users from utilizing Proxyman for legitimate development and debugging purposes.
Why this feature/change is important?
-
Critical for Modern Web Development: With Cloudflare protecting >20% of websites and HSTS becoming standard, this isn't an edge case - it's affecting daily workflows for thousands of developers.
-
Revenue Impact: Premium users expect comprehensive debugging capabilities. When they encounter these limitations, they question the value proposition compared to alternatives that work more reliably.
-
Technical Credibility: As more sites implement security measures like JA3 fingerprinting and strict HSTS, Proxyman risks appearing technically outdated if it can't adapt.
-
Genuine Development Use Case: This isn't about circumventing security - it's about allowing legitimate debugging for developers working on their own applications and services.
The specific technical enhancements needed:
- TLS fingerprinting evasion: Implement browser-like TLS fingerprints
- HTTP header normalization: Prevent proxy-revealing headers
- TCP/IP parameter adjustments: Match browser network signatures
- Advanced bypass system: Create granular controls for problematic domains
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
No files, tests, or entry points are named. Start by reproducing the reported ETIMEDOUT behavior and map the proxy's handling of TLS fingerprints, HTTP headers, TCP/IP parameters, and per-domain controls. Done would require an agreed design, implementation, and tests demonstrating compatibility without breaking normal proxy behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- networking, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100