Networking
DNS
- mess with dns - DNS playground.
Blocklist
Protocols
Tools
- CanYouSeeMe - Open Port Check Tool.
- ngrok - ngrok allows you to expose a web server running on your local machine to the internet. Just tell ngrok what port your web server is listening on.
- kyanos - Kyanos is a networking analysis tool using eBPF. It can visualize the time packets spend in the kernel, capture requests/responses, makes troubleshooting more efficient
- mitmproxy - a free and open source interactive HTTPS proxy.
Speedtest
- Fast.com - How fast is your download speed? In seconds, FAST.com's simple Internet speed test will estimate your ISP speed.
- Internet Speed Test
Wireguard
bash
# place wireguard config at `/etc/wireguard/wg0.conf`
wg-quick up wg0
wg-quick up wg0
Cookbook
Intercepting HTTPS traffic on iOS
https://www.charlesproxy.com/documentation/using-charles/ssl-certificates/
- Start proxy server
- Specify proxy for Wi-Fi SSID
- Obtain SSL cert via https://chls.pro/ssl
- Install cert (Settings > General > VPN & Device Management)
- Trust cert (Settings > General > About > Certificate Trust Settings)