Member-only story

Proxy Tool For HTTP/HTTPS Traffic Capture

Vijay Kumar Gupta
4 min readJul 14, 2024

Proxy Tool For HTTP/HTTPS Traffic Capture

From Binary

The installation is easy. You can download the pre-built binaries for your platform from the Releases page. Extract them using tar, move it to your $PATHand you’re ready to go.

tar -xvf proxify-linux-amd64.tarmv proxify-linux-amd64 /usr/local/bin/proxifyproxify -version

proxify requires go1.14+ to install successfully. Run the following command to get the repo –

From Source

GO111MODULE=on go get -v github.com/projectdiscovery/proxify/cmd/proxify

From Github

git clone https://github.com/projectdiscovery/proxify.git; cd proxify/cmd/proxify; go build; cp proxify /usr/local/bin; proxify -version

Usage

proxify -h

This will display help for the tool. Here are all the switches it supports.

FlagDescriptionExampleaddrListen HTTP IP and Portproxify -addr 127.0.0.1:8080configConfig data pathproxify -config certscert-cache-sizeNumber of certificates to cacheproxify -cert-cache-size 1024dns-addrListen DNS IP and Portproxify -dns-addr ‘127.0.0.1:80’dns-mappingDNS A mappingproxify -dns-mapping test.com:80dns-resolverListen DNS IP and Portproxify -dns-resolver ‘127.0.0.1:5353’http-proxyUpstream HTTP Proxyproxify -http-proxy hxxp://127.0.0.1:8080no-colorNo Color in…

--

--

Vijay Kumar Gupta
Vijay Kumar Gupta

Written by Vijay Kumar Gupta

Vijay Gupta is an inspiring public speaker and social entrepreneur who has dedicated his life to bringing about positive change and empowering communities.

No responses yet