Created
November 14, 2013 03:11
-
-
Save jvns/7460709 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7912 lsof | |
7913 netstat -a | |
7914 netstat -an | |
7915 netstat -an | more | |
7916 netstat -anu | less | |
7917 ifconfig -a | |
7918 nc -l 12345 | |
7919 tmux -2 | |
7920 nc -l 12345 | |
7921 netstat -anu | |
7922 netstat -ant | |
7923 netstat -ant | grep 12345 | |
7924 nc -l 10.0.1.61:12345 | |
7925 nc -l 10.0.1.61 12345 | |
7926 netstat -ant | grep 12345 | |
7927 nc localhost 12345 | |
7928 netstat -anu | |
7929 netstat -ant | |
7930 netstat -anu | |
7931 netstat -anup | |
7932 netstat -ng | |
7933 netstat -ngo | |
7934 netstat -ngp | |
7935 ls | |
7936 netcat | |
7937 nc 224.0.0.251 | |
7938 nc -u 224.0.0.251 5353 | |
7939 tcpdump -ni wlan0 host 224.0.0.251 | |
7940 sudo tcpdump -ni wlan0 host 224.0.0.251 | |
7941 netstat -ng | |
7942 netstat -su | |
7943 netstat -ua | |
7944 netstat -uan | |
7945 nc -ul 224.0.0.251 5353 | |
7946 netstat -ng | |
7947 netstat -anu | |
7948 reset | |
7949 man setsockopt | |
7950 man socket | |
7951 man udp | |
7952 nc -ul 224.0.0.251 5353 | |
7953 netstat -anu | |
7954 nc localhost 5353 | |
7955 nc -u localhost 5353 | |
7956 nc -ul 224.0.0.251 5353 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment