The OWASP Vulnerable Web Applications Directory Project (VWAD, https://www.owasp.org/index.php/OWASP_Vulnerable_Web_Applications_Directory_Project) is a comprehensive and well maintained registry of all known vulnerable web applications currently available.
Note: The data format of the collection files is currently being changed. The project is moving away from tsv to JSON. New JSON files are in place and should be updated when adding new projects/content. The *.tsv files have been deprecated.
The new raw data for the project is held in the /src/owasp-wiki/*.json
files. The deprecated tsv files are located in
/src/owasp-wiki/deprecated/*.tsv
.
The full OWASP wiki source code is available at https://www.owasp.org/index.php?title=OWASP_Vulnerable_Web_Applications_Directory_Project&action=edit.
The individual five wiki source code pages are available at:
- https://www.owasp.org/index.php/OWASP_Vulnerable_Web_Applications_Directory_Project/Pages/Online
- https://www.owasp.org/index.php/OWASP_Vulnerable_Web_Applications_Directory_Project/Pages/Offline
- https://www.owasp.org/index.php/OWASP_Vulnerable_Web_Applications_Directory_Project/Pages/OfflineOld
- https://www.owasp.org/index.php/OWASP_Vulnerable_Web_Applications_Directory_Project/Pages/VMs
- https://www.owasp.org/index.php/OWASP_Vulnerable_Web_Applications_Directory_Project/Pages/VMsOld
- Copy the five wiki source code pages into the
src/owasp-wiki/
directory, using the following filenames:Online.wiki
,Offline.wiki
,OfflineOld.wiki
,VMs.wiki
, andVMsOld.wiki
. - Run the
python bin/owasp-wiki-to-tsv.py
script
- Run the
python bin/tsv-to-owasp-wiki.py
script - Update the five OWASP wiki pages with the contents of the new files available at
dist/
:Online.wiki
,Offline.wiki
,OfflineOld.wiki
,VMs.wiki
, andVMsOld.wiki
.
- Add the new entry for the new vulnerable application to the corresponding
.tsv
file (e.g.offline.tsv
) under./src
- Use
git
to submit a pull request (or commit the changes) from the modified.tsv
file to this GitHub project
- Run the
python bin/tsv-to-owasp-wiki.py
script from the main project directory - This will generate all the
.wiki
files from the.tsv
files under./dist
- Copy the contents of the corresponding
.wiki
file (e.g.Offline.wiki
) to the official Wiki page of the OWASP VWAD project- IMPORTANT: Do not forget that the
.wiki
file does not include the header and the trailer used by the Wiki page to create the table. Simply, copy and paste the contents inside the current table.
- IMPORTANT: Do not forget that the
- (Optional) You can delete the contents of the
./dist
directory after copying them to the Wiki