1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 21:42:08 +02:00
tldr/pages/common/proxify.md
Fazle Arefin 2dcf4b06e1
proxify: update page (#15609)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2025-01-27 10:24:28 +01:00

620 B

proxify

A versatile and portable proxy for capturing, manipulating, and replaying HTTP/HTTPS traffic on the go. See also: mitmproxy. More information: https://github.com/projectdiscovery/proxify.

  • Start a HTTP proxy (on the loopback network interface 127.0.0.1 and port 8888):

proxify

  • Start a HTTP proxy on a custom network interface and port (may require sudo for a port number lower than 1024):

proxify -http-addr "{{ip_address}}:{{port_number}}"

  • Specify output format and output file:

proxify -output-format {{jsonl|yaml}} -output {{path/to/file}}

  • Display help:

proxify -h