recog 2.1.32 → 2.1.33

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: 541810a5f2585b6cafec8c63bb9f0494d8187e08
4
- data.tar.gz: aa057ba57c4a5af3bc159598ad22d91313b8a850
3
+ metadata.gz: 2173eb6ef24d3ea0ff49f561dcbe099ec5b27f27
4
+ data.tar.gz: 1d52782399bd682f42524a5d40ca48e02f7750a3
5
5
  SHA512:
6
- metadata.gz: 9ceaad21d56c99e5b079ef18132800b71d6d940f4dccaaa08a66fae48650c27d6988c4032122d8a05acb3aa8ab7e839d142f2b434ea797f0c1309b203f00317c
7
- data.tar.gz: ea7e1b16a0b12bc229b8ac3e16dc91b059343c32ebde666dd8956ec3fc95e1136012a94fc01a33006fcf4c8461e9837c45a5aee2b912cd1bf9f3232d7a0ff5b9
6
+ metadata.gz: ab52b5de2a6d6ab01b56fa64458caab19b52805ab27bad318461ead4ae1062f46603ad5be46ff0792b4ee6911e0f715a646b53bb94268ed3b80758918e11ac60
7
+ data.tar.gz: 18c29a270f42599cc33e28419b6ffee694e9684838bf7c459d953a8a4cf59ee33a2887cedac9e7c1c5ebaa858a260e1e5732ba125d5077c36a3a0ba06530895a
@@ -0,0 +1,37 @@
1
+ ---
2
+ name: Bug report
3
+ about: Create a report to help us improve
4
+
5
+ ---
6
+
7
+ **Describe the bug**
8
+ A clear and concise description of what the bug is.
9
+
10
+ **To Reproduce**
11
+ Steps to reproduce the behavior:
12
+
13
+ 1. Do this...
14
+ 2. Do that...
15
+ 3. Then something happens...
16
+
17
+ Code that reproduces the behavior: <!-- This is optional -->
18
+ ```ruby
19
+ # paste code here, or create a gist, or link to public code snippet
20
+ ```
21
+
22
+ Matcher that reproduces the behavior: <!-- This is optional -->
23
+ ```xml
24
+ <!-- paste matcher xml here, or create a gist, or link to public code snippet -->
25
+ ```
26
+
27
+ **Expected behavior**
28
+ A clear and concise description of what you expected to happen.
29
+
30
+
31
+ **Environment (please complete the following information):**
32
+ - Operating System:
33
+ - Ruby Version:
34
+ - Recog Version:
35
+
36
+ **Additional context**
37
+ Add any other context about the problem here.
@@ -0,0 +1,17 @@
1
+ ---
2
+ name: Feature request
3
+ about: Suggest an idea for this project
4
+
5
+ ---
6
+
7
+ **Is your feature request related to a problem? Please describe.**
8
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9
+
10
+ **Describe the solution you'd like**
11
+ A clear and concise description of what you want to happen.
12
+
13
+ **Describe alternatives you've considered**
14
+ A clear and concise description of any alternative solutions or features you've considered.
15
+
16
+ **Additional context**
17
+ Add any other context or screenshots about the feature request here.
@@ -0,0 +1,27 @@
1
+ ---
2
+ name: Fingerprint request
3
+ about: Request new fingerprint coverage
4
+
5
+ ---
6
+
7
+ **Request for new fingerprint(s) for a product**
8
+ Briefly describe the product to be fingerprinted, including vendor and version information.
9
+ <!-- Include links to relevant public documentation from the vendor or other sources, if available -->
10
+
11
+ **Provide details about the product**
12
+ What protocol(s) can be used to retrieve identifiable information about the product?
13
+ <!-- Examples: Telnet, SSH, SNMP, SMTP, HTTP(S), Vendor Proprietary Protocol -->
14
+
15
+ What information can be collected on each protocol?
16
+ <!-- Example: HTTP Server banner: nginx/0.8.53 -->
17
+
18
+ What request, command, and/or payload can be used to retrieve information on each protocol?
19
+ <!-- Use code fences like the below example to preserve formatting -->
20
+ ```
21
+ HTTP HEAD /
22
+
23
+ HTTP GET /info.php
24
+ ```
25
+
26
+ **Example banner(s) with specific version info**
27
+ <!-- Paste raw text here, using code fences to preserve formatting if needed-->
@@ -0,0 +1,24 @@
1
+ ## Description
2
+ A detailed description of your changes.
3
+
4
+
5
+ ## Motivation and Context
6
+ Explanation of why these changes are being proposed, including any links to other relevant issues or pull requests.
7
+
8
+
9
+ ## How Has This Been Tested?
10
+ A clear and concise description of your changes were tested.
11
+
12
+
13
+ ## Types of changes
14
+ <!--- What types of changes does your code introduce? Remove any that do not apply: -->
15
+ - Bug fix (non-breaking change which fixes an issue)
16
+ - New feature (non-breaking change which adds functionality)
17
+ - Breaking change (fix or feature that would cause existing functionality to change)
18
+
19
+
20
+ ## Checklist:
21
+ <!--- After submitting the PR, check all of the boxes that apply. -->
22
+ - [ ] I have updated the documentation accordingly (or changes are not required).
23
+ - [ ] I have added tests to cover my changes (or new tests are not required).
24
+ - [ ] All new and existing tests passed.
data/.gitignore CHANGED
@@ -3,6 +3,7 @@ coverage/
3
3
  doc/
4
4
  pkg/
5
5
  .idea/
6
+ .vscode/
6
7
  /Gemfile.lock
7
8
 
8
9
  # ignore rvm files
@@ -1,3 +1,3 @@
1
1
  module Recog
2
- VERSION = '2.1.32'
2
+ VERSION = '2.1.33'
3
3
  end
@@ -674,6 +674,7 @@
674
674
  <example _encoding="base64">V2VsY29tZSB0byBNaWNyb3NvZnQgVGVsbmV0IFNlcnZpY2UgDQoKDWxvZ2luOgo=</example>
675
675
  <param pos="0" name="os.vendor" value="Microsoft"/>
676
676
  <param pos="0" name="os.family" value="Windows"/>
677
+ <param pos="0" name="os.product" value="Windows"/>
677
678
  </fingerprint>
678
679
  <!-- The following fingerprints are for generic Broadcom hardware where the
679
680
  vendor has left the default banner in place. These could be rebadged by
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recog
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.32
4
+ version: 2.1.33
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rapid7 Research
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-04 00:00:00.000000000 Z
11
+ date: 2018-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -121,6 +121,10 @@ executables:
121
121
  extensions: []
122
122
  extra_rdoc_files: []
123
123
  files:
124
+ - ".github/ISSUE_TEMPLATE/bug_report.md"
125
+ - ".github/ISSUE_TEMPLATE/feature_request.md"
126
+ - ".github/ISSUE_TEMPLATE/fingerprint_request.md"
127
+ - ".github/PULL_REQUEST_TEMPLATE"
124
128
  - ".gitignore"
125
129
  - ".rspec"
126
130
  - ".travis.yml"