Coder Social home page Coder Social logo

schatekar / gauntlt-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gauntlt/gauntlt-demo

0.0 2.0 0.0 494 KB

this is a demo set of attacks that can be used to get started with gauntlt

Home Page: http://gauntlt.org

License: MIT License

Ruby 100.00%

gauntlt-demo's Introduction

Build Status

Gauntlt Demo

This is a demo set of attacks that can be used to demo gauntlt and learn how to implement it. Each directory in ./examples contains a specific type of attack that you might want to run. Inside each example you will find a README.md which will have a challenge and some hints on how to solve it. We recommend reading that first and then try to create an attack to solve the challenge.

Installation

$ git clone https://github.com/secure-pipeline/gauntlt-demo
$ cd ./gauntlt-demo
$ git submodule update --init --recursive
$ bundle

Start targets

This includes gruyere and railsgoat as a target to pratice against and in the future we will bundle other services. To start the default targets run the following.

$ bundle exec start_services

# For some reason railsgoat doesnt exit cleanly from a Ctl-C with service manager so you 
# will have to stop it manually
# ps -ef | grep rails
# kill -9 <PID>
# Please send a pull request if you know how to fix this

You can also run the following to start individual targets which include: railsgoat and gruyere

$ bundle exec start_services config/railsgoat.rb
$ bundle exec start_services config/gruyere.rb

After you stop the service, you may have to kill the process manually.

For railsgoat, you can also just do the following:

$ cd vendor/railsgoat
$ bundle install --binstubs
$ rake db:setup
$ rake server:start

Run a Gauntlt attack

Once you have a target ready, you can start customizing attacks and testing them against the target.

$ cd ./examples
$ bundle exec gauntlt hello_world/hello_world.attack

Work through the examples

You might find it helpful to head over to ./examples and work through the examples. After running hello_world it might be good to start with port_check

gauntlt-demo's People

Contributors

wickett avatar bitdeli-chef avatar

Watchers

James Cloos avatar Suhas Chatekar avatar

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.