Sha256: 536bc8b4254a38afdb3d484b1b6b174266cf34ed593b637395c57055b32a2344
Contents?: true
Size: 753 Bytes
Versions: 2
Compression:
Stored size: 753 Bytes
Contents
# Rex An re-packaging of the Rex library included in the Metasploit Framework for use by non-Metasploit applications. Originally created by Jacob Hammack and made official by the Rapid7 development team. The upstream of this package is the rex subdirectory of https://github.com/rapid7/metasploit-framework Note that prior to version 2.0.0, the 'rex' gem was an unrelated library developed by Aaron Paterson (@tenderlove). For users of the prior library (a lexical scanner generator), set your Gemfile to something like the following: ``` gem 'rex', '< 2.0.0' ``` This package replaces the librex gem. ``` $ gem install rex ``` # Credits * The Metasploit Community * Jacob Hammack <https://github.com/hammackj> * Rapid7 <http://www.rapid7.com/>
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
librex-0.0.999 | README.markdown |
rex-2.0.2 | README.markdown |