
Detection tool for Minio-CVE-2023-28432 information leak. For learning and authorized testing only.
Personal analysis https://lhxhl.github.io/2023/04/03/minio2023/
Requires golang environment
go build main.go
./main -h // help
./main -u url // single URL detection
./main -f file.txt // batch detection
Error messages are written to err.txt; for batch detection, successful results are saved to result.txt
image-20230406203902567