Command Line utility to perform bulk whois lookups from a textfile.
Please ensure whois is installed on your system and is in your PATH.
Usage: ./bulkwhois <input_textfile>
Textfile should contain one URL per line, and have no trailing whitespace on the last entry.
Building: gcc -o bulkshois bulkwhois.c