
CVE-2023-28432,minio未授权访问检测工具
CVE-2023-28432, minio information disclosure detection tool
This tool is for educational and research purposes only, to improve security awareness and enhance software development practices. Before using this tool, please ensure that you comply with relevant laws and regulations and ethical guidelines.
Development environment: python3
Usage (supports single URL detection and batch detection): //URL has been normalized, supports input formats ip, ip:port
Single detection: python minio_unauthcheck.py -u
Example: python minio_unauthcheck.py -u http://192.168.1.1/
Batch detection: python minio_unauthcheck.py -f
Example: python minio_unauthcheck.py -f url.txt
Demo screenshots:
Single detection:

Batch detection:
