maelvls dev blog

maelvls dev blog

Systems software engineer. I write mostly about Kubernetes and Go. About

06 Nov2019

Stuff about Wireshark

tcpdump -i eth0 -U -w - 'not port 22' | wireshark -k -i -

wireshark -i en9 -k -Y "ip.addr == 35.211.248.124 && tcp.port == 22"

nc -v 35.211.248.124 22
📝 Edit this page