Student of Computer Science & Security
-
Texas A&M University
- Texas
- josephkgibson.com
Pinned Loading
-
-
-
Outputs the Cisco Umbrella Investiga...
Outputs the Cisco Umbrella Investigate link for each domain in a .pcap of DNS queries and opens them in the default browser 1#!/bin/bash
2str1=https://investigate.umbrella.com/domain-view/name/
3str2=/view
4tshark -nr $1 -Y "dns.flags.response == 0" -T fields -e dns.qry.name | sort | uniq | while read line ; do echo "$str1$line$str2" && xdg-open "$str1$line$str2" ; done
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.