Skip to content

Instantly share code, notes, and snippets.

@Zobber
Created April 6, 2020 15:38
Show Gist options
  • Save Zobber/34b78ccd1dd1696c97b9a9a933d25341 to your computer and use it in GitHub Desktop.
Save Zobber/34b78ccd1dd1696c97b9a9a933d25341 to your computer and use it in GitHub Desktop.
cat 20*.pcap| sed '/\n/P;//!s|<a[^>]*\(https*://[^/"]*\)|\n\1\n|;D' | rg -a '\.(com|org|uk|net)$' | sort | uniq | cut -f3 -d/ | xargs -n3 |tr ' ' '\t' | column -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment