ronin 2.0.4 → 2.0.5

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: 18a3d5cc32bca9292acddc0c00ed1114bc8c8cd406c014c7053143fc3eea7cce
4
- data.tar.gz: 81baac7a55017d8086a3dff34a808910a735547468a98bf8f86b7269ce8ec8f2
3
+ metadata.gz: '08bb51807afd02798a60cebf03216fbfe57377457c72d97a00f416c751746022'
4
+ data.tar.gz: 9bd7e69d802831cb62f930f6f9f0f0038f73c10cc7ff0f3b5425b33108d57f77
5
5
  SHA512:
6
- metadata.gz: 5066a3912ddb0da16d305ba983f8a346196a50496e2ebb95bb5a3550b7cb03d868550550aab3c27a4b13ae399af452cf923bf54ab2d1faf44279de6736ecac30
7
- data.tar.gz: 92cbf11e7b07149825cf1e97ed5fd153ae2e77ea1f1fc4092120b1a57b2beea7e79648d7eea111abd8a467db2c8968ad4d808643b5594e6529c9e6ddbbb700c7
6
+ metadata.gz: 27f6cb062f99d0ad85726ff012d4bc299d9d05aa56f267f7759901aeeec3bac8f08b621fe013b1c0f5a265c2da545714ceffe18f88e554d8dcc0e4dac3efe469
7
+ data.tar.gz: d2a83e1a9a6284511540cfa5e059bac66eca79a1f73080f80ffe37509a35c99a231957d26fc8e2bd0adc8fa9929b18625f9d23cfde64d595aa3502a2eda0dee5
data/ChangeLog.md CHANGED
@@ -1,3 +1,14 @@
1
+ ### 2.0.5 / 2023-09-19
2
+
3
+ * Require [wordlist] ~> 1.0, >= 1.0.3 for macOS fixes.
4
+ * Require [ronin-support] ~> 1.0, >= 1.0.3.
5
+
6
+ #### CLI
7
+
8
+ * Fixed a bug in `ronin cert-gen` that prevented generating a new certificate
9
+ signed with an EC key (ex: `ronin cert-gen --key-type ec ...`).
10
+ * Fixed the formatting of the `ronin cert-gen` man-page.
11
+
1
12
  ### 2.0.4 / 2023-07-18
2
13
 
3
14
  * Require [wordlist] ~> 1.0, >= 1.0.2 for bug fixes.
data/README.md CHANGED
@@ -9,7 +9,6 @@
9
9
  * [Issues](https://github.com/ronin-rb/ronin/issues)
10
10
  * [Documentation](https://ronin-rb.dev/docs/ronin/frames)
11
11
  * [Discord](https://discord.gg/6WAb3PsVX9) |
12
- [Twitter](https://twitter.com/ronin_rb) |
13
12
  [Mastodon](https://infosec.exchange/@ronin_rb)
14
13
 
15
14
  ## Description
@@ -801,8 +800,8 @@ $ ronin url --file urls.txt --status
801
800
  * [open_namespace] ~> 0.4
802
801
  * [rouge] ~> 3.0
803
802
  * [async-io] ~> 1.0
804
- * [wordlist] ~> 1.0, >= 1.0.2
805
- * [ronin-support] ~> 1.0
803
+ * [wordlist] ~> 1.0, >= 1.0.3
804
+ * [ronin-support] ~> 1.0, >= 1.0.3
806
805
  * [ronin-core] ~> 0.1, >= 0.1.2
807
806
  * [ronin-repos] ~> 0.1
808
807
  * [ronin-db] ~> 0.1
@@ -824,9 +823,10 @@ curl -o ronin-install.sh https://raw.githubusercontent.com/ronin-rb/scripts/main
824
823
 
825
824
  ### Manually
826
825
 
827
- ```shell
828
- $ gem install ronin
829
- ```
826
+ See the [manual install][manual-instructions] instructions for how to install
827
+ Ronin and it's additional dependencies on your platform.
828
+
829
+ [manual-instructions]: https://ronin-rb.dev/install/#manual-instructions
830
830
 
831
831
  ### Docker
832
832
 
data/gemspec.yml CHANGED
@@ -94,9 +94,9 @@ dependencies:
94
94
  open_namespace: ~> 0.4
95
95
  rouge: ~> 3.0
96
96
  async-io: ~> 1.0
97
- wordlist: ~> 1.0, >= 1.0.2
97
+ wordlist: ~> 1.0, >= 1.0.3
98
98
  # Ronin dependencies:
99
- ronin-support: ~> 1.0, >= 1.0.1
99
+ ronin-support: ~> 1.0, >= 1.0.3
100
100
  ronin-core: ~> 0.1, >= 0.1.2
101
101
  ronin-repos: ~> 0.1
102
102
  ronin-db: ~> 0.1
@@ -18,6 +18,8 @@
18
18
 
19
19
  require 'ronin/cli/command'
20
20
  require 'ronin/support/crypto/cert'
21
+ require 'ronin/support/crypto/key/rsa'
22
+ require 'ronin/support/crypto/key/ec'
21
23
  require 'ronin/support/text/patterns'
22
24
 
23
25
  require 'ronin/core/cli/logging'
data/lib/ronin/version.rb CHANGED
@@ -18,5 +18,5 @@
18
18
 
19
19
  module Ronin
20
20
  # ronin version
21
- VERSION = '2.0.4'
21
+ VERSION = '2.0.5'
22
22
  end
data/man/ronin-cert-gen.1 CHANGED
@@ -59,7 +59,7 @@ The two\-letter State (ST) code for the certificate\.
59
59
  The two\-letter Country (C) code for the certificate\.
60
60
  .LP
61
61
  .HP
62
- \fB-t\fR, \fB--key-type\fR rsa\[or]ec\`
62
+ \fB-t\fR, \fB--key-type \fRrsa\fB\|\fRec\`
63
63
  The signing key type\.
64
64
  .LP
65
65
  .TP
@@ -43,7 +43,7 @@ Generates a new X509 certificate.
43
43
  `-C`, `--country` *XX*
44
44
  The two-letter Country (C) code for the certificate.
45
45
 
46
- `-t`, `--key-type` rsa|ec`
46
+ `-t`, `--key-type `rsa`\|`ec`
47
47
  The signing key type.
48
48
 
49
49
  `--generate-key` *PATH*
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ronin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.4
4
+ version: 2.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Postmodern
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-19 00:00:00.000000000 Z
11
+ date: 2023-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: open_namespace
@@ -61,7 +61,7 @@ dependencies:
61
61
  version: '1.0'
62
62
  - - ">="
63
63
  - !ruby/object:Gem::Version
64
- version: 1.0.2
64
+ version: 1.0.3
65
65
  type: :runtime
66
66
  prerelease: false
67
67
  version_requirements: !ruby/object:Gem::Requirement
@@ -71,7 +71,7 @@ dependencies:
71
71
  version: '1.0'
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
- version: 1.0.2
74
+ version: 1.0.3
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: ronin-support
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ dependencies:
81
81
  version: '1.0'
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
- version: 1.0.1
84
+ version: 1.0.3
85
85
  type: :runtime
86
86
  prerelease: false
87
87
  version_requirements: !ruby/object:Gem::Requirement
@@ -91,7 +91,7 @@ dependencies:
91
91
  version: '1.0'
92
92
  - - ">="
93
93
  - !ruby/object:Gem::Version
94
- version: 1.0.1
94
+ version: 1.0.3
95
95
  - !ruby/object:Gem::Dependency
96
96
  name: ronin-core
97
97
  requirement: !ruby/object:Gem::Requirement