• This repository has been archived on 12/Apr/2022
  • Stars
    star
    3,585
  • Rank 12,368 (Top 0.3 %)
  • Language
    Shell
  • License
    GNU General Publi...
  • Created over 8 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

VulApps http://vulapps.evalbug.com/

收集各种漏洞环境,为方便使用,统一采用 Dockerfile 形式。同时也收集了安全工具环境。

喜欢请点 Star,如果不打算贡献,千万别 Fork

本项目 GitHub 地址: https://github.com/Medicean/VulApps

DockerHub 在线镜像地址

获取并使用相关镜像

直接使用 docker 命令拉取相关镜像,并启动。

需要查看相关环境的 tag 在Github具体的漏洞目录下查看 README 文件

以 Struts2 S2-037 漏洞环境为例:

通过 S2-037漏洞环境的 README文件 得知 tag 为 s_struts2_s2-037

  1. 获取镜像:
docker pull medicean/vulapps:s_struts2_s2-037

如果获取速度慢,推荐使用 中科大 Docker Mirrors 或者使用 阿里云 Mirrors(加速器)

  1. 创建并启动容器
docker run -d -p 80:8080 medicean/vulapps:s_struts2_s2-037

访问 http://127.0.0.1/ 即可访问启动好的 s2-037 环境,快拿出 exp 工具尝试一下吧。

组件首字母

安全工具环境

漏洞环境

B

C

D

F

G

I

J

M

N

O

P

R

S

T

W

Z


同类项目

相关链接

More Repositories

1

as_bypass_php_disable_functions

antsword bypass PHP disable_functions
JavaScript
170
star
2

SuperTerm

利用 webshell 创建交互式终端(Create an interactive terminal with webshell.)
JavaScript
55
star
3

SublimeXssEncode

Converts characters from one encoding to another using a transformation.
Python
37
star
4

AS_Out-of-Network

AntSword 出网探测插件
JavaScript
22
star
5

as_messycoderecover

尝试恢复乱码
JavaScript
18
star
6

w0rmHole

Android wormhole tool
Python
16
star
7

AS_BugScan

通过 Webshell 创建 BugScan 节点(需要目标支持 Python2.7)
JavaScript
14
star
8

VSCodeXssEncode

Converts characters from one encoding to another using a transformation. This tool will help you encode payloads in testing sql injections, XSS holes and site security.
JavaScript
9
star
9

AS_MS17-010_Scan

AntSword MS17-010扫描插件
JavaScript
9
star
10

GenShell

AntSword Generate Shell Plugin
JavaScript
8
star
11

as_netstat

AntSword 无命令执行权限下获取网络连接情况插件
JavaScript
7
star
12

PortScan

AntSword 端口扫描插件,支持 PHP, ASP, ASPX
JavaScript
7
star
13

Medicean.github.io

http://blog.evalbug.com
HTML
6
star
14

AS_Redis

AntSword Redis Plugin, required antSword >= 2.0.2.1(开发版)
JavaScript
5
star
15

create-antsword-plugin

Generate AntSword Plugin template
JavaScript
4
star
16

python-ping

python ping
Python
4
star
17

ImportShell

导入AntSword Shell配置
JavaScript
3
star
18

CopyShell

AntSword 插件,复制选中的WebShell配置到剪贴板。
JavaScript
3
star
19

as_jwtdebugger

AntSword JWT-Debugger Plugin. Like jwt.io
JavaScript
2
star