librex 0.0.66 → 0.0.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +1 -1
- data/lib/rex.rb +1 -1
- data/lib/rex/mac_oui.rb +16579 -0
- metadata +3 -2
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: librex
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.68
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -13,7 +13,7 @@ cert_chain: []
|
|
|
13
13
|
date: 2012-07-10 00:00:00.000000000 Z
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: Rex provides a variety of classes useful for security testing and exploit
|
|
16
|
-
development. Based on SVN Revision
|
|
16
|
+
development. Based on SVN Revision 15602
|
|
17
17
|
email:
|
|
18
18
|
- hd_moore@rapid7.com
|
|
19
19
|
- jacob.hammack@hammackj.com
|
|
@@ -476,6 +476,7 @@ files:
|
|
|
476
476
|
- lib/rex/script/shell.rb
|
|
477
477
|
- lib/rex/script/base.rb
|
|
478
478
|
- lib/rex/script/meterpreter.rb
|
|
479
|
+
- lib/rex/mac_oui.rb
|
|
479
480
|
- lib/rex/exploitation/javascriptosdetect.rb
|
|
480
481
|
- lib/rex/exploitation/heaplib.rb
|
|
481
482
|
- lib/rex/exploitation/omelet.rb.ut.rb
|