projectdiscovery/proxify

A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go.

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 21 minutes ago
Added to GitGenius on September 22nd, 2026
Created on November 27th, 2020
Open Issues & Pull Requests: 3 (+0)
GitHub issues: Enabled
Number of forks: 269
Total Stargazers: 3,070 (+0)
Total Subscribers: 47 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 64.7 days
Mean response time: 375.8 days
90th percentile: 1753.5 days
Tracked items: 33

How this project is maintained

Work labelled "Type: Bug" is answered fastest, typically in about 12 days, while "Type: Enhancement" waits about 19 months. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Status: Stale (24)
  • Type: Enhancement (21)
  • Status: Abandoned (17)
  • Type: Bug (17)
  • Priority: Low (8)
  • investigation (5)
  • Priority: Medium (3)
  • Status: Completed (2)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Proxify is a portable HTTP/HTTPS proxy that captures, manipulates, and replays network traffic for rapid deployment and testing scenarios.

The tool solves the problem of intercepting and analyzing network traffic during development and security testing. It works by running as a man-in-the-middle proxy that can capture both HTTP and HTTPS traffic, including non-HTTP protocols and traffic from invisible or thick clients. It supports TLS termination with custom certificates, allowing inspection of encrypted connections. Traffic can be dumped to disk in multiple formats, filtered and manipulated using a DSL language, and forwarded through upstream HTTP or SOCKS5 proxies. The tool includes an embedded DNS server and plugin support for decoding specific protocols like XMPP, SMTP, FTP, and SSH.

Proxify suits developers and security researchers who need to inspect application traffic during testing or debugging. It works well for scenarios where you need to capture traffic for later analysis, modify requests and responses on the fly, or replay traffic into other tools like Burp Suite. The tool is particularly useful when working with thick clients or non-standard protocols that standard proxies may not handle. Unlike general-purpose proxies, Proxify emphasizes portability and rapid deployment with a focus on traffic manipulation through DSL rules and seamless integration with existing security testing workflows.

The project shows consistent maintenance with regular updates addressing user-reported issues and feature requests. Development activity demonstrates responsiveness to community contributions and a commitment to expanding protocol support through its plugin architecture. The codebase maintains quality standards with active attention to code health and performance optimization.