Code Monkey home page Code Monkey logo

ruby_infosec's Introduction

Ruby for Information Security Professionals

Check out the course manual.

Look in examples/ for code examples.

Ruby Setup

For most of the course we will be typing in Interactive Ruby. Most of you will be able to type in "irb" at the command line to get an IRB prompt like this:

irb>

Don't worry if your prompt looks a little different.

Type in the following:

irb> puts "hello world"
hello world
 => nil 

Your results should be very similar to that. If that worked you are ready to start the course. Be prepared to type a lot, that's the only way things will stick is by doing them.

I've included some awesome materials below. Relax, these aren't required reading. If you have never seen Ruby before you can sit down in an hour or so and get a good idea of what's going on. The more familiar you are with Ruby, the more you'll get out of the course. We will hit the ground running. You can also attend both classes if you like.

Ruby in Twenty Minutes

http://www.ruby-lang.org/en/documentation/quickstart/

Humble Little Ruby Book

Humble Little Ruby Book is available for free PDF Download.

http://www.humblelittlerubybook.com/book/

Ruby Style Guide

https://github.com/bbatsov/ruby-style-guide/blob/master/README.md

Metasploit Development

We'll also cover Metasploit Development as well. Since Metasploit is development primarily in Ruby, we can take what we learn over the initial 3/4 of the course to create functional Metasploit modules.

You’ll need a working installation of Metasploit, there are a couple of options so do what you prefer. We will not pause to install Ruby or Metasploit.

Here are your options:

Option 1: Install Metasploit Community via the install package.

http://www.rapid7.com/products/metasploit/metasploit-community-registration.jsp

Option 2: Use Kali Linux Install or virtual machine

http://www.kali.org/downloads/

Option 3: Setup a Metasploit Development Environment

https://github.com/rapid7/metasploit-framework/wiki/Setting-Up-a-Metasploit-Development-Environment

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.