I am using nmap to scan open ports on a device which uses FTP protocol to transfer firmware for update. But it is showing all 1000 ports are closed.
It comes with a software to update its firmware. When we connect device to computer and use ifconfig to list IP addresses connected with device, it shows new IP address which is used by that device. Using wireshark we can monitor all protocols used by that software and device to communicate with each other. But there is no mention of FTP protocol in wireshark output. only SSDP, LLDP and MDNS protocols are used. I want to know how that software is transferring data to device when all ports are closed (as shown in Nmap output). If ports are protected using firewall, is there any way to bypass that firewall? and how to identify that firewall first. Please help and if I missed some points which I must mention to explain my problem then please comment.
Link to wireshark output - here