hakluke / hakrevdns

Small, fast tool for performing reverse DNS lookups en masse.
MIT License
1.42k stars 156 forks source link

Create install.sh to automate golang install #6

Closed hackerpain closed 4 years ago

hackerpain commented 4 years ago

This script automatically installs the version of golang compatible for this tool, since many users are running into errors after installing outdated versions of golang from default package managers!

Also, it builds hakrevdns and puts it in /usr/bin, effectively making it a complete (automated) installation script!

Fixed #5