Should I Use Kali Linux?
[...] it is NOT a recommended distribution if you’re unfamiliar with Linux or are looking for a general-purpose Linux desktop distribution for development, web design, gaming, etc.
$ curl -v http://site.com --resolve site.com:80:127.0.0.1
* Added site.com:80:127.0.0.1 to DNS cache
* Rebuilt URL to: http://site.com/
* Hostname site.com was found in DNS cache
* Trying 127.0.0.1...
* TCP_NODELAY set
* Connected to site.com (127.0.0.1) port 80 (#0)
> GET / HTTP/1.1
> Host: site.com
> User-Agent: curl/7.58.0
> Accept: */*