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
VulApps — 快速搭建各种漏洞环境(Various vulnerability environment) | Kitploit
Tools/GitHubGitHub/medicean/vulapps
Container SecurityVulnerability AnalysisWeb SecurityPenetration TestingLearning & EducationCurated ResourcesLabs & PracticeArchived
GitHubmedicean/vulapps

VulApps

快速搭建各种漏洞环境(Various vulnerability environment)

View Repository
3.8k9795 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

VulApps http://vulapps.evalbug.com/

Collects various vulnerability environments and, for ease of use, uniformly uses the Dockerfile format. Security tool environments are also collected.

If you like it, please Star it. If you don't plan to contribute, don't Fork it.

This project's GitHub repository: https://github.com/Medicean/VulApps

DockerHub Online Image Repository

Obtain and Use the Relevant Images

Use docker commands directly to pull the relevant image and start it.

To find out the tag of a relevant environment, check the README file in the specific vulnerability directory on Github.

Using the Struts2 S2-037 vulnerability environment as an example:

From the README file of the S2-037 vulnerability environment, we know that the tag is s_struts2_s2-037

  1. Pull the image:
root@kitploit:~
docker pull medicean/vulapps:s_struts2_s2-037

If it downloads slowly, it is recommended to use USTC Docker Mirrors or Aliyun Mirrors (accelerator)

  1. Create and start the container
root@kitploit:~
docker run -d -p 80:8080 medicean/vulapps:s_struts2_s2-037

Visit http://127.0.0.1/ to access the started s2-037 environment. Grab your exploit tool and try it.

Component Initials

  • B
  • C
  • D
  • F
  • I
  • J
  • M
  • N
  • O
  • P
  • R
  • S
  • T
  • W
  • Z

Security Tool Environments

  • 巡风
  • Ant(蚁逅)
  • Hawkeye

Vulnerability Environments

B

  • Bash

C

  • Cisco
  • CmsEasy

D

  • Drupal

F

  • FFmpeg

G

  • Git

I

  • ImageMagick

J

  • JBoss
  • Jenkins
  • Joomla!

M

  • Memcached

N

  • Nagios
  • Node.js
  • Nginx

O

  • OpenSSL

P

  • PHPMailer

R

  • Redis

S

  • Samba
  • Shiro
  • SSH
  • Spring
  • Spring Boot
  • Struts2
  • Spring WebFlow
  • Supervisor

T

  • Tomcat

W

  • WordPress

Z

  • Zabbix

Similar Projects

  • phith0n/vulhub

Related Links

  • How to Contribute to VulApps
  • Acknowledgments
Download Tool