Ask PHP swoole extended scan IP 65,535 ports whether the idea of opening
I've only recently learned about Swoole extensions, but I've learned about pthreads extensions before, but there's no idea.
Issues that need to be addressed:
11,000 IP concurrent Scan survival (own resolution using ping or FSOCKOPEN,NODEJS, but too inefficient or want to use PHP environment)
2. Scan 65,535 ports on a single IP to see if the ports are open.
Need to get a reply:
1.swoole can solve the above requirements, please provide ideas, as well as the key points of research
Reply content:
Ask PHP swoole extended scan IP 65,535 ports whether the idea of opening
I've only recently learned about Swoole extensions, but I've learned about pthreads extensions before, but there's no idea.
Issues that need to be addressed:
11,000 IP concurrent Scan survival (own resolution using ping or FSOCKOPEN,NODEJS, but too inefficient or want to use PHP environment)
2. Scan 65,535 ports on a single IP to see if the ports are open.
Need to get a reply:
1.swoole can solve the above requirements, please provide ideas, as well as the key points of research
Write an asynchronous swoole_client and loop to create and connect to the opposite port.