Skip to content

Commit

Permalink
prepare 1.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Feb 18, 2023
1 parent 4c220e9 commit a859a40
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
haiti-hash (1.4.1)
haiti-hash (1.5.0)
docopt (~> 0.6)
paint (~> 2.2)

Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [unreleased]

## [1.5.0]

- **Additions**:
- blake2s
- sm3
Expand Down
14 changes: 10 additions & 4 deletions docs/yard/HashIdentifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,10 @@ <h3 class="signature first" id="samples-class_method">
46
47
48
49</pre>
49
50
51
52</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/haiti.rb', line 40</span>
Expand All @@ -589,7 +592,10 @@ <h3 class="signature first" id="samples-class_method">
<span class='id identifier rubyid_samples'>samples</span> <span class='op'>=</span> <span class='lbracket'>[</span><span class='rbracket'>]</span>
<span class='const'><span class='object_link'><a href="#PROTOTYPES-constant" title="HashIdentifier::PROTOTYPES (constant)">PROTOTYPES</a></span></span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_prototype'>prototype</span><span class='op'>|</span>
<span class='id identifier rubyid_prototype'>prototype</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>modes</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_each'>each</span> <span class='kw'>do</span> <span class='op'>|</span><span class='id identifier rubyid_mode'>mode</span><span class='op'>|</span>
<span class='id identifier rubyid_samples'>samples</span> <span class='op'>&lt;&lt;</span> <span class='const'><span class='object_link'><a href="HashIdentifier/Chf.html" title="HashIdentifier::Chf (class)">Chf</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="HashIdentifier/Chf.html#initialize-instance_method" title="HashIdentifier::Chf#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_mode'>mode</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_samples'><span class='object_link'><a href="HashIdentifier/Chf.html#samples-instance_method" title="HashIdentifier::Chf#samples (method)">samples</a></span></span> <span class='kw'>if</span> <span class='lbracket'>[</span><span class='id identifier rubyid_mode'>mode</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>name</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span><span class='comma'>,</span> <span class='id identifier rubyid_mode'>mode</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>hashcat</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span><span class='comma'>,</span> <span class='id identifier rubyid_mode'>mode</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>john</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='id identifier rubyid_input'>input</span><span class='rparen'>)</span>
<span class='kw'>if</span> <span class='lbracket'>[</span><span class='id identifier rubyid_mode'>mode</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>name</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_downcase'>downcase</span><span class='comma'>,</span> <span class='id identifier rubyid_mode'>mode</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>hashcat</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span><span class='comma'>,</span>
<span class='id identifier rubyid_mode'>mode</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>john</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_nil?'>nil?</span> <span class='op'>?</span> <span class='id identifier rubyid_mode'>mode</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>john</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span> <span class='op'>:</span> <span class='id identifier rubyid_mode'>mode</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>john</span><span class='tstring_end'>&#39;</span></span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_downcase'>downcase</span><span class='rbracket'>]</span><span class='period'>.</span><span class='id identifier rubyid_include?'>include?</span><span class='lparen'>(</span><span class='id identifier rubyid_input'>input</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span><span class='period'>.</span><span class='id identifier rubyid_downcase'>downcase</span><span class='rparen'>)</span>
<span class='id identifier rubyid_samples'>samples</span> <span class='op'>&lt;&lt;</span> <span class='const'><span class='object_link'><a href="HashIdentifier/Chf.html" title="HashIdentifier::Chf (class)">Chf</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'><span class='object_link'><a href="HashIdentifier/Chf.html#initialize-instance_method" title="HashIdentifier::Chf#initialize (method)">new</a></span></span><span class='lparen'>(</span><span class='id identifier rubyid_mode'>mode</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_samples'><span class='object_link'><a href="HashIdentifier/Chf.html#samples-instance_method" title="HashIdentifier::Chf#samples (method)">samples</a></span></span>
<span class='kw'>end</span>
<span class='kw'>end</span>
<span class='kw'>end</span>
<span class='id identifier rubyid_samples'>samples</span><span class='period'>.</span><span class='id identifier rubyid_delete'>delete</span><span class='lparen'>(</span><span class='kw'>nil</span><span class='rparen'>)</span>
Expand All @@ -605,9 +611,9 @@ <h3 class="signature first" id="samples-class_method">
</div>

