Welcher Befehl scannt 172.17.0.1 und speichert die Ergebnisse im Normalformat unter /root/open_ports.txt?
172.17.0.1
/root/open_ports.txt
nmap 172.17.0.2 -oN /root/open_ports.txt
nmap 172.17.0.1 -oN /root/scan_results.txt
nmap 172.17.0.1
nmap 172.17.0.1 -oN /root/open_ports.txt