ref:https://www.owasp.org/index.php/OWASP_Vulnerable_Web_Applications_Directory_Project/Pages/Offline

OWASP Vulnerable Web Applications Directory Project/Pages/Offline

 
App Name / Link Technology Other links Author Notes
btslab PHP     Includes flash-based xss, SSRF, and SSI
BadStore Perl(CGI)      
BodgeIt Store Java download    
Bricks PHP download docs OWASP  
Butterfly Security Project PHP download   Last updated in 2008
bWAPP PHP download docs    
Cyclone Transfers Ruby on Rails      
Damn Vulnerable Node Application - DVNA Node.js download Claudio Lacayo  
Damn Vulnerable Web Application - DVWA PHP download RandomStorm  
Damn Vulnerable Web Service - DVWS PHP download Secure Ideas (depriciated?)  
Damn Vulnerable Web Services - DVWS PHP   snoopysecurity  
Damn Vulnerable Thick Client App - DVTA C# .NET   secvulture  
Gruyere Python download Google  
Hackademic Challenges Project PHP download OWASP  
Hackazon     Rapid7 Has some REST and new-school web components.
Hacme Bank - Android     McAfee / Foundstone  
Hacme Bank .NET download McAfee / Foundstone  
Hacme Books Java download McAfee / Foundstone  
Hacme Casino Ruby on Rails download McAfee / Foundstone  
Hacme Shipping ColdFusion download McAfee / Foundstone  
Hacme Travel C++ download McAfee / Foundstone  
hackxor       First 2 levels online, rest offline
Juice Shop Node/JS download docker guide OWASP  
LampSecurity PHP      
Mutillidae PHP download    
.NET Goat C# git repository OWASP  
NodeGoat Node.js git repository OWASP  
Peruggia PHP download    
Puzzlemall Java download docs    
Rails Goat Ruby on Rails download docs OWASP  
SecuriBench Java   Stanford  
SecuriBench Micro Java download Stanford  
Security Shepherd Java download OWASP  
SQL injection test environment PHP     SQLmap Project
SQLI-labs PHP download blog    
SQLol PHP download    
SQLol PHP download    
twitterlike PHP git repository Sakti Dwi Cahyono  
VulnApp .NET CVS download vulns    
Vulnerable Web App     Exploit.co.il  
WackoPicko PHP download whitepaper    
WAVSEP - Web Application Vulnerability Scanner Evaluation Project Java download (builds) download (old) wiki Shay Chen  
WebGoat Java download guide OWASP  
WebGoatPHP PHP download guide OWASP  
WIVET - Web Input Vector Extractor Teaser   download tests    
Xtreme Vulnerable Web Application (XVWA) PHP/MySQL download @s4n7h0, @samanL33T  
  • This page was last modified on 29 December 2016, at 02:35.

