angryip / angryip/ipscan

Do not use this to scan modbus tcp port 502

未关闭
#467 2 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Java
星标
5.1k
派生
835
PR 合并指标
30 天内没有已合并 PR

描述

![image](https://github.com/user-attachments/assets/5415a632-2d9c-4804-bc53-40e59690a693)

As shown in the figure, we can see that there is only TCP handshake but no TCP waving process when scanning the port.

In our project, PLC or dedicated communication card provides modbus tcp interface, using port 502, but this communication card is relatively weak, supporting up to 4 tcp connections, and will not automatically clean up tcp connections that have not ended normally. So after scanning with this tool several times, all network cards will become unusable.

I used this command to scan the LAN several times a few weeks ago. The final result was that we manually plugged and unplugged the network cables of the network cards in 288 containers one by one before we restored the network. It took 4 people 3 days to work.

![image](https://github.com/user-attachments/assets/f80108ae-7669-4967-9b17-c10ecc555973)

Test with the tnc command that comes with powershell, and you can see that there is a complete tcp handshake and wave process, so there will be no such problem. But the tnc command is very slow, and I am also looking for a better tool.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。