Skip to content
View Jkpgibson's full-sized avatar

Block or report Jkpgibson

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    My OpenSUSE setup

    Shell

  2. old-town-everything-bot old-town-everything-bot Public

    I got everything in the back

    Python

  3. 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
    2
    str1=https://investigate.umbrella.com/domain-view/name/
    3
    str2=/view
    4
    tshark -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
  4. jenniferamartin21/Discord jenniferamartin21/Discord Public

    Python 1