rabid 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fae7432b49568b990acad185a4ed7ec696233c8d4902f3931b438b38eb50c647
4
- data.tar.gz: 324c6c155ed5a61fb58ee8d5bfa98832a05e19c84e3eb33c59ca5964b3eeb74e
3
+ metadata.gz: 1fb66b7c9b3281ef662bdd6dc6c65e6ed5093e490f15e9aaa999332bad9154f9
4
+ data.tar.gz: c483b97746a73410651ddc054b17ee70cd49c1f018231a1f274159d3530b16b0
5
5
  SHA512:
6
- metadata.gz: aa28c428aae86fcc343b829d0d2c390e8693862a3e4e50551efec9cec51369161cba85c42d67af0d8fb58d67094bc9b41c637151eecc5c0948e69b7bc1058e1f
7
- data.tar.gz: fd416c7f78da453f6ac63b1ba448f10e81a7f6110f74a162d877dc52fc1bef30e1526e2281bbd8b94c2e6d71a3beb4332eb7bdd670f03c79c97945bf93de2432
6
+ metadata.gz: 4eef5f2d9387f6d939e1950e55599a21817eee083d1715a33167aba68bc5cc9bdbf2ce0f5cb7128bb041ddea4d3d37a9cf9f2502fb36583c40474aaf4de98264
7
+ data.tar.gz: 974535723fa1b1c0ee77ca6f2b868fb7cf51f2db4ec63f93dbb5a2d20f55cef1c75385fbf4a67df0a1cc18700c2a215425d5283c5dde169d749ccc47305e7c95
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rabid (0.0.2)
4
+ rabid (0.0.3)
5
5
  docopt (~> 0.6)
6
6
  paint (~> 2.1)
7
7
 
@@ -43,7 +43,7 @@ PLATFORMS
43
43
 
44
44
  DEPENDENCIES
45
45
  bundler (~> 2.0)
46
- commonmarker (~> 0.18)
46
+ commonmarker (~> 0.20)
47
47
  github-markup (~> 3.0)
48
48
  minitest (~> 5.11)
49
49
  rabid!
data/docs/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3]
4
+
5
+ - Update `commonmarker` dependency
6
+
3
7
  ## [0.0.2]
4
8
 
5
9
  - Encrypted cookie detection
@@ -4,6 +4,7 @@
4
4
 
5
5
  ```
6
6
  $ git tag vx.x.x
7
+ $ git push --follow-tags
7
8
  $ gem push rabid-x.x.x.gem
8
9
  ```
9
10
 
@@ -35,4 +36,4 @@ An to be sure all tests pass!
35
36
 
