Skip to content
View colinnewell's full-sized avatar
Block or Report

Block or report colinnewell

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

  1. Unicorn-Build-Indicator Unicorn-Build-Indicator Public

    Raspberry Pi Unicorn Hat Jenkins build indicator

    Perl

  2. pcap2har-go pcap2har-go Public

    Turn a pcap (tcpdump) file into a har (json) file.

    Go 21 5

  3. pwsafe-de-dup pwsafe-de-dup Public

    De-duplicate pwsafe v3 file password entries

    Go

  4. pcap2mysql-log pcap2mysql-log Public

    Extracting mysql traffic from a pcap (tcpdump) file.

    Go 3 2

  5. Display the tcpdump command to restr... Display the tcpdump command to restrict to an ip address (figuring out interface, very useful for Docker)
    1
    #!/bin/sh
    2
    ip -o r get "$1" | awk '{print "sudo tcpdump -i", $3, "host", $1}'
  6. docker_ips.sh docker_ips.sh
    1
    #!/bin/bash
    2
    
                  
    3
    EXTRA_FILTER=
    4
    if [ ! -z "$1" ]
    5
    then