<div id="footer">
Generated on Sat Dec 3 17:38:06 2022 by
Generated on Sat Feb 18 18:21:51 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.2).
0.9.28 (ruby-3.2.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/HashIdentifier/Chf.html
Original file line number Diff line number Diff line change
Expand Up @@ -656,9 +656,9 @@ <h3 class="signature " id="samples-instance_method">
</div>

<div id="footer">
Generated on Sat Dec 3 17:38:06 2022 by
Generated on Sat Feb 18 18:21:51 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.2).
0.9.28 (ruby-3.2.1).
</div>

</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/yard/Version.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>
<dt id="VERSION-constant" class="">VERSION =

</dt>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.4.1</span><span class='tstring_end'>&#39;</span></span></pre></dd>
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&#39;</span><span class='tstring_content'>1.5.0</span><span class='tstring_end'>&#39;</span></span></pre></dd>

</dl>

Expand All @@ -116,9 +116,9 @@ <h2>
</div>

<div id="footer">
Generated on Sat Dec 3 17:38:06 2022 by
Generated on Sat Feb 18 18:21:51 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.2).
0.9.28 (ruby-3.2.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ <h2>Namespace Listing A-Z</h2>
</div>

<div id="footer">
Generated on Sat Dec 3 17:38:06 2022 by
Generated on Sat Feb 18 18:21:51 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.2).
0.9.28 (ruby-3.2.1).
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/yard/file.LICENSE.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
<div id="content"><div id='filecontents'>The MIT License (MIT)<br/><br/>Copyright (c) 2020-2022 Alexandre ZANNI (independent)<br/>Copyright (c) 2019-2020 Alexandre ZANNI at Orange Cyberdefense<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>

<div id="footer">
Generated on Sat Dec 3 17:38:06 2022 by
Generated on Sat Feb 18 18:21:51 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.2).
0.9.28 (ruby-3.2.1).
</div>

</div>
Expand Down
12 changes: 6 additions & 6 deletions docs/yard/file.README.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<a href="https://github.com/noraj/haiti/stargazers"><img src="https://img.shields.io/github/stars/noraj/haiti" alt="GitHub stars" /></a>
<a href="https://github.com/noraj/haiti/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/noraj/haiti" alt="GitHub license" /></a>
<a href="https://inventory.raw.pm/tools.html#Haiti"><img src="https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat.svg" alt="Rawsec's CyberSecurity Inventory" /></a></p>
<p><img src="https://img.shields.io/github/workflow/status/noraj/haiti/Ruby" alt="GitHub Workflow Status" />
<p><img src="https://img.shields.io/github/actions/workflow/status/noraj/haiti/ruby.yml?branch=master" alt="GitHub Workflow Status" />
<img src="https://img.shields.io/github/commit-activity/y/noraj/haiti" alt="GitHub commit activity" /></p>
<p><img src="https://noraj.github.io/haiti/_media/logo.png" alt="" /></p>
<blockquote>
Expand All @@ -85,25 +85,25 @@ <h2>Features</h2>
<h2>Installation</h2>
<pre class="code plaintext"><code class="plaintext">$ gem install haiti-hash
</code></pre>
<p>Check the <a href="https://noraj.github.io/haiti/#/pages/install">installation</a> page on the documentation to discover more methods.</p>
<p>Check the <a href="https://noraj.github.io/haiti/#/pages/install">installation</a> page on the documentation to discover more methods (Docker, Debian, openSUSE, etc.).</p>
<p><a href="https://repology.org/project/haiti/versions"><img src="https://repology.org/badge/vertical-allrepos/haiti.svg" alt="Packaging status" /></a>
<a href="https://badge.fury.io/rb/haiti-hash"><img src="https://badge.fury.io/rb/haiti-hash.svg" alt="Gem Version" /></a>
<img src="https://img.shields.io/github/tag/noraj/haiti" alt="GitHub tag (latest SemVer)" /></p>
<h2>Documentation</h2>
<p>Homepage / Documentation: <a href="https://noraj.github.io/haiti/">https://noraj.github.io/haiti/</a></p>
<h2>Comparison</h2>
<p>See the reasons why Haiti was created and a detailed comparison with other existing tools on the <a href="https://noraj.github.io/haiti/#/why">documentation page</a>.</p>
<p><img src="https://user-images.githubusercontent.com/16578570/190505042-e0c78ea0-f94c-4819-8efc-72f59a2b2fe5.png" alt="haiti_comparison" /></p>
<p><img src="https://user-images.githubusercontent.com/16578570/205453854-a2ee2b6e-8dfc-4071-8ff6-8fe1b00da34d.png" alt="haiti_comparison" /></p>
<h2>Author</h2>
<p>Made by Alexandre ZANNI (<a href="https://pwn.by/noraj/">@noraj</a>). Forked from <a href="https://github.com/Orange-Cyberdefense/haiti">Orange-Cyberdefense/haiti</a>.</p>
</div></div>

