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
veeam-cve-2023-27532-mock | Kitploit
Tools/GitHubGitHub/yunus-a1i/veeam-cve-2023-27532-mock
Vulnerability ScannersVulnerability AnalysisExploitationWeb SecurityPenetration TestingCloud Security
GitHubyunus-a1i/veeam-cve-2023-27532-mock

veeam-cve-2023-27532-mock

View Repository
8 months 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-27532 - Veeam Backup & Replication Vulnerability

Vulnerability Description

Veeam Backup & Replication contains a vulnerability that allows encrypted credentials stored in the configuration database to be obtained, allowing attackers to access backup infrastructure hosts.

Nuclei Template

The template veeam-cve-2023-27532.yaml provides comprehensive detection for this vulnerability using multiple detection methods.

Test Environment Setup

Using Docker (Recommended)

root@kitploit:~
# Build the Docker image
docker build -t veeam-cve-test .

# Run the container
docker run -p 8080:8080 -p 9392:9392 -p 9393:9393 -p 9394:9394 veeam-cve-test
Download Tool