Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 670 Bytes

File metadata and controls

17 lines (10 loc) · 670 Bytes

catchall

A repo for all the little one off tools and scripts I write

concat_line

A simple go script to concatenate lines of text to one line separated by a delimeter. Default is ",". Specifies files or stdin/stdout.

ip_verify

A simple go script to verify IP addressess are in proper format, and optionally do whois, nslookup, and reverse name lookups on them.

ipconvert

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.

Azure AD email checks

Using Microsofts Graph API to get all users of a given tenant and pull out last time they changed their password.