meterpreter_bins 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ebacae0811c237dcef41e7b2667282f143e37d7
4
- data.tar.gz: 87cb853b25bd36312cfb62426ed74ed1b7de8eef
3
+ metadata.gz: 99a518e6637843ea3eca5deb549d21e7bacaf2c3
4
+ data.tar.gz: 286d16a9ecf928d17240187ed50956e5e4241066
5
5
  SHA512:
6
- metadata.gz: 9f22daa94891f020c3ec75513b2556babce09c028e132dcab62010aaedb9fb1bbd9ab4d95903270e0edc56bb870282865c267e8a545480363ceadebcf9d692d2
7
- data.tar.gz: 534af1522b9361e4553d1d0a98565f4c00d991c063020139d99011291c421dbfe8484573c96c05759828e1d548aff1d6defb79b2d5f6207cd476919914ece894
6
+ metadata.gz: eaaf6c7059868c51637b2edc47985cfe40dca1a27b763b59fe6c855598093cb5f29bdde7af0bd675d44d171931926b1729ff2e22ff7c37aa42751008d29298ec
7
+ data.tar.gz: bc0e814e64d13128e96a10ef9895c97731ce64f403ceb258b7dfa5fc166d09dd7183c862b365a5217c7f4755b03d018ea32f154ff524db818adf9a0ae920495e
@@ -1,6 +1,6 @@
1
1
  # -*- coding:binary -*-
2
2
  module MeterpreterBinaries
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.6'
4
4
 
5
5
  def self.version
6
6
  VERSION
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -6,11 +6,12 @@ require 'meterpreter_bins/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "meterpreter_bins"
8
8
  spec.version = MeterpreterBinaries::VERSION
9
- spec.authors = ["OJ Reeves"]
10
- spec.email = ["oj_reeves@rapid7.com"]
9
+ spec.authors = ["OJ Reeves", "Tod Beardsley", "Chris Doughty"]
10
+ spec.email = ["oj@buffered.io", "tod_beardsley@rapid7.com", "chris_doughty@rapid7.com"]
11
11
  spec.description = %q{Compiled binaries for Metasploit's Meterpreter}
12
- spec.summary = %q{This gem contains all the compiled binaries required to make
13
- Meterpreter function. This includes Windows and POSIX binaries.}
12
+ spec.summary = %q{This gem contains the compiled binaries required to make
13
+ Meterpreter function for Windows 32-bit and 64-bit targets.
14
+ Other binaries will be added in future versions.}
14
15
  spec.homepage = "http://www.metasploit.com"
15
16
  spec.license = '3-clause (or "modified") BSD'
16
17
 
metadata CHANGED
@@ -1,14 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meterpreter_bins
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - OJ Reeves
8
+ - Tod Beardsley
9
+ - Chris Doughty
8
10
  autorequire:
9
11
  bindir: bin
10
12
  cert_chain: []
11
- date: 2014-05-27 00:00:00.000000000 Z
13
+ date: 2014-06-13 00:00:00.000000000 Z
12
14
  dependencies:
13
15
  - !ruby/object:Gem::Dependency
14
16
  name: bundler
@@ -54,7 +56,9 @@ dependencies:
54
56
  version: '0'
55
57
  description: Compiled binaries for Metasploit's Meterpreter
56
58
  email:
57
- - oj_reeves@rapid7.com
59
+ - oj@buffered.io
60
+ - tod_beardsley@rapid7.com
61
+ - chris_doughty@rapid7.com
58
62
  executables: []
59
63
  extensions: []
60
64
  extra_rdoc_files: []
@@ -76,6 +80,8 @@ files:
76
80
  - meterpreter/ext_server_extapi.x86.dll
77
81
  - meterpreter/ext_server_incognito.x64.dll
78
82
  - meterpreter/ext_server_incognito.x86.dll
83
+ - meterpreter/ext_server_kiwi.x64.dll
84
+ - meterpreter/ext_server_kiwi.x86.dll
79
85
  - meterpreter/ext_server_lanattacks.x64.dll
80
86
  - meterpreter/ext_server_lanattacks.x86.dll
81
87
  - meterpreter/ext_server_mimikatz.x64.dll
@@ -112,6 +118,6 @@ rubyforge_project:
112
118
  rubygems_version: 2.2.1
113
119
  signing_key:
114
120
  specification_version: 4
115
- summary: This gem contains all the compiled binaries required to make Meterpreter
116
- function. This includes Windows and POSIX binaries.
121
+ summary: This gem contains the compiled binaries required to make Meterpreter function
122
+ for Windows 32-bit and 64-bit targets. Other binaries will be added in future versions.
117
123
  test_files: []