Sha256: 8751e7bfc9605ee768c0b02f376737a9568fae659c13e4e59db0908bdd0d94bf

Contents?: true

Size: 973 Bytes

Versions: 3

Compression:

Stored size: 973 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 `lib/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](https://github.com/rapid7/metasploit-framework)
* [Jacob Hammack](https://github.com/hammackj) for initially extracting rex from Metasploit
* [Aaron Paterson](https://github.com/tenderlove) for letting us repurpose the 'rex' gem name
* [Rapid7](http://www.rapid7.com/) for continued support

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rex-2.0.13 README.markdown
rex-2.0.12 README.markdown
rex-2.0.11 README.markdown