meterpreter_bins 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +13 -5
- data/LICENSE +39 -20
- data/README.md +1 -1
- data/lib/meterpreter_bins/version.rb +1 -1
- data/meterpreter/elevator.x64.dll +0 -0
- data/meterpreter/elevator.x86.dll +0 -0
- data/meterpreter/ext_server_espia.x64.dll +0 -0
- data/meterpreter/ext_server_espia.x86.dll +0 -0
- data/meterpreter/ext_server_extapi.x64.dll +0 -0
- data/meterpreter/ext_server_extapi.x86.dll +0 -0
- data/meterpreter/ext_server_incognito.x64.dll +0 -0
- data/meterpreter/ext_server_incognito.x86.dll +0 -0
- data/meterpreter/ext_server_kiwi.x64.dll +0 -0
- data/meterpreter/ext_server_kiwi.x86.dll +0 -0
- data/meterpreter/ext_server_lanattacks.x64.dll +0 -0
- data/meterpreter/ext_server_lanattacks.x86.dll +0 -0
- data/meterpreter/ext_server_mimikatz.x64.dll +0 -0
- data/meterpreter/ext_server_mimikatz.x86.dll +0 -0
- data/meterpreter/ext_server_priv.x64.dll +0 -0
- data/meterpreter/ext_server_priv.x86.dll +0 -0
- data/meterpreter/ext_server_stdapi.x64.dll +0 -0
- data/meterpreter/ext_server_stdapi.x86.dll +0 -0
- data/meterpreter/metsrv.x64.dll +0 -0
- data/meterpreter/metsrv.x86.dll +0 -0
- data/meterpreter/screenshot.x64.dll +0 -0
- data/meterpreter/screenshot.x86.dll +0 -0
- data/meterpreter_bins.gemspec +9 -8
- metadata +94 -51
- data/LICENSE.txt +0 -39
checksums.yaml
CHANGED
@@ -1,7 +1,15 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
2
|
+
!binary "U0hBMQ==":
|
3
|
+
metadata.gz: !binary |-
|
4
|
+
MTJiYjkxNDVlOTM3YWMzYTYzMmUyMjFlNDVjOGY1MjViMWFiM2ZkYg==
|
5
|
+
data.tar.gz: !binary |-
|
6
|
+
MjcwMDVlYTA5YjBmZmM4M2UxNWQxMjFjZDg0MDY5YzQ1OGM0YmZlMQ==
|
5
7
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
|
8
|
+
metadata.gz: !binary |-
|
9
|
+
YmNkOTM3ZjAyNDUzMjY1ZDIxYmRiYThjOGNiZDkzNDM5N2U4NTVjNWFjODFm
|
10
|
+
OWM3Mjc5ODM3M2MzOTI4MThmODI1NDZjZTgxY2JkYjFkNmMxZTMzZWQxZjIy
|
11
|
+
NjQ1NjA0NTYxYWYyY2I4ZjA2YjQwOTdhMzZlMDBiM2I2NWJjZDQ=
|
12
|
+
data.tar.gz: !binary |-
|
13
|
+
ZDJhMjAyZWJiYWFhZjk4YjJhYWNmM2VlNTAzMDE2MjFiOWM2NWE4YWMzZTYz
|
14
|
+
OWQ0NjBlZTU3ZDcxMzc5N2ExZGZhOWY3MDJjNGZkZTQ3ODYzYzU3MWY4NjQ1
|
15
|
+
MDUwM2IzODhjMDE1NmNhZWQ4YjQ0ZTg0MzZjZTJkOTlkNjRiZWY=
|
data/LICENSE
CHANGED
@@ -1,20 +1,39 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
1
|
+
Meterpreter is available for use under the following license, commonly known as the
|
2
|
+
3-clause (or "modified") BSD license:
|
3
|
+
|
4
|
+
=========================================================================================
|
5
|
+
|
6
|
+
Meterpreter
|
7
|
+
-----------
|
8
|
+
|
9
|
+
Copyright (c) 2006-2013, Rapid7 Inc
|
10
|
+
|
11
|
+
Redistribution and use in source and binary forms, with or without modification, are
|
12
|
+
permitted provided that the following conditions are met:
|
13
|
+
|
14
|
+
* Redistributions of source code must retain the above copyright notice, this list of
|
15
|
+
conditions and the following disclaimer.
|
16
|
+
|
17
|
+
* Redistributions in binary form must reproduce the above copyright notice, this list of
|
18
|
+
conditions and the following disclaimer in the documentation and/or other materials
|
19
|
+
provided with the distribution.
|
20
|
+
|
21
|
+
* Neither the name of Rapid7 nor the names of its contributors may be used to endorse or
|
22
|
+
promote products derived from this software without specific prior written permission.
|
23
|
+
|
24
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
25
|
+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
26
|
+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
|
27
|
+
THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
28
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
|
29
|
+
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
30
|
+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
31
|
+
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
32
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
33
|
+
|
34
|
+
=========================================================================================
|
35
|
+
|
36
|
+
Portions of Meterpreter are based on works by others. Licenses for those
|
37
|
+
portions are detailed at the Meterpreter source repository
|
38
|
+
https://github.com/rapid7/meterpreter
|
39
|
+
|
data/README.md
CHANGED
@@ -19,7 +19,7 @@ download and install Metasploit itself.
|
|
19
19
|
|
20
20
|
To build the gem:
|
21
21
|
|
22
|
-
1. Update the version number in `lib/
|
22
|
+
1. Update the version number in `lib/meterpreter_bins/version.rb`
|
23
23
|
1. Run `rake win_prep` to build on Windows or `rake posix_prep` to build
|
24
24
|
on Linux.
|
25
25
|
1. Binaries will be built in the `meterpreter` folder.
|
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
|
Binary file
|
Binary file
|
data/meterpreter/metsrv.x64.dll
CHANGED
Binary file
|
data/meterpreter/metsrv.x86.dll
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/meterpreter_bins.gemspec
CHANGED
@@ -4,15 +4,16 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
require 'meterpreter_bins/version'
|
5
5
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
|
-
spec.name =
|
7
|
+
spec.name = 'meterpreter_bins'
|
8
8
|
spec.version = MeterpreterBinaries::VERSION
|
9
|
-
spec.
|
10
|
-
spec.
|
9
|
+
spec.date = '2014-08-20'
|
10
|
+
spec.authors = ['OJ Reeves', 'Tod Beardsley', 'Chris Doughty']
|
11
|
+
spec.email = ['oj@buffered.io', 'tod_beardsley@rapid7.com', 'chris_doughty@rapid7.com']
|
11
12
|
spec.description = %q{Compiled binaries for Metasploit's Meterpreter}
|
12
13
|
spec.summary = %q{This gem contains the compiled binaries required to make
|
13
14
|
Meterpreter function for Windows 32-bit and 64-bit targets.
|
14
15
|
Other binaries will be added in future versions.}
|
15
|
-
spec.homepage =
|
16
|
+
spec.homepage = 'http://www.metasploit.com'
|
16
17
|
spec.license = '3-clause (or "modified") BSD'
|
17
18
|
|
18
19
|
spec.files = `git ls-files`.split("\n")
|
@@ -36,10 +37,10 @@ Gem::Specification.new do |spec|
|
|
36
37
|
# up. In this way, the gem version can be linked to a commit hash and
|
37
38
|
# users can get a sense of where in the history they are.
|
38
39
|
#spec.metadata['source'] = 'https://github.com/rapid7/meterpreter'
|
39
|
-
#spec.metadata['source_commit'] = '
|
40
|
+
#spec.metadata['source_commit'] = '51b1a6d1dce9f617ab5fe0f27796e2217d9a9ca6'
|
40
41
|
#spec.metadata['source_commit_url'] = "#{spec.metadata['source']}/commit/#{spec.metadata['source_commit']}"
|
41
42
|
|
42
|
-
spec.add_development_dependency
|
43
|
-
spec.add_development_dependency
|
44
|
-
spec.add_development_dependency
|
43
|
+
spec.add_development_dependency 'bundler', '~> 1.3'
|
44
|
+
spec.add_development_dependency 'rake'
|
45
|
+
spec.add_development_dependency 'gem-release'
|
45
46
|
end
|
metadata
CHANGED
@@ -1,123 +1,166 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
name:
|
2
|
+
name: !binary |-
|
3
|
+
bWV0ZXJwcmV0ZXJfYmlucw==
|
3
4
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
5
|
+
version: !binary |-
|
6
|
+
MC4wLjc=
|
5
7
|
platform: ruby
|
6
8
|
authors:
|
7
|
-
-
|
8
|
-
|
9
|
-
-
|
9
|
+
- !binary |-
|
10
|
+
T0ogUmVldmVz
|
11
|
+
- !binary |-
|
12
|
+
VG9kIEJlYXJkc2xleQ==
|
13
|
+
- !binary |-
|
14
|
+
Q2hyaXMgRG91Z2h0eQ==
|
10
15
|
autorequire:
|
11
16
|
bindir: bin
|
12
17
|
cert_chain: []
|
13
|
-
date: 2014-
|
18
|
+
date: 2014-08-20 00:00:00.000000000 Z
|
14
19
|
dependencies:
|
15
20
|
- !ruby/object:Gem::Dependency
|
16
|
-
name:
|
21
|
+
name: !binary |-
|
22
|
+
YnVuZGxlcg==
|
17
23
|
requirement: !ruby/object:Gem::Requirement
|
18
24
|
requirements:
|
19
|
-
- -
|
25
|
+
- - !binary |-
|
26
|
+
fj4=
|
20
27
|
- !ruby/object:Gem::Version
|
21
28
|
version: '1.3'
|
22
29
|
type: :development
|
23
30
|
prerelease: false
|
24
31
|
version_requirements: !ruby/object:Gem::Requirement
|
25
32
|
requirements:
|
26
|
-
- -
|
33
|
+
- - !binary |-
|
34
|
+
fj4=
|
27
35
|
- !ruby/object:Gem::Version
|
28
36
|
version: '1.3'
|
29
37
|
- !ruby/object:Gem::Dependency
|
30
|
-
name:
|
38
|
+
name: !binary |-
|
39
|
+
cmFrZQ==
|
31
40
|
requirement: !ruby/object:Gem::Requirement
|
32
41
|
requirements:
|
33
|
-
- -
|
42
|
+
- - ! '>='
|
34
43
|
- !ruby/object:Gem::Version
|
35
44
|
version: '0'
|
36
45
|
type: :development
|
37
46
|
prerelease: false
|
38
47
|
version_requirements: !ruby/object:Gem::Requirement
|
39
48
|
requirements:
|
40
|
-
- -
|
49
|
+
- - ! '>='
|
41
50
|
- !ruby/object:Gem::Version
|
42
51
|
version: '0'
|
43
52
|
- !ruby/object:Gem::Dependency
|
44
|
-
name:
|
53
|
+
name: !binary |-
|
54
|
+
Z2VtLXJlbGVhc2U=
|
45
55
|
requirement: !ruby/object:Gem::Requirement
|
46
56
|
requirements:
|
47
|
-
- -
|
57
|
+
- - ! '>='
|
48
58
|
- !ruby/object:Gem::Version
|
49
59
|
version: '0'
|
50
60
|
type: :development
|
51
61
|
prerelease: false
|
52
62
|
version_requirements: !ruby/object:Gem::Requirement
|
53
63
|
requirements:
|
54
|
-
- -
|
64
|
+
- - ! '>='
|
55
65
|
- !ruby/object:Gem::Version
|
56
66
|
version: '0'
|
57
|
-
description:
|
67
|
+
description: !binary |-
|
68
|
+
Q29tcGlsZWQgYmluYXJpZXMgZm9yIE1ldGFzcGxvaXQncyBNZXRlcnByZXRl
|
69
|
+
cg==
|
58
70
|
email:
|
59
|
-
-
|
60
|
-
|
61
|
-
-
|
71
|
+
- !binary |-
|
72
|
+
b2pAYnVmZmVyZWQuaW8=
|
73
|
+
- !binary |-
|
74
|
+
dG9kX2JlYXJkc2xleUByYXBpZDcuY29t
|
75
|
+
- !binary |-
|
76
|
+
Y2hyaXNfZG91Z2h0eUByYXBpZDcuY29t
|
62
77
|
executables: []
|
63
78
|
extensions: []
|
64
79
|
extra_rdoc_files: []
|
65
80
|
files:
|
66
|
-
-
|
81
|
+
- .gitignore
|
67
82
|
- CONTRIBUTING.md
|
68
83
|
- Gemfile
|
69
84
|
- LICENSE
|
70
|
-
- LICENSE.txt
|
71
85
|
- README.md
|
72
86
|
- Rakefile
|
73
87
|
- lib/meterpreter_bins.rb
|
74
88
|
- lib/meterpreter_bins/version.rb
|
75
|
-
- meterpreter/elevator.x64.dll
|
76
|
-
- meterpreter/elevator.x86.dll
|
77
|
-
- meterpreter/ext_server_espia.x64.dll
|
78
|
-
- meterpreter/ext_server_espia.x86.dll
|
79
|
-
- meterpreter/ext_server_extapi.x64.dll
|
80
|
-
- meterpreter/ext_server_extapi.x86.dll
|
81
|
-
- meterpreter/ext_server_incognito.x64.dll
|
82
|
-
- meterpreter/ext_server_incognito.x86.dll
|
83
|
-
- meterpreter/ext_server_kiwi.x64.dll
|
84
|
-
- meterpreter/ext_server_kiwi.x86.dll
|
85
|
-
- meterpreter/ext_server_lanattacks.x64.dll
|
86
|
-
- meterpreter/ext_server_lanattacks.x86.dll
|
87
|
-
- meterpreter/ext_server_mimikatz.x64.dll
|
88
|
-
- meterpreter/ext_server_mimikatz.x86.dll
|
89
|
-
- meterpreter/ext_server_priv.x64.dll
|
90
|
-
- meterpreter/ext_server_priv.x86.dll
|
91
|
-
- meterpreter/ext_server_stdapi.x64.dll
|
92
|
-
- meterpreter/ext_server_stdapi.x86.dll
|
93
|
-
- meterpreter/metsrv.x64.dll
|
94
|
-
- meterpreter/metsrv.x86.dll
|
95
|
-
- meterpreter/screenshot.x64.dll
|
96
|
-
- meterpreter/screenshot.x86.dll
|
97
89
|
- meterpreter_bins.gemspec
|
98
|
-
|
90
|
+
- !binary |-
|
91
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9leHRhcGkueDY0LmRsbA==
|
92
|
+
- !binary |-
|
93
|
+
bWV0ZXJwcmV0ZXIvZWxldmF0b3IueDg2LmRsbA==
|
94
|
+
- !binary |-
|
95
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9raXdpLng2NC5kbGw=
|
96
|
+
- !binary |-
|
97
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9lc3BpYS54NjQuZGxs
|
98
|
+
- !binary |-
|
99
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9pbmNvZ25pdG8ueDY0LmRsbA==
|
100
|
+
- !binary |-
|
101
|
+
bWV0ZXJwcmV0ZXIvbWV0c3J2Lng2NC5kbGw=
|
102
|
+
- !binary |-
|
103
|
+
bWV0ZXJwcmV0ZXIvc2NyZWVuc2hvdC54NjQuZGxs
|
104
|
+
- !binary |-
|
105
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9sYW5hdHRhY2tzLng4Ni5kbGw=
|
106
|
+
- !binary |-
|
107
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9leHRhcGkueDg2LmRsbA==
|
108
|
+
- !binary |-
|
109
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9raXdpLng4Ni5kbGw=
|
110
|
+
- !binary |-
|
111
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9zdGRhcGkueDg2LmRsbA==
|
112
|
+
- !binary |-
|
113
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9taW1pa2F0ei54NjQuZGxs
|
114
|
+
- !binary |-
|
115
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9lc3BpYS54ODYuZGxs
|
116
|
+
- !binary |-
|
117
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9zdGRhcGkueDY0LmRsbA==
|
118
|
+
- !binary |-
|
119
|
+
bWV0ZXJwcmV0ZXIvbWV0c3J2Lng4Ni5kbGw=
|
120
|
+
- !binary |-
|
121
|
+
bWV0ZXJwcmV0ZXIvZWxldmF0b3IueDY0LmRsbA==
|
122
|
+
- !binary |-
|
123
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9wcml2Lng4Ni5kbGw=
|
124
|
+
- !binary |-
|
125
|
+
bWV0ZXJwcmV0ZXIvc2NyZWVuc2hvdC54ODYuZGxs
|
126
|
+
- !binary |-
|
127
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9taW1pa2F0ei54ODYuZGxs
|
128
|
+
- !binary |-
|
129
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9wcml2Lng2NC5kbGw=
|
130
|
+
- !binary |-
|
131
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9pbmNvZ25pdG8ueDg2LmRsbA==
|
132
|
+
- !binary |-
|
133
|
+
bWV0ZXJwcmV0ZXIvZXh0X3NlcnZlcl9sYW5hdHRhY2tzLng2NC5kbGw=
|
134
|
+
homepage: !binary |-
|
135
|
+
aHR0cDovL3d3dy5tZXRhc3Bsb2l0LmNvbQ==
|
99
136
|
licenses:
|
100
|
-
-
|
137
|
+
- !binary |-
|
138
|
+
My1jbGF1c2UgKG9yICJtb2RpZmllZCIpIEJTRA==
|
101
139
|
metadata: {}
|
102
140
|
post_install_message:
|
103
141
|
rdoc_options: []
|
104
142
|
require_paths:
|
105
|
-
-
|
143
|
+
- !binary |-
|
144
|
+
bGli
|
106
145
|
required_ruby_version: !ruby/object:Gem::Requirement
|
107
146
|
requirements:
|
108
|
-
- -
|
147
|
+
- - ! '>='
|
109
148
|
- !ruby/object:Gem::Version
|
110
149
|
version: '0'
|
111
150
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
151
|
requirements:
|
113
|
-
- -
|
152
|
+
- - ! '>='
|
114
153
|
- !ruby/object:Gem::Version
|
115
154
|
version: '0'
|
116
155
|
requirements: []
|
117
156
|
rubyforge_project:
|
118
|
-
rubygems_version: 2.
|
157
|
+
rubygems_version: 2.1.11
|
119
158
|
signing_key:
|
120
159
|
specification_version: 4
|
121
|
-
summary:
|
122
|
-
|
160
|
+
summary: !binary |-
|
161
|
+
VGhpcyBnZW0gY29udGFpbnMgdGhlIGNvbXBpbGVkIGJpbmFyaWVzIHJlcXVp
|
162
|
+
cmVkIHRvIG1ha2UgTWV0ZXJwcmV0ZXIgZnVuY3Rpb24gZm9yIFdpbmRvd3Mg
|
163
|
+
MzItYml0IGFuZCA2NC1iaXQgdGFyZ2V0cy4gT3RoZXIgYmluYXJpZXMgd2ls
|
164
|
+
bCBiZSBhZGRlZCBpbiBmdXR1cmUgdmVyc2lvbnMu
|
123
165
|
test_files: []
|
166
|
+
has_rdoc:
|
data/LICENSE.txt
DELETED
@@ -1,39 +0,0 @@
|
|
1
|
-
Meterpreter is available for use under the following license, commonly known as the
|
2
|
-
3-clause (or "modified") BSD license:
|
3
|
-
|
4
|
-
=========================================================================================
|
5
|
-
|
6
|
-
Meterpreter
|
7
|
-
-----------
|
8
|
-
|
9
|
-
Copyright (c) 2006-2013, Rapid7 Inc
|
10
|
-
|
11
|
-
Redistribution and use in source and binary forms, with or without modification, are
|
12
|
-
permitted provided that the following conditions are met:
|
13
|
-
|
14
|
-
* Redistributions of source code must retain the above copyright notice, this list of
|
15
|
-
conditions and the following disclaimer.
|
16
|
-
|
17
|
-
* Redistributions in binary form must reproduce the above copyright notice, this list of
|
18
|
-
conditions and the following disclaimer in the documentation and/or other materials
|
19
|
-
provided with the distribution.
|
20
|
-
|
21
|
-
* Neither the name of Rapid7 nor the names of its contributors may be used to endorse or
|
22
|
-
promote products derived from this software without specific prior written permission.
|
23
|
-
|
24
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
|
25
|
-
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
26
|
-
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
|
27
|
-
THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
28
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
|
29
|
-
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
30
|
-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
|
31
|
-
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
32
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
33
|
-
|
34
|
-
=========================================================================================
|
35
|
-
|
36
|
-
Portions of Meterpreter are based on works by others. Licenses for those
|
37
|
-
portions are detailed at the Meterpreter source repository
|
38
|
-
https://github.com/rapid7/meterpreter
|
39
|
-
|