PentEx aka Pentest Extensions

This toolset’s primarily intent is to enhance the interactive ruby shell (IRB) with functions which may be useful for pentests. Besides of typical hash and conversion functions it also has more complex functions like cisco_7-decoder or a nice hex-output.

Installation

First install the gem via

$gem install pentex

For a full featured IRB you also should add the line

require 'pentex'

to your .irbrc file.