<div id="footer">
Generated on Sat Dec 3 17:38:06 2022 by
Generated on Sat Feb 18 18:21:51 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.2).
0.9.28 (ruby-3.2.1).
</div>

</div>
</body>
</html>
</html>
12 changes: 6 additions & 6 deletions docs/yard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<a href="https://github.com/noraj/haiti/stargazers"><img src="https://img.shields.io/github/stars/noraj/haiti" alt="GitHub stars" /></a>
<a href="https://github.com/noraj/haiti/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/noraj/haiti" alt="GitHub license" /></a>
<a href="https://inventory.raw.pm/tools.html#Haiti"><img src="https://inventory.raw.pm/img/badges/Rawsec-inventoried-FF5050_flat.svg" alt="Rawsec's CyberSecurity Inventory" /></a></p>
<p><img src="https://img.shields.io/github/workflow/status/noraj/haiti/Ruby" alt="GitHub Workflow Status" />
<p><img src="https://img.shields.io/github/actions/workflow/status/noraj/haiti/ruby.yml?branch=master" alt="GitHub Workflow Status" />
<img src="https://img.shields.io/github/commit-activity/y/noraj/haiti" alt="GitHub commit activity" /></p>
<p><img src="https://noraj.github.io/haiti/_media/logo.png" alt="" /></p>
<blockquote>
Expand All @@ -85,25 +85,25 @@ <h2>Features</h2>
<h2>Installation</h2>
<pre class="code plaintext"><code class="plaintext">$ gem install haiti-hash
</code></pre>
<p>Check the <a href="https://noraj.github.io/haiti/#/pages/install">installation</a> page on the documentation to discover more methods.</p>
<p>Check the <a href="https://noraj.github.io/haiti/#/pages/install">installation</a> page on the documentation to discover more methods (Docker, Debian, openSUSE, etc.).</p>
<p><a href="https://repology.org/project/haiti/versions"><img src="https://repology.org/badge/vertical-allrepos/haiti.svg" alt="Packaging status" /></a>
<a href="https://badge.fury.io/rb/haiti-hash"><img src="https://badge.fury.io/rb/haiti-hash.svg" alt="Gem Version" /></a>
<img src="https://img.shields.io/github/tag/noraj/haiti" alt="GitHub tag (latest SemVer)" /></p>
<h2>Documentation</h2>
<p>Homepage / Documentation: <a href="https://noraj.github.io/haiti/">https://noraj.github.io/haiti/</a></p>
<h2>Comparison</h2>
<p>See the reasons why Haiti was created and a detailed comparison with other existing tools on the <a href="https://noraj.github.io/haiti/#/why">documentation page</a>.</p>
<p><img src="https://user-images.githubusercontent.com/16578570/190505042-e0c78ea0-f94c-4819-8efc-72f59a2b2fe5.png" alt="haiti_comparison" /></p>
<p><img src="https://user-images.githubusercontent.com/16578570/205453854-a2ee2b6e-8dfc-4071-8ff6-8fe1b00da34d.png" alt="haiti_comparison" /></p>
<h2>Author</h2>
<p>Made by Alexandre ZANNI (<a href="https://pwn.by/noraj/">@noraj</a>). Forked from <a href="https://github.com/Orange-Cyberdefense/haiti">Orange-Cyberdefense/haiti</a>.</p>
</div></div>

<div id="footer">
Generated on Sat Dec 3 17:38:06 2022 by
Generated on Sat Feb 18 18:21:51 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.2).
0.9.28 (ruby-3.2.1).
</div>

</div>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions docs/yard/top-level-namespace.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Sat Dec 3 17:38:06 2022 by
Generated on Sat Feb 18 18:21:51 2023 by
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.28 (ruby-3.1.2).
0.9.28 (ruby-3.2.1).
</div>

</div>
Expand Down
2 changes: 1 addition & 1 deletion lib/haiti/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Version
VERSION = '1.4.1'
VERSION = '1.5.0'
end

0 comments on commit a859a40

Please sign in to comment.