Member-only story
Proxy Tool For HTTP/HTTPS Traffic Capture
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 $PATH
and 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…