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
Systems software engineer. I write mostly about Kubernetes and Go. About
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