Skip to content
/ vapi Public

vAPI is Vulnerable Adversely Programmed Interface which is Self-Hostable API that mimics OWASP API Top 10 scenarios through Exercises.

License

Notifications You must be signed in to change notification settings

roottusk/vapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

143c2c5 · Sep 10, 2020

History

13 Commits
Sep 6, 2020
Sep 6, 2020
Sep 6, 2020
Sep 10, 2020
Sep 6, 2020
Sep 6, 2020

Repository files navigation

vAPI

Version PHP

vAPI is Vulnerable Adversely Programmed Interface which is Self-Hostable PHP Interface that demonstrates OWASP API Top 10 in the means of Exercises.

Requirements

  • Apache Server
  • MySQL
  • PostMan
  • MITM Proxy

Installation

Copying the Code

cd <your-hosting-directory>
git clone https://github.com/roottusk/vapi.git

Setting Up Postman

Import vAPI.postman_collection.json in Postman

Setting up the Database

Import vapi.sql into MySQL Database

Configure the DB Credentials in the vapi/db/var.php

Usage

Browse localhost/vapi for Documentation