Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 798 Bytes

README.md

File metadata and controls

43 lines (23 loc) · 798 Bytes

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