Sep 24, 2024
Overview of Metasploit 2
Reminder: For educational purposes only; do not exploit machines without permission.
ifconfig
command on each machine.net discover
to identify machines on the network.nmap -v -sT -sV -O -p 21 192.168.189.134
nmap -v -sT --script ftp-* -p 21 192.168.189.134
Using Netcat to connect:
nc -v 192.168.189.134 21
anonymous
anonymous
Also, try with valid credentials (user: user, password: user).
sudo su
python3 exploit.py 192.168.189.134
ifconfig
to confirm access.reboot
Thank you for attending!