A repo for all the little one off tools and scripts I write
A simple go script to concatenate lines of text to one line separated by a delimeter. Default is ",". Specifies files or stdin/stdout.
A simple go script to verify IP addressess are in proper format, and optionally do whois, nslookup, and reverse name lookups on them.
Converts IP ranges (aka 192.168.1.0-192.168.1.255) to a CIDR value (192.168.1.0/24) OR vice-versa. Automatically can tell ranges and CIDRs.
Using Microsofts Graph API to get all users of a given tenant and pull out last time they changed their password.