ronin 2.0.0.beta2 → 2.0.0.beta4

Sign up to get free protection for your applications and to get access to all the features.
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\[ru]linux\fP\[or]\fIchrome\[ru]macos\fP\[or]\fIchrome\[ru]windows\fP\[or]\fIchrome\[ru]iphone\fP\[or]\fIchrome\[ru]ipad\fP\[or]\fIchrome\[ru]android\fP\[or]\fIfirefox\[ru]linux\fP\[or]\fIfirefox\[ru]macos\fP\[or]\fIfirefox\[ru]windows\fP\[or]\fIfirefox\[ru]iphone\fP\[or]\fIfirefox\[ru]ipad\fP\[or]\fIfirefox\[ru]android\fP\[or]\fIsafari\[ru]macos\fP\[or]\fIsafari\[ru]iphone\fP\[or]\fIsafari\[ru]ipad\fP\[or]\fIedge\fP
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` *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*
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
@@ -116,7 +116,7 @@ Gets the machine\[cq]s local network IP address:
116
116
  Converts the IP address(es) into unsigned integers:
117
117
  .LP
118
118
  .nf
119
- \[Do] ronin ip \-\-uint 1\.2\.3\.4
119
+ \[Do] ronin ip \-\-decimal 1\.2\.3\.4
120
120
  16909060
121
121
  .fi
122
122
  .LP
data/man/ronin-ip.1.md CHANGED
@@ -84,7 +84,7 @@ Gets the machine's local network IP address:
84
84
 
85
85
  Converts the IP address(es) into unsigned integers:
86
86
 
87
- $ ronin ip --uint 1.2.3.4
87
+ $ ronin ip --decimal 1.2.3.4
88
88
  16909060
89
89
 
90
90
  Converts the IP address(es) into CIDR ranges:
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]\fBfail_if_no_peer_cert\fR\[or]\fBclient_once\fR\[or]\fBtrue\fR\[or]\fBfalse\fR
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
@@ -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`\|`fail_if_no_peer_cert`\|`client_once`\|`true`\|`false`
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
@@ -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.beta2
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-09 00:00:00.000000000 Z
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.beta1
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.beta1
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.beta2
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.beta2
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