metasploit-aggregator 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/bin/metasploit-aggregator +3 -11
- data/lib/metasploit/aggregator.rb +303 -137
- data/lib/metasploit/aggregator/aggregator_pb.rb +13 -0
- data/lib/metasploit/aggregator/aggregator_services_pb.rb +36 -0
- data/lib/metasploit/aggregator/connection_manager.rb +3 -1
- data/lib/metasploit/aggregator/error.rb +9 -0
- data/lib/metasploit/aggregator/http/responder.rb +1 -1
- data/lib/metasploit/aggregator/messages_pb.rb +51 -0
- data/lib/metasploit/aggregator/router.rb +0 -1
- data/lib/metasploit/aggregator/tlv/uuid.rb +232 -232
- data/lib/metasploit/aggregator/version.rb +1 -1
- data/metasploit-aggregator.gemspec +4 -2
- metadata +23 -9
- metadata.gz.sig +0 -0
- data/.gitignore +0 -10
- data/CODE_OF_CONDUCT.md +0 -52
- data/LICENSE +0 -748
- data/README.md +0 -28
data/README.md
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
Metasploit [![Build Status](https://travis-ci.org/rapid7/metasploit-aggregator.svg?branch=master)](https://travis-ci.org/rapid7/metasploit-aggregator) [![Code Climate](https://img.shields.io/codeclimate/github/rapid7/metasploit-aggregator.svg)](https://codeclimate.com/github/rapid7/metasploit-aggregator)
|
2
|
-
==
|
3
|
-
The Metasploit Aggregator is released under a BSD-style license. See
|
4
|
-
COPYING for more details.
|
5
|
-
|
6
|
-
Bug tracking and development information can be found at:
|
7
|
-
https://github.com/rapid7/metasploit-aggregator
|
8
|
-
|
9
|
-
New bugs and feature requests should be directed to:
|
10
|
-
http://r-7.co/MSF-BUGv1
|
11
|
-
|
12
|
-
API documentation for writing modules can be found at:
|
13
|
-
https://rapid7.github.io/metasploit-aggregator/api
|
14
|
-
|
15
|
-
Questions and suggestions can be sent to:
|
16
|
-
https://lists.sourceforge.net/lists/listinfo/metasploit-hackers
|
17
|
-
|
18
|
-
Installing
|
19
|
-
--
|
20
|
-
|
21
|
-
Using Metasploit Aggregator
|
22
|
-
--
|
23
|
-
|
24
|
-
Contributing
|
25
|
-
--
|
26
|
-
[Contributing](https://github.com/rapid7/metasploit-aggregator/blob/master/CONTRIBUTING.md).
|
27
|
-
|
28
|
-
|