36
37
  ```
37
38
  $ rake
38
- ```
39
+ ```
@@ -722,27 +722,27 @@
722
722
  <pre class="lines">
723
723
 
724
724
 
725
- 223
726
- 224
727
- 225
728
- 226
729
- 227
730
- 228
731
- 229
732
- 230
733
- 231
734
- 232
735
- 233
736
- 234
737
- 235
738
725
  236
739
726
  237
740
727
  238
741
728
  239
742
- 240</pre>
729
+ 240
730
+ 241
731
+ 242
732
+ 243
733
+ 244
734
+ 245
735
+ 246
736
+ 247
737
+ 248
738
+ 249
739
+ 250
740
+ 251
741
+ 252
742
+ 253</pre>
743
743
  </td>
744
744
  <td>
745
- <pre class="code"><span class="info file"># File 'lib/bigipcookie.rb', line 223</span>
745
+ <pre class="code"><span class="info file"># File 'lib/bigipcookie.rb', line 236</span>
746
746
 
747
747
  <span class='kw'>def</span> <span class='id identifier rubyid_auto_decode'>auto_decode</span><span class='lparen'>(</span><span class='id identifier rubyid_opts'>opts</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
748
748
  <span class='kw'>if</span> <span class='tstring'><span class='regexp_beg'>/</span><span class='tstring_content'>\=</span><span class='regexp_end'>/</span></span><span class='period'>.</span><span class='id identifier rubyid_match?'>match?</span><span class='lparen'>(</span><span class='ivar'>@raw_cookie</span><span class='rparen'>)</span> <span class='comment'># if there is a key
@@ -772,7 +772,7 @@
772
772
  </div>
773
773
 
774
774
  <div id="footer">
775
- Generated on Wed Jul 31 20:54:45 2019 by
775
+ Generated on Thu Oct 3 03:20:25 2019 by
776
776
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
777
777
  0.9.20 (ruby-2.6.0).
778
778
  </div>
@@ -149,7 +149,7 @@
149
149
  </div>
150
150
 
151
151
  <div id="footer">
152
- Generated on Wed Jul 31 20:54:45 2019 by
152
+ Generated on Thu Oct 3 03:20:24 2019 by
153
153
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
154
154
  0.9.20 (ruby-2.6.0).
155
155
  </div>
@@ -100,7 +100,7 @@
100
100
  <dt id="VERSION-constant" class="">VERSION =
101
101
 
102
102
  </dt>
103
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.0.1</span><span class='tstring_end'>&#39;</span></span></pre></dd>
103
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>0.0.3</span><span class='tstring_end'>&#39;</span></span></pre></dd>
104
104
 
105
105
  </dl>
106
106
 
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Wed Jul 31 20:54:45 2019 by
119
+ Generated on Thu Oct 3 03:20:24 2019 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.9.20 (ruby-2.6.0).
122
122
  </div>
@@ -128,7 +128,7 @@
128
128
  </div>
129
129
 
130
130
  <div id="footer">
131
- Generated on Wed Jul 31 20:54:45 2019 by
131
+ Generated on Thu Oct 3 03:20:24 2019 by
132
132
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
133
133
  0.9.20 (ruby-2.6.0).
134
134
  </div>
@@ -60,7 +60,7 @@
60
60
  <div id="content"><div id='filecontents'>The MIT License (MIT)<br/><br/>Copyright (c) 2019 Alexandre ZANNI<br/><br/>Permission is hereby granted, free of charge, to any person obtaining a copy<br/>of this software and associated documentation files (the &quot;Software&quot;), to deal<br/>in the Software without restriction, including without limitation the rights<br/>to use, copy, modify, merge, publish, distribute, sublicense, and/or sell<br/>copies of the Software, and to permit persons to whom the Software is<br/>furnished to do so, subject to the following conditions:<br/><br/>The above copyright notice and this permission notice shall be included in<br/>all copies or substantial portions of the Software.<br/><br/>THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br/>IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br/>FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE<br/>AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br/>LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,<br/>OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN<br/>THE SOFTWARE.</div></div>
61
61
 
62
62
  <div id="footer">
63
- Generated on Wed Jul 31 20:54:45 2019 by
63
+ Generated on Thu Oct 3 03:20:24 2019 by
64
64
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
65
65
  0.9.20 (ruby-2.6.0).
66
66
  </div>
@@ -59,6 +59,14 @@
59
59
 
60
60
  <div id="content"><div id='filecontents'><h1>RABID</h1>
61
61
 
62
+ <p><a href="https://badge.fury.io/rb/rabid"><img src="https://badge.fury.io/rb/rabid.svg" alt="Gem Version"></a>
63
+ <img src="https://img.shields.io/github/tag/Orange-Cyberdefense/rabid" alt="GitHub tag (latest SemVer)">
64
+ <a href="https://github.com/Orange-Cyberdefense/rabid/network"><img src="https://img.shields.io/github/forks/Orange-Cyberdefense/rabid" alt="GitHub forks"></a>
65
+ <a href="https://github.com/Orange-Cyberdefense/rabid/stargazers"><img src="https://img.shields.io/github/stars/Orange-Cyberdefense/rabid" alt="GitHub stars"></a>
66
+ <a href="https://github.com/Orange-Cyberdefense/rabid/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/Orange-Cyberdefense/rabid" alt="GitHub license"></a></p>
67
+
68
+ <p><a href="https://repology.org/project/rabid/versions"><img src="https://repology.org/badge/vertical-allrepos/rabid.svg" alt="Packaging status"></a></p>
69
+
62
70
  <p><img src="https://orange-cyberdefense.github.io/rabid/_media/logo.png" alt=""></p>
63
71
 
64
72
  <blockquote>
@@ -76,10 +84,18 @@
76
84
  <li>CLI tool &amp; library</li>
77
85
  <li>Hackable</li>
78
86
  </ul>
87
+
88
+ <h2>References</h2>
89
+
90
+ <p>Homepage / Documentation: <a href="https://orange-cyberdefense.github.io/rabid/">https://orange-cyberdefense.github.io/rabid/</a></p>
91
+
92
+ <h2>Author</h2>
93
+
94
+ <p>Made by Alexandre ZANNI (<a href="https://github.com/noraj">@noraj</a>), pentester from Orange Cyberdefense.</p>
79
95
  </div></div>
80
96
 
81
97
  <div id="footer">
82
- Generated on Wed Jul 31 20:54:45 2019 by
98
+ Generated on Thu Oct 3 03:20:24 2019 by
83
99
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
84
100
  0.9.20 (ruby-2.6.0).
85
101
  </div>
data/docs/yard/index.html CHANGED
@@ -59,6 +59,14 @@
59
59
 
60
60
  <div id="content"><div id='filecontents'><h1>RABID</h1>
61
61
 
62
+ <p><a href="https://badge.fury.io/rb/rabid"><img src="https://badge.fury.io/rb/rabid.svg" alt="Gem Version"></a>
63
+ <img src="https://img.shields.io/github/tag/Orange-Cyberdefense/rabid" alt="GitHub tag (latest SemVer)">
64
+ <a href="https://github.com/Orange-Cyberdefense/rabid/network"><img src="https://img.shields.io/github/forks/Orange-Cyberdefense/rabid" alt="GitHub forks"></a>
65
+ <a href="https://github.com/Orange-Cyberdefense/rabid/stargazers"><img src="https://img.shields.io/github/stars/Orange-Cyberdefense/rabid" alt="GitHub stars"></a>
66
+ <a href="https://github.com/Orange-Cyberdefense/rabid/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/Orange-Cyberdefense/rabid" alt="GitHub license"></a></p>
67
+
68
+ <p><a href="https://repology.org/project/rabid/versions"><img src="https://repology.org/badge/vertical-allrepos/rabid.svg" alt="Packaging status"></a></p>
69
+
62
70
  <p><img src="https://orange-cyberdefense.github.io/rabid/_media/logo.png" alt=""></p>
63
71
 
64
72
  <blockquote>
@@ -76,10 +84,18 @@
76
84
  <li>CLI tool &amp; library</li>
77
85
  <li>Hackable</li>
78
86
  </ul>
87
+
88
+ <h2>References</h2>
89
+
90
+ <p>Homepage / Documentation: <a href="https://orange-cyberdefense.github.io/rabid/">https://orange-cyberdefense.github.io/rabid/</a></p>
91
+
92
+ <h2>Author</h2>
93
+
94
+ <p>Made by Alexandre ZANNI (<a href="https://github.com/noraj">@noraj</a>), pentester from Orange Cyberdefense.</p>
79
95
  </div></div>
80
96
 
81
97
  <div id="footer">
82
- Generated on Wed Jul 31 20:54:45 2019 by
98
+ Generated on Thu Oct 3 03:20:24 2019 by
83
99
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
84
100
  0.9.20 (ruby-2.6.0).
85
101
  </div>
@@ -102,7 +102,7 @@
102
102
  </div>
103
103
 
104
104
  <div id="footer">
105
- Generated on Wed Jul 31 20:54:45 2019 by
105
+ Generated on Thu Oct 3 03:20:24 2019 by
106
106
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
107
107
  0.9.20 (ruby-2.6.0).
108
108
  </div>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Version
4
- VERSION = '0.0.2'
4
+ VERSION = '0.0.3'
5
5
  end
data/lib/bigipcookie.rb CHANGED
@@ -164,6 +164,9 @@ class BigIPCookie
164
164
  return "[#{ip}%#{id}]:#{port}"
165
165
  end
166
166
 
167
+ # Return that the cookie is encrypted
168
+ # @param cookie [String] raw cookie value
169
+ # @return [String] Encrypted cookie detection message
167
170
  def encrypted(cookie)
168
171
  return 'Unknown:Encrypted'
169
172
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rabid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre ZANNI
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '0.18'
61
+ version: '0.20'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '0.18'
68
+ version: '0.20'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: github-markup
71
71
  requirement: !ruby/object:Gem::Requirement