proxify
Swiss Army knife proxy by ProjectDiscovery for traffic interception
Recon & OSINT5 commands
#proxy#intercept#projectdiscovery#golang
Installation
1Install using Go
2Verify installation
go install github.com/projectdiscovery/proxify/cmd/proxify@latest
# Verify
proxify --versionBasic Usage
Intercept, log, and replay HTTP/HTTPS traffic
# Start proxy with default settings
proxify
# Start with custom upstream proxy
proxify -p http://localhost:8888
# Log traffic to file
proxify -o traffic.log
# Run with request and response dump
proxify -dumpCommand Reference
5 commands
1Upstream proxy URL
-p2Output file for logged traffic
-o3Dump all requests and responses
-dump4Listen port (default 8443)
-port5Path to custom CA certificate
-certWhen to Use
1
Intercepting traffic during web application testing2
Logging HTTP/HTTPS requests for analysis3
Chaining with other tools for traffic inspectionNotes & Tips
1
Automatically generates CA certificates for HTTPS interception2
Lightweight alternative to mitmproxy3
Built by ProjectDiscovery — integrates well with their toolchainCommon Errors & Solutions
Certificate errors
Install the proxify CA certificate on the target device
Port in use
Use -port to specify a different port