Giter Site home page Giter Site logo

Security Ninjas: An Open Source AppSec Training

This hands-on training lab consists of 10 fun real world like hacking exercises, corresponding to each of the OWASP Top 10 vulnerabilities. Hints and solutions are provided along the way. Although the backend for this is written in PHP, vulnerabilities would remain the same across all web based languages, so the training is still relevant even if you don't actively code in PHP.

This iteration of the course has been updated from the original verion published by OpenDNS. It can be run self-contained, or as the hand-on portion of a more complete training program.

To run the lab image

  1. Install docker and make sure it works.

  2. Start the container by running the following command (select an appropriate host port, 8000 here):

    docker run -it --rm -p 8000:80 siege/security-ninjas

  3. Determine the IP address of your container Likely, 'localhost' will do. If you're using 'docker-machine' you will need to determine the VM IP.

  4. The training should be running now.

To use the lab

  1. Select a browser to use during the lab. Chrome or Firefox are recommended.

  2. Install a cookie viewer/editor plugin such as Cookies for Chrome or Cookie Manager+ for Firefox.

  3. Install ZAP and start it

  4. Install the FoxyProxy plugin for your browser. Then:

    • Configure a new proxy to use 127.0.0.1:8080 for the pattern "http://localhost:8000/\*" (use the correct location of your docker container).
    • Tell FoxyProxy to "Use proxies based on their pre-defined patterns and priorities."
  5. Browse to http://localhost:8000 (or wherever the docker container is running).

  6. Click on the ninja to see the first exercise.

  7. Kill the docker container after you are done with ^c.


CSS credits: html5up.net

security-ninjas's Projects

container-scan icon container-scan

A GitHub action to help you scan your docker image for vulnerabilities

fridax icon fridax

Fridax enables you to read variables and intercept/hook functions in Xamarin/Mono JIT and AOT compiled iOS/Android applications.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.