PoC 使用说明 单目标探测 python poc.py -H 127.0.0.1 -p 9000 输出包含 vulnerable: True/False 和解码后的 server_properties。 批量探测 在文件中按行写入 host:port,例如: 10.0.0.1:9000 10.0.0.5:9000 运行: python poc.py -l targets.txt