/vulnerableAPI-LABS

Golang Scripts for Vulnerable web-Servers/API to help in learning or testing API Vulns

Primary LanguageGo

vulnerableAPI-LAB

Golang Scripts for Vulnerable web-Servers/API to help in learning or testing API Vulns

Setup

  1. Clone the repository:

    git clone https://github.com/h0tak88r/VulnerableAPI-LABS.git
  2. Navigate to the IDOR directory:

    cd VulnerableAPI-LABS/IDOR
  3. Run the Go script to start the vulnerable API server:

    go run idor.go
  4. The server will start running on http://localhost:8080.