FFUF VHosts faculty not found

I’m stuck on this question:

Try running a VHost fuzzing scan on ‘academy.htb’, and see what other VHosts you get. What other VHosts did you get?

By some youtube-video I found I know the answers are

archive test and faculty.

However if I use the very same command, ‘faculty’ isn’t returned, although it’s cleary in the wordlist. Why is that?

Your problem is the echo command.

sudo sh -c ‘echo “46.101.86.93 academy.htb” >> /etc/hosts’

!! DO NOT include the PORT number in the IP address !!

i’m getting this same issue, did you find a solution yet?