Status checker for hundreds IP addresses

前端 未结 10 1582
长发绾君心
长发绾君心 2021-01-02 01:52

I wonder how to make a status checker, checking about 500 addresses in a few minutes? (it\'ll check a certain port if its listening).

But I care about the performanc

10条回答
  •  旧时难觅i
    2021-01-02 02:09

    As mentioned by kz26, nmap from command-line would be your best option. With PHP functions like system, exec, shell_exec, etc to capture the results for processing.

    This guide should help you to get started http://www.cyberciti.biz/tips/linux-scanning-network-for-open-ports.html

提交回复
热议问题