Giter Club home page Giter Club logo

blog-app-very-insecure's Introduction

Insecure Blog

A very insecure blog app that is designed to be attacked.

Setup

To start, don't look at the code. Try to figure out as much as you can before looking at the code.

rake db:create
rake db:migrate
rake db:seed

Possible Attacks

  1. Brute force account access. The app was written with very bad password validation. Try to write a script that will brute force the password. HINT: Even though there is no link to all of the restful routes for a user, they are still accessible from the URL. It may help you get the information you need.
  2. Password: Something about the password create is not to secure.
  3. Simple escalation of privileges: Certain features of the app are not restricted properly. Find out which features those are and prove that is exploitable.
  4. Escalation of privileges++: It is possible in the app to have admin power through signup. Figure out how.
  5. Session Hijacking: There are many insecurities about the session. Try decrypting the session. What do you see? What else about the session is not secure?
  6. CSRF: Prove that the site can be hacked with CSRF.
  7. SQL Injection: Find a sql injection attack in the site

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.