DBC Wargames!

The Team

Chad - Campbell - Darwin - Guil

Our Mission Statement

DBC teaches the students to write web applications in Ruby on Rails -- security can sometimes be considered an afterthought. Our team decided to make this our main focus, and illuminate the security flaws in some of the web apps we are writing.

This is a compendium of all of the information we have learned - the common exploits, the security tools used, and other useful tips from the web security world. This can be used as a point of reference for people interested in learning more about this important topic.

DISCLAIMER: Please keep in mind that this repo is for educational purposes only. Make sure that anything you do with this information is legal - get permission before you hack!

Table of Contents

Definitions

The world of Web Security can be a scary place... Let us clear up some of your confusion by defining a few terms!

Common Exploits

As a software developer, what do I need to know?

Security Tools

There are tons of security tools out there. These are just a few that we've spent time researching - there are many, many more.

  • Burp - man-in-the-middle app with many modules
  • recon-ng - regarded as one of the top tools for open source reconnaisance
  • BeEF - a penetration testing tool that focuses on the web browser
  • Brakeman - A static analysis security vulnerability scanner for Ruby on Rails applications
  • w3af - an open-source web application security scanner
  • metasploit & kali linux - The Hacker's OS
  • Browser Extensions - Turn your browser into a hacking machine

Application Development

Links & Misc.

Share this project:

Updates