Skip to content
OopsSec Store - Walkthroughs

OopsSec Store

RSS Feed

An intentionally vulnerable e-commerce application for hands-on web security training. Master real-world attack vectors through a realistic Capture The Flag platform. Hunt for flags, exploit vulnerabilities, and level up your security skills.

# With Node.js
$ npx create-oss-store && cd oss-oopssec-store && npm start
# With Docker
$ docker run -p 3000:3000 leogra/oss-oopssec-store

# → Open http://localhost:3000 and start hacking

Read the blog posts or check README for more info.

Recent Posts

All Posts