Network

Thursday 18 May 2017, 17:31  #1
Network (password from telnet session capture)
think_mate18
  • 1 posts

any help?? well.. im kinda new to all this... i just finished one challenge and this is my second one...

Friday 19 May 2017, 09:05  #2
Network (password from telnet session capture)
Defte
  • 65 posts

So what you got is a record of a communication using telnet. During this communication the sender sent the password and you gotta find it into the packages that compose the communication. So i suggest that you only take a look at the telnet package. You’ll have to learn how to use wireshark in order to complete this challenge cause there is a function (from wireshark) that will help you ;)

You just have to find which one it is, good luck

Tuesday 23 October 2018, 17:42  #3
Network (password from telnet session capture)
psychild
  • 1 posts

I can see in the pcap file that after the 3-way handshake, the server sent "Do Authenticate" and the client responded to it by sending "Won’t Authenticate". So, as per the RFC, the NVT is set to the bare minimum conditions that both client & server can do. So, in this case, there is no password. What do we enter as the validation password ?