Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 322 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 322 Bytes

Bulk_Whois

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