curl -IL 94.237.54.42:49504

https://github.com/FortyNorthSecurity/EyeWitness - screenshots of target web applications, fingerprint them, and identify possible default credentials.

whatweb 94.237.54.42:49504
gobuster dir -u "<http://94.237.54.42:49504>" -w /usr/share/dirbuster/wordlists/directory-list-2.3-medium.txt 
gobuster dns -d inlanefreight.com -w /usr/share/SecLists/Discovery/DNS/namelist.txt

<aside> 💡

git clone https://github.com/danielmiessler/SecLists

</aside>