ronin 2.0.0.beta2 → 2.0.0.beta4
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 +4 -4
- data/README.md +611 -4
- data/gemspec.yml +2 -2
- data/lib/ronin/cli/commands/decode.rb +39 -0
- data/lib/ronin/cli/commands/encode.rb +39 -0
- data/lib/ronin/cli/commands/escape.rb +7 -0
- data/lib/ronin/cli/commands/http.rb +6 -2
- data/lib/ronin/cli/commands/irb.rb +3 -2
- data/lib/ronin/cli/commands/netcat.rb +6 -2
- data/lib/ronin/cli/commands/unescape.rb +7 -0
- data/lib/ronin/cli/ruby_shell.rb +47 -0
- data/lib/ronin/version.rb +1 -1
- data/lib/ronin.rb +2 -1
- data/man/ronin-cert-gen.1 +5 -5
- data/man/ronin-cert-gen.1.md +5 -5
- data/man/ronin-cert-grab.1 +3 -3
- data/man/ronin-cert-grab.1.md +3 -3
- data/man/ronin-decode.1 +24 -0
- data/man/ronin-decode.1.md +18 -0
- data/man/ronin-encode.1 +24 -0
- data/man/ronin-encode.1.md +18 -0
- data/man/ronin-escape.1 +4 -0
- data/man/ronin-escape.1.md +3 -0
- data/man/ronin-http.1 +1 -1
- data/man/ronin-http.1.md +1 -1
- data/man/ronin-ip.1 +1 -1
- data/man/ronin-ip.1.md +1 -1
- data/man/ronin-netcat.1 +1 -1
- data/man/ronin-netcat.1.md +1 -1
- data/man/ronin-unescape.1 +4 -0
- data/man/ronin-unescape.1.md +3 -0
- metadata +7 -6
data/man/ronin-http.1
CHANGED
@@ -105,7 +105,7 @@ The proxy to use\.
|
|
105
105
|
The User\-Agent string to use\.
|
106
106
|
.LP
|
107
107
|
.TP
|
108
|
-
\fB-u\fR, \fB--user-agent\fR \fIchrome
|
108
|
+
\fB-u\fR, \fB--user-agent\fR \fIchrome\-linux\fP\[or]\fIchrome\-macos\fP\[or]\fIchrome\-windows\fP\[or]\fIchrome\-iphone\fP\[or]\fIchrome\-ipad\fP\[or]\fIchrome\-android\fP\[or]\fIfirefox\-linux\fP\[or]\fIfirefox\-macos\fP\[or]\fIfirefox\-windows\fP\[or]\fIfirefox\-iphone\fP\[or]\fIfirefox\-ipad\fP\[or]\fIfirefox\-android\fP\[or]\fIsafari\-macos\fP\[or]\fIsafari\-iphone\fP\[or]\fIsafari\-ipad\fP\[or]\fIedge\fP
|
109
109
|
The User\-Agent to use\.
|
110
110
|
.LP
|
111
111
|
.TP
|
data/man/ronin-http.1.md
CHANGED
@@ -78,7 +78,7 @@ Send HTTP requests or spawn an interactive HTTP shell.
|
|
78
78
|
`-U`, `--user-agent-string` *STRING*
|
79
79
|
The User-Agent string to use.
|
80
80
|
|
81
|
-
`-u`, `--user-agent` *
|
81
|
+
`-u`, `--user-agent` *chrome-linux*\|*chrome-macos*\|*chrome-windows*\|*chrome-iphone*\|*chrome-ipad*\|*chrome-android*\|*firefox-linux*\|*firefox-macos*\|*firefox-windows*\|*firefox-iphone*\|*firefox-ipad*\|*firefox-android*\|*safari-macos*\|*safari-iphone*\|*safari-ipad*\|*edge*
|
82
82
|
The User-Agent to use.
|
83
83
|
|
84
84
|
`-H`, `--header` "*NAME*: *VALUE*"
|
data/man/ronin-ip.1
CHANGED
data/man/ronin-ip.1.md
CHANGED
data/man/ronin-netcat.1
CHANGED
@@ -86,7 +86,7 @@ Specifies the SSL certificate file\.
|
|
86
86
|
Specifies the SSL key file\.
|
87
87
|
.LP
|
88
88
|
.TP
|
89
|
-
\fB--ssl-verify\fR \fBnone\fR\[or]\fBpeer\fR\[or]\
|
89
|
+
\fB--ssl-verify\fR \fBnone\fR\[or]\fBpeer\fR\[or]\fBfail-if-no-peer-cert\fR\[or]\fBclient-once\fR\[or]\fBtrue\fR\[or]\fBfalse\fR
|
90
90
|
SSL verification mode\.
|
91
91
|
.LP
|
92
92
|
.TP
|
data/man/ronin-netcat.1.md
CHANGED
@@ -64,7 +64,7 @@ Connects to or listens on a TCP/UDP/SSL/TLS/UNIX socket.
|
|
64
64
|
`--ssl-key` *FILE*
|
65
65
|
Specifies the SSL key file.
|
66
66
|
|
67
|
-
`--ssl-verify` `none`\|`peer`\|`
|
67
|
+
`--ssl-verify` `none`\|`peer`\|`fail-if-no-peer-cert`\|`client-once`\|`true`\|`false`
|
68
68
|
SSL verification mode.
|
69
69
|
|
70
70
|
`--ssl-ca-bundle` *PATH*
|
data/man/ronin-unescape.1
CHANGED
@@ -70,6 +70,10 @@ Unescapes the data as a Shell String\.
|
|
70
70
|
Unescapes the data as a PowerShell String\.
|
71
71
|
.LP
|
72
72
|
.TP
|
73
|
+
\fB-Q\fR, \fB--quoted-printable\fR
|
74
|
+
Unescapes the data as Quoted Printable\.
|
75
|
+
.LP
|
76
|
+
.TP
|
73
77
|
\fB-R\fR, \fB--ruby\fR
|
74
78
|
Unescapes the data as a Ruby String\.
|
75
79
|
.LP
|
data/man/ronin-unescape.1.md
CHANGED
@@ -52,6 +52,9 @@ Unescapes each escaped character from a variety of encodings.
|
|
52
52
|
`-P`, `--powershell`
|
53
53
|
Unescapes the data as a PowerShell String.
|
54
54
|
|
55
|
+
`-Q`, `--quoted-printable`
|
56
|
+
Unescapes the data as Quoted Printable.
|
57
|
+
|
55
58
|
`-R`, `--ruby`
|
56
59
|
Unescapes the data as a Ruby String.
|
57
60
|
|
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.0.
|
4
|
+
version: 2.0.0.beta4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Postmodern
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-01-
|
11
|
+
date: 2023-01-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: open_namespace
|
@@ -114,14 +114,14 @@ dependencies:
|
|
114
114
|
requirements:
|
115
115
|
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 0.1.0.
|
117
|
+
version: 0.1.0.beta2
|
118
118
|
type: :runtime
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 0.1.0.
|
124
|
+
version: 0.1.0.beta2
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: ronin-fuzzer
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
@@ -142,14 +142,14 @@ dependencies:
|
|
142
142
|
requirements:
|
143
143
|
- - "~>"
|
144
144
|
- !ruby/object:Gem::Version
|
145
|
-
version: 1.0.0.
|
145
|
+
version: 1.0.0.beta3
|
146
146
|
type: :runtime
|
147
147
|
prerelease: false
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
149
149
|
requirements:
|
150
150
|
- - "~>"
|
151
151
|
- !ruby/object:Gem::Version
|
152
|
-
version: 1.0.0.
|
152
|
+
version: 1.0.0.beta3
|
153
153
|
- !ruby/object:Gem::Dependency
|
154
154
|
name: ronin-code-asm
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|
@@ -397,6 +397,7 @@ files:
|
|
397
397
|
- lib/ronin/cli/pattern_options.rb
|
398
398
|
- lib/ronin/cli/printing/http.rb
|
399
399
|
- lib/ronin/cli/printing/syntax_highlighting.rb
|
400
|
+
- lib/ronin/cli/ruby_shell.rb
|
400
401
|
- lib/ronin/cli/string_methods_command.rb
|
401
402
|
- lib/ronin/cli/string_processor_command.rb
|
402
403
|
- lib/ronin/cli/typo_options.rb
|