web学习测试环境的更多相关文章

  1. Windows Azure Web Site (10) Web Site测试环境

    <Windows Azure Platform 系列文章目录> 我们知道,在使用Azure Cloud Service的时候,会有2个不同的环境,称为Production环境和Stagin ...

  2. web自动化测试---测试环境的部署

    当前我的测试环境配置如下: python3.6 下载地址: https://www.python.org/downloads/release/python-365/ 选择windows版本,下载完成后 ...

  3. (转)web端测试环境的搭建(tomcat)

    C/s架构,常见的QQ这种结构的程序是有服务器来提供服务的,客户端来使用服务:B/S架构不需要安装客户端,只需要浏览器就可以了例如QQ农场,BS架构的程序在更新维护的时候,不需要更新客户端,仅在服务器 ...

  4. web安全测试--环境搭建

    本博客主要作为作者的学习笔记,请勿装载. 作为一个安全测试的入门选手,一切操作在虚拟机中进行是最保险的. 第一先下载自己喜欢的虚拟机,我的笔记本用的VirtualBox(下载地址:https://ww ...

  5. 网络安全从入门到精通(第一章-2)快速自建web安全测试环境

    本文内容 动态语言 常见服务器脚本 动态语言可以做什么? 常见服务器环境快捷搭建软件 快速的搭网站的环境 CMS 1,动态语言:是对服务器行为的编程,这被称为服务器端脚本或服务器脚本. 2,常见服务器 ...

  6. windows下web端测试环境搭建(tomcat+oracle)

    一.安装oracle数据库 1.关闭防火墙.360安全卫士,运行安装程序:Setup.exe,然后下一步...... 2.安装完成后,检查服务是否已启动 3.cmd输入验证登录成功:sqlplus s ...

  7. Kali Linux Web渗透测试手册(第二版) - 1.3 - 靶机的安装

    Kali Linux Web渗透测试手册(第二版) - 1.3 - 靶机的安装  一.配置KALI Linux和渗透测试环境 在这一章,我们将覆盖以下内容: 在Windows和Linux上安装Virt ...

  8. 使用XAMPP和DVWA在Windows7上搭建渗透测试环境

    前言: XAMPP是一个Web应用程序运行环境集成软件包,包括MySQL.PHP.PerI和Apache的环境及Apache.MySQL.FilleZilla.Mercury和Tomecat等组件.D ...

  9. web安全测试系统

    最近写了个简单的web安全实践系统部署到了docker中 下载方式:docker pull ju5ton1y/websecurity github Dockerfile下载地址:https://git ...

随机推荐

  1. 「Python」字符串操作内置函数

    目录: capitalize casefold center count encode decode endswith expandtabs find format format_map index ...

  2. mysql5.7中root密码忘记后修改密码

    一.更改my.cnf配置文件 1.用命令编辑/etc/my.cnf配置文件,即:vim /etc/my.cnf 或者 vi /etc/my.cnf 2.在[mysqld]下添加skip-grant-t ...

  3. CentOS下安装JDK1.8

    0.卸载旧版本 键入命令java-version,查询当前JDK版本 如果版本号不是想要的,键入rpm -qa|grep gcj 键入命令 yum -y remove (后接查询得到的版本),移除老版 ...

  4. Linux高级编程--04.GDB调试程序(入门概述)

    GDB概述 GDB是GNU开源组织发布的一个强大的UNIX下的程序调试工具.或许,各位比较喜欢那种图形界面方式的,像VC.BCB等IDE的调试,但如果你是在UNIX平台下做软件,你会发现GDB这个调试 ...

  5. [转] Linux下程序的加载、运行和终止流程

    TAG: linux, main, _start DATE: 2013-08-08 原文地址: http://blog.csdn.net/tigerscorpio/article/details/62 ...

  6. 支付宝Android接口4.0以上报错Failure calling remote service

    很坑爹的问题,4.0一下没问题,完全按照接口文件写的.网上一查,很多人遇到.最好直接在4.2下调试,看看报错问题,然后度娘. 将RSA文件中的加上“BC”后测试通过...NND PKCS8Encode ...

  7. h5+js随机拖动鼠标产生动画效果

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...

  8. 【转】E: Sub-process /usr/bin/dpkg returned an error code (1)

    原链接: jaryWang:E: Sub-process /usr/bin/dpkg returned an error code (1)错误解决 1.$ sudo mv /var/lib/dpkg/ ...

  9. 【译】第三篇 SQL Server代理警报和操作员

    本篇文章是SQL Server代理系列的第三篇,详细内容请参考原文. 正如这一系列的上一篇所述,SQL Server代理作业是由一系列的作业步骤组成,每个步骤由一个独立的类型去执行,除了步骤中执行的工 ...

  10. VC拷贝字符串到剪切板

    ] ="中华人民共和国"; DWORD dwLength = ; // 要复制的字串长度 HANDLE hGlobalMemory = GlobalAlloc(GHND, dwLe ...