Created
April 6, 2020 15:38
-
-
Save Zobber/34b78ccd1dd1696c97b9a9a933d25341 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
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