Quote Originally Posted by la7low View Post
How can I find out what uses port 80?
It's typically webserver serving firmware web interface.
But you can check this. For example, on my device it's nginx
Code:
$ netstat -nlp | grep ':80 '
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      579/nginx
$ which nginx
/opt/sbin/nginx