@@ -56,37 +56,37 @@ Specify http server in proxy configuration of Postman
5656
5757[[ Back]] ( #table-of-contents )
5858
59- - ** Proxy Chain functionality**
59+ - ** Proxy Chain functionality** \
6060 Supports ` strict ` , ` dynamic ` , ` random ` , ` round_robin ` chains of SOCKS5 proxy
6161
62- - ** Transparent proxy**
62+ - ** Transparent proxy** \
6363 Supports ` redirect ` (SO_ORIGINAL_DST) and ` tproxy ` (IP_TRANSPARENT) modes
6464
65- - ** Traffic sniffing**
65+ - ** Traffic sniffing** \
6666 Proxy is able to parse HTTP headers and TLS handshake metadata
6767
68- - ** DNS Leak Protection**
68+ - ** DNS Leak Protection** \
6969 DNS resolution occurs on SOCKS5 server side.
7070
71- - ** CONNECT Method Support**
71+ - ** CONNECT Method Support** \
7272 Supports HTTP CONNECT tunneling, enabling HTTPS and other TCP-based protocols.
7373
74- - ** Trailer Headers Support**
74+ - ** Trailer Headers Support** \
7575 Handles HTTP trailer headers
7676
77- - ** Chunked Transfer Encoding**
77+ - ** Chunked Transfer Encoding** \
7878 Handles chunked and streaming responses
7979
80- - ** SOCKS5 Authentication Support**
80+ - ** SOCKS5 Authentication Support** \
8181 Supports username/password authentication for SOCKS5 proxies.
8282
83- - ** HTTP Authentication Support**
83+ - ** HTTP Authentication Support** \
8484 Supports username/password authentication for HTTP proxy server.
8585
86- - ** Lightweight and Fast**
86+ - ** Lightweight and Fast** \
8787 Designed with minimal overhead and efficient request handling.
8888
89- - ** Cross-Platform**
89+ - ** Cross-Platform** \
9090 Compatible with all major operating systems.
9191
9292## Installation
@@ -492,10 +492,10 @@ ssh remote -D 1080 -Nf
492492sudo env PATH=$PATH gohpts -d -T 8888 -M tproxy -sniff -body -auto -mark 100 -arp
493493` ` `
494494
495- Run ` bettercap`
495+ Run ` bettercap` with this command (see [documentation](https://www.bettercap.org/)):
496496
497497` ` ` shell
498- sudo bettercap -eval " set net.probe on;set net.recon on;arp.spoof on"
498+ sudo bettercap -eval " set net.probe on;set net.recon on;;set arp.spoof.fullduplex true; arp.spoof on"
499499` ` `
500500
501501Check proxy logs for traffic from other devices from your LAN
0 commit comments