Skip to content

blackhatruby/BHR_Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Black Hat Ruby Labs

BookCover

Welcome to the Black Hat Ruby labs repository.

This repository is publicly available repository for all files related to Black Hat Ruby Book. If you have any related questions or bugs, please open a new issue.

Module 1: Introduction

Chapter 1 – Introduction

📁
├── ch01
│   ├── bht-template.rb
│   ├── enough_talking.rb
│   └── ruby-language-riptutorial.com.pdf

Chapter 2 – Setting Up Your Development Environment

📁
├── ch02
│   ├── installing-ruby_Linux.txt
│   └── installing-ruby_Windows.txt

Module 2: Hacker's everyday codes in Ruby

Chapter 3 – Ruby in Terminal

📁
├── ch03
│   ├── BHRuby.exe
│   ├── BHRuby.py
│   ├── binary-data-ruby.pdf
│   ├── cli-args.rb
│   ├── cli-opts-1.rb
│   ├── cli-opts-2.rb
│   ├── cli-opts.rb
│   ├── colorization-1.rb
│   ├── console-tab-completion-1.rb
│   ├── console-tab-completion-2.rb
│   ├── cursor-1.rb
│   ├── cursor-2.rb
│   ├── cursor-ctrl.rb
│   └── terminal-size.rb

Chapter 4 – String Manipulation, Conversion, and Extraction

📁
├── ch04
│   ├── conversion.rb
│   ├── extraction.rb
│   ├── iconv.rb
│   ├── pattern_create-offset.rb
│   ├── saml.rb
│   └── user_pass.list

Module 3: System Hacking

Chapter 5 – File Manipulation