curl
# Make an HTTP GET request and dump the contents in `stdout`
curl url
# Show HTTP code (302 code, write in /etc/hosts)
curl -v ip_address
References​
- HTB Academy. (n.d.). Linux Fundamentals: System Management: Network Services. https://academy.hackthebox.com/module/18/section/2094