mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

mitmproxyさん優秀だわー。

$ sudo iptables -t nat -A PREROUTING -i wlan0 -p tcp --dport 80 -j REDIRECT --to-port 8080
$ sudo iptables -t nat -A PREROUTING -i wlan0 -p tcp --dport 443 -j REDIRECT --to-port 8080

みたいにしておけばwlan0をアクセスポイントにしてるデバイスのhttpとhttpsを盗聴できる(もちろんhttpsはデバイスが知らないCAと警告する)

https://mitmproxy.org/

mitmproxy.orgmitmproxy - an interactive HTTPS proxy