Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-28432-metasploit-scanner — MinIO Information Disclosure Vulnerability scanner by metasploit | Kitploit
Tools/GitHubGitHub/taroballzchen/cve-2023-28432-metasploit-scanner
Vulnerability ScannersExploit FrameworksExploitationInformation GatheringWeb SecurityCloud Security
GitHubtaroballzchen/cve-2023-28432-metasploit-scanner

CVE-2023-28432-metasploit-scanner

MinIO Information Disclosure Vulnerability scanner by metasploit

View Repository
1243 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-28432-metasploit-scanner

MinIO Information Disclosure Vulnerability scanner by metasploit

preparation POC

root@kitploit:~
git clone https://github.com/TaroballzChen/CVE-2023-28432-metasploit-scanner
cd CVE-2023-28432-metasploit-scanner
mkdir -p ~/.msf4/modules/auxiliary/scanner/http
cp minio_information_disclosure.py ~/.msf4/modules/auxiliary/scanner/http/
chmod +x ~/.msf4/modules/auxiliary/scanner/http/minio_information_disclosure.py
msfconsole

POC usage

root@kitploit:~
set rhosts <vuln ip/host>
set rport <vuln port>
set rssl <default: false for http>
exploit

result

poc

reference

  • https://github.com/Mr-xn/CVE-2023-28432
  • https://github.com/MzzdToT/CVE-2023-28432
Download Tool