Protocols and Servers 2
March 01, 2024
Last updated
March 01, 2024
Last updated
Task 1: Introduction
Task 2: Sniffing Attack
Task 3: Man-in-the-Middle (MITM) Attack
Task 4: Transport Layer Security (TLS)
Task 5: Secure Shell (SSH)
First we have to ssh to user mark and find its kernel release
username: mark
pass: XBtc49AB
Then for the second task we have to know the KBs for the file book.txt. We have to transfer the book.txt from the victim's machine to our attacker machine.
Just open up a python web server in the victim's machine
Then we will use wget command to retrieve the file and we will see the KBs download size of that specific file.
Task 6: Password Attack
We will just use hydra to brute force for the password of user "lazie"....
Task 7: Summary