Local host enumeration challenge

i have an issue that when i type wget http:// /linpeas.sh ip being the ip of the kali server i get back an error: /linpeas.sh Scheme Missing
index.html is the only file downloaded and hence i cannot continue by using linpeas since it was not downloaded

what am i doing wrong ?
2025-01-22_15-40-36

Hey there - the issue is that you have a space between http://10.101.5.184 and /linpeas.sh. The command should be wget http://10.101.5.184/linpeas.sh

It looks like the app renderer has started injecting extra spaces any time a bold-formatted character is placed directly next to a non-bold character, which made the instruction look like it was asking for the space. The formatting in this lesson has been adjusted to address this.

3 Likes

ok, thanks for your quick answer and that make sense, something i should challenge what i am typing…