I'm new to pen-testing world. I'm trying to learn how to gain access through telnet service opened on port 23.
I'm using Metasploit. The first approach I'm trying is using the telnet_login
module to try a dictionary attack on the target.
I've seen that I should set USER_FILE
and PASS_FILE
.
Does Kali have sample user.txt and pass.txt files? Are there better approaches to attack telnet service?