Totally Lost on rooting challenge
One- This isnt using telnet in this challenge. i just got into this stuff and i thought the same thing…
Two-Nmap is the right place to start. Your tring to connect and get into this guys computer right? How do you get into the computer…(hint-ports)
Now what do we do with these port things???
You will notice that there are 3 open ports. they have a number, and will say either FTP, SSH, or HTML.
Your going to use the FTP port. Thats as far as i will go with that one. If you know how to use ftp, then you should be able to figure out what to do with that.
Three-
Trying to get his password correct? If you read around, or GOOGLE!! you will find the name of this file thats located on linux(his OS is linux)
The last hint ill give out, and i hope this isnt TOO much info, is you'll have to use teh cmd:
cd ..
Good luck.
I'm getting a similar problem. I can use nmap and view the port list, but any time I try to use telnet or ftp. Telnet doesn't work, period, and ftp brings up the ftp options, but if I try to open (ip) or o (ip) it says "command not found". Am I supposed to be using different syntax like the nmap thing? Frankly, I think a more flexible rooting challenge is called for.
Well the point, why this challenge it at some part so irrealistic is that command are limit in the ftp. There should be other simple command like "ls" that should be implement to make it more "realistic".
Otherwise for the challenge in itself just need to get step by step and search on google about different command you need to use to read file and change directory.