Skip to content

Instantly share code, notes, and snippets.

@Hogeyama
Created September 23, 2024 10:17
Show Gist options
  • Select an option

  • Save Hogeyama/cd825fc21e0283409a98aaca7e5c64a2 to your computer and use it in GitHub Desktop.

Select an option

Save Hogeyama/cd825fc21e0283409a98aaca7e5c64a2 to your computer and use it in GitHub Desktop.
comm -23 \
<(seq "1" "65535" | sort) \
<(ss -tan | awk '{print $4}' | cut -d: -f2 | tail -n+2 | grep -v '^$' | sort | uniq -u) \
| shuf -n 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment