Skip to content

go-benchmark1/govulnapi

Repository files navigation

Govulnapi

Govulnapi is a deliberately vulnerable API written in Go showcasing common security flaws that are made while developing an application backend. Govulnapi aims be be concise in respect to vulnerabilities it implements as to lower the entry barrier for junior security researchers (e.g. "Use of Weak Hash" weakness can be found in the codebase by searching for a comment containing its corresponding id CWE-328).

Setup

With docker

  1. git clone --depth 1 https://github.com/govulnapi/govulnapi.git
  2. cd govulnapi
  3. make build
  4. make run

Servers

Implemented vulnerabilities

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published