ronin 2.0.5 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yml +3 -3
- data/.gitignore +1 -0
- data/.rubocop.yml +5 -1
- data/.ruby-version +1 -1
- data/ChangeLog.md +62 -1
- data/Gemfile +66 -29
- data/README.md +165 -20
- data/Rakefile +9 -0
- data/data/completions/ronin +655 -0
- data/data/templates/dns_proxy.rb.erb +35 -0
- data/gemspec.yml +29 -15
- data/lib/ronin/cli/binary_template.rb +124 -0
- data/lib/ronin/cli/commands/archive.rb +104 -0
- data/lib/ronin/cli/commands/banner_grab.rb +2 -0
- data/lib/ronin/cli/commands/bitflip.rb +1 -1
- data/lib/ronin/cli/commands/bitsquat.rb +119 -0
- data/lib/ronin/cli/commands/cert_dump.rb +20 -4
- data/lib/ronin/cli/commands/cert_gen.rb +9 -19
- data/lib/ronin/cli/commands/cert_grab.rb +4 -3
- data/lib/ronin/cli/commands/completion.rb +115 -0
- data/lib/ronin/cli/commands/dns_proxy.rb +239 -0
- data/lib/ronin/cli/commands/http.rb +80 -8
- data/lib/ronin/cli/commands/ip.rb +101 -0
- data/lib/ronin/cli/commands/iprange.rb +25 -8
- data/lib/ronin/cli/commands/netcat.rb +2 -0
- data/lib/ronin/cli/commands/new/dns_listener.rb +37 -0
- data/lib/ronin/cli/commands/new/dns_proxy.rb +99 -0
- data/lib/ronin/cli/commands/new/exploit.rb +34 -0
- data/lib/ronin/cli/commands/new/http_listener.rb +37 -0
- data/lib/ronin/cli/commands/new/nokogiri.rb +33 -0
- data/lib/ronin/cli/commands/new/payload.rb +34 -0
- data/lib/ronin/cli/commands/new/project.rb +1 -1
- data/lib/ronin/cli/commands/new/script.rb +1 -1
- data/lib/ronin/cli/commands/new/web_app.rb +37 -0
- data/lib/ronin/cli/commands/new/web_server.rb +37 -0
- data/lib/ronin/cli/commands/new/web_spider.rb +37 -0
- data/lib/ronin/cli/commands/new.rb +3 -1
- data/lib/ronin/cli/commands/pack.rb +339 -0
- data/lib/ronin/cli/commands/public_suffix_list.rb +2 -0
- data/lib/ronin/cli/commands/tld_list.rb +2 -0
- data/lib/ronin/cli/commands/unarchive.rb +128 -0
- data/lib/ronin/cli/commands/unhexdump.rb +3 -1
- data/lib/ronin/cli/commands/unpack.rb +195 -0
- data/lib/ronin/cli/commands/url.rb +2 -0
- data/lib/ronin/cli/http_shell.rb +25 -0
- data/lib/ronin/cli.rb +10 -0
- data/lib/ronin/version.rb +1 -1
- data/man/ronin-archive.1.md +49 -0
- data/man/ronin-asn.1 +60 -77
- data/man/ronin-asn.1.md +25 -21
- data/man/ronin-banner-grab.1 +10 -21
- data/man/ronin-banner-grab.1.md +9 -5
- data/man/ronin-bitflip.1 +35 -61
- data/man/ronin-bitflip.1.md +30 -26
- data/man/ronin-bitsquat.1 +40 -0
- data/man/ronin-bitsquat.1.md +43 -0
- data/man/ronin-cert-dump.1 +44 -54
- data/man/ronin-cert-dump.1.md +18 -14
- data/man/ronin-cert-gen.1 +73 -94
- data/man/ronin-cert-gen.1.md +38 -34
- data/man/ronin-cert-grab.1 +29 -37
- data/man/ronin-cert-grab.1.md +12 -8
- data/man/ronin-completion.1 +78 -0
- data/man/ronin-completion.1.md +80 -0
- data/man/ronin-decode.1 +32 -63
- data/man/ronin-decode.1.md +29 -25
- data/man/ronin-decrypt.1 +42 -57
- data/man/ronin-decrypt.1.md +20 -16
- data/man/ronin-dns-proxy.1 +100 -0
- data/man/ronin-dns-proxy.1.md +70 -0
- data/man/ronin-dns.1 +10 -21
- data/man/ronin-dns.1.md +9 -5
- data/man/ronin-email-addr.1 +27 -40
- data/man/ronin-email-addr.1.md +15 -11
- data/man/ronin-encode.1 +93 -63
- data/man/ronin-encode.1.md +64 -26
- data/man/ronin-encrypt.1 +42 -57
- data/man/ronin-encrypt.1.md +20 -16
- data/man/ronin-entropy.1 +11 -21
- data/man/ronin-entropy.1.md +8 -4
- data/man/ronin-escape.1 +22 -46
- data/man/ronin-escape.1.md +22 -18
- data/man/ronin-extract.1 +74 -149
- data/man/ronin-extract.1.md +73 -69
- data/man/ronin-grep.1 +77 -155
- data/man/ronin-grep.1.md +76 -72
- data/man/ronin-help.1 +3 -14
- data/man/ronin-help.1.md +2 -2
- data/man/ronin-hexdump.1 +249 -265
- data/man/ronin-hexdump.1.md +93 -89
- data/man/ronin-highlight.1 +8 -18
- data/man/ronin-highlight.1.md +8 -4
- data/man/ronin-hmac.1 +17 -30
- data/man/ronin-hmac.1.md +14 -10
- data/man/ronin-homoglyph.1 +11 -22
- data/man/ronin-homoglyph.1.md +10 -6
- data/man/ronin-host.1 +23 -47
- data/man/ronin-host.1.md +22 -18
- data/man/ronin-http.1 +40 -69
- data/man/ronin-http.1.md +40 -30
- data/man/ronin-ip.1 +70 -80
- data/man/ronin-ip.1.md +44 -28
- data/man/ronin-iprange.1 +14 -22
- data/man/ronin-iprange.1.md +12 -5
- data/man/ronin-irb.1 +9 -17
- data/man/ronin-irb.1.md +7 -3
- data/man/ronin-md5.1 +13 -24
- data/man/ronin-md5.1.md +11 -7
- data/man/ronin-netcat.1 +25 -51
- data/man/ronin-netcat.1.md +25 -21
- data/man/ronin-new-dns-proxy.1 +45 -0
- data/man/ronin-new-dns-proxy.1.md +44 -0
- data/man/ronin-new-project.1 +32 -45
- data/man/ronin-new-project.1.md +11 -11
- data/man/ronin-new-script.1 +10 -22
- data/man/ronin-new-script.1.md +4 -4
- data/man/ronin-new.1 +56 -31
- data/man/ronin-new.1.md +48 -8
- data/man/ronin-pack.1 +979 -0
- data/man/ronin-pack.1.md +929 -0
- data/man/ronin-proxy.1 +37 -63
- data/man/ronin-proxy.1.md +29 -25
- data/man/ronin-public-suffix-list.1 +16 -32
- data/man/ronin-public-suffix-list.1.md +13 -9
- data/man/ronin-quote.1 +17 -36
- data/man/ronin-quote.1.md +17 -13
- data/man/ronin-rot.1 +26 -39
- data/man/ronin-rot.1.md +15 -11
- data/man/ronin-sha1.1 +13 -24
- data/man/ronin-sha1.1.md +11 -7
- data/man/ronin-sha256.1 +13 -24
- data/man/ronin-sha256.1.md +11 -7
- data/man/ronin-sha512.1 +13 -24
- data/man/ronin-sha512.1.md +11 -7
- data/man/ronin-strings.1 +30 -55
- data/man/ronin-strings.1.md +27 -23
- data/man/ronin-tips.1 +8 -16
- data/man/ronin-tips.1.md +7 -3
- data/man/ronin-tld-list.1 +16 -32
- data/man/ronin-tld-list.1.md +13 -9
- data/man/ronin-typo.1 +14 -28
- data/man/ronin-typo.1.md +13 -9
- data/man/ronin-typosquat.1 +15 -32
- data/man/ronin-typosquat.1.md +15 -11
- data/man/ronin-unarchive.1.md +41 -0
- data/man/ronin-unescape.1 +22 -46
- data/man/ronin-unescape.1.md +22 -18
- data/man/ronin-unhexdump.1 +81 -91
- data/man/ronin-unhexdump.1.md +16 -12
- data/man/ronin-unpack.1 +980 -0
- data/man/ronin-unpack.1.md +920 -0
- data/man/ronin-unquote.1 +17 -36
- data/man/ronin-unquote.1.md +17 -13
- data/man/ronin-url.1 +19 -40
- data/man/ronin-url.1.md +19 -15
- data/man/ronin-xor.1 +14 -28
- data/man/ronin-xor.1.md +13 -9
- data/man/ronin.1 +208 -29
- data/man/ronin.1.md +156 -11
- data/scripts/setup +58 -0
- metadata +157 -67
- data/lib/ronin/config.rb +0 -95
- /data/data/{new → templates}/project/.gitignore +0 -0
- /data/data/{new → templates}/project/.ruby-version.erb +0 -0
- /data/data/{new → templates}/project/Dockerfile.erb +0 -0
- /data/data/{new → templates}/project/Gemfile.erb +0 -0
- /data/data/{new → templates}/project/Rakefile +0 -0
- /data/data/{new → templates}/project/project.rb.erb +0 -0
- /data/data/{new → templates}/script.rb.erb +0 -0
data/man/ronin-rot.1
CHANGED
@@ -1,79 +1,66 @@
|
|
1
|
-
.\" Generated by kramdown-man 0.1
|
1
|
+
.\" Generated by kramdown-man 1.0.1
|
2
2
|
.\" https://github.com/postmodern/kramdown-man#readme
|
3
3
|
.TH ronin-rot 1 "2023-02-01" Ronin "User Manuals"
|
4
|
-
.
|
4
|
+
.SH NAME
|
5
|
+
.PP
|
6
|
+
ronin\-rot \- Rotates each character of data within an alphabet
|
5
7
|
.SH SYNOPSIS
|
6
|
-
.
|
7
|
-
.HP
|
8
|
+
.PP
|
8
9
|
\fBronin rot\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIFILE\fP \.\.\.\[rB]
|
9
|
-
.LP
|
10
10
|
.SH DESCRIPTION
|
11
|
-
.LP
|
12
11
|
.PP
|
13
12
|
Rotates each character of data with an alphabet\.
|
14
|
-
.LP
|
15
13
|
.SH ARGUMENTS
|
16
|
-
.LP
|
17
14
|
.TP
|
18
15
|
\fIFILE\fP
|
19
16
|
The optional file to read and process\. If no \fIFILE\fP arguments are given,
|
20
17
|
input will be read from \fBstdin\fR\.
|
21
|
-
.LP
|
22
18
|
.SH OPTIONS
|
23
|
-
.LP
|
24
19
|
.TP
|
25
|
-
\fB
|
20
|
+
\fB\-f\fR, \fB\-\-file\fR \fIFILE\fP
|
26
21
|
Optional file to process\.
|
27
|
-
.LP
|
28
22
|
.TP
|
29
|
-
\fB
|
23
|
+
\fB\-\-string\fR \fISTRING\fP
|
30
24
|
Optional string to process\.
|
31
|
-
.LP
|
32
25
|
.TP
|
33
|
-
\fB
|
26
|
+
\fB\-M\fR, \fB\-\-multiline\fR
|
34
27
|
Process each line of input separately\.
|
35
|
-
.LP
|
36
28
|
.TP
|
37
|
-
\fB
|
29
|
+
\fB\-n\fR, \fB\-\-keep\-newlines\fR
|
38
30
|
Preserves newlines at the end of each line\.
|
39
|
-
.LP
|
40
31
|
.TP
|
41
|
-
\fB
|
32
|
+
\fB\-A\fR, \fB\-\-alphabet\fR \fBABC\.\.\.\fR
|
42
33
|
Alphabet characters to rotate characters within\.
|
43
|
-
.LP
|
44
34
|
.TP
|
45
|
-
\fB
|
35
|
+
\fB\-n\fR, \fB\-\-modulo\fR \fINUM\fP
|
46
36
|
Number of characters to rotate forwards or backwards\. Defaults to 13 if not
|
47
37
|
given\.
|
48
|
-
.LP
|
49
38
|
.TP
|
50
|
-
\fB
|
39
|
+
\fB\-h\fR, \fB\-\-help\fR
|
51
40
|
Print help information\.
|
52
|
-
.LP
|
53
41
|
.SH EXAMPLES
|
54
|
-
.LP
|
55
42
|
.PP
|
56
43
|
ROT\-13 encode a string:
|
57
|
-
.
|
58
|
-
.
|
59
|
-
|
60
|
-
|
61
|
-
.
|
44
|
+
.PP
|
45
|
+
.RS 4
|
46
|
+
.EX
|
47
|
+
\[Do] ronin rot \-\-string \[dq]The quick brown fox jumps over the lazy dog\[dq]
|
48
|
+
.EE
|
49
|
+
.RE
|
62
50
|
.PP
|
63
51
|
ROT encode a string with a custom rotation number:
|
64
|
-
.
|
65
|
-
.
|
66
|
-
|
67
|
-
|
68
|
-
.
|
52
|
+
.PP
|
53
|
+
.RS 4
|
54
|
+
.EX
|
55
|
+
\[Do] ronin rot \-n 3 \-\-string \[dq]The quick brown fox jumps over the lazy dog\[dq]
|
56
|
+
.EE
|
57
|
+
.RE
|
69
58
|
.SH AUTHOR
|
70
|
-
.LP
|
71
59
|
.PP
|
72
60
|
Postmodern
|
73
61
|
.MT postmodern\.mod3\[at]gmail\.com
|
74
62
|
.ME
|
75
|
-
.LP
|
76
63
|
.SH SEE ALSO
|
77
|
-
.LP
|
78
64
|
.PP
|
79
|
-
ronin\-encode
|
65
|
+
.BR ronin\-encode (1)
|
66
|
+
.BR ronin\-rot (1)
|
data/man/ronin-rot.1.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# ronin-rot 1 "2023-02-01" Ronin "User Manuals"
|
2
2
|
|
3
|
+
## NAME
|
4
|
+
|
5
|
+
ronin-rot - Rotates each character of data within an alphabet
|
6
|
+
|
3
7
|
## SYNOPSIS
|
4
8
|
|
5
9
|
`ronin rot` [*options*] [*FILE* ...]
|
@@ -11,42 +15,42 @@ Rotates each character of data with an alphabet.
|
|
11
15
|
## ARGUMENTS
|
12
16
|
|
13
17
|
*FILE*
|
14
|
-
|
18
|
+
: The optional file to read and process. If no *FILE* arguments are given,
|
15
19
|
input will be read from `stdin`.
|
16
20
|
|
17
21
|
## OPTIONS
|
18
22
|
|
19
23
|
`-f`, `--file` *FILE*
|
20
|
-
|
24
|
+
: Optional file to process.
|
21
25
|
|
22
26
|
`--string` *STRING*
|
23
|
-
|
27
|
+
: Optional string to process.
|
24
28
|
|
25
29
|
`-M`, `--multiline`
|
26
|
-
|
30
|
+
: Process each line of input separately.
|
27
31
|
|
28
32
|
`-n`, `--keep-newlines`
|
29
|
-
|
33
|
+
: Preserves newlines at the end of each line.
|
30
34
|
|
31
35
|
`-A`, `--alphabet` `ABC...`
|
32
|
-
|
36
|
+
: Alphabet characters to rotate characters within.
|
33
37
|
|
34
38
|
`-n`, `--modulo` *NUM*
|
35
|
-
|
39
|
+
: Number of characters to rotate forwards or backwards. Defaults to 13 if not
|
36
40
|
given.
|
37
41
|
|
38
42
|
`-h`, `--help`
|
39
|
-
|
43
|
+
: Print help information.
|
40
44
|
|
41
45
|
## EXAMPLES
|
42
46
|
|
43
47
|
ROT-13 encode a string:
|
44
48
|
|
45
|
-
|
49
|
+
$ ronin rot --string "The quick brown fox jumps over the lazy dog"
|
46
50
|
|
47
51
|
ROT encode a string with a custom rotation number:
|
48
52
|
|
49
|
-
|
53
|
+
$ ronin rot -n 3 --string "The quick brown fox jumps over the lazy dog"
|
50
54
|
|
51
55
|
## AUTHOR
|
52
56
|
|
@@ -54,4 +58,4 @@ Postmodern <postmodern.mod3@gmail.com>
|
|
54
58
|
|
55
59
|
## SEE ALSO
|
56
60
|
|
57
|
-
ronin-encode(1)
|
61
|
+
[ronin-encode](ronin-encode.1.md) [ronin-rot](ronin-rot.1.md)
|
data/man/ronin-sha1.1
CHANGED
@@ -1,54 +1,43 @@
|
|
1
|
-
.\" Generated by kramdown-man 0.1
|
1
|
+
.\" Generated by kramdown-man 1.0.1
|
2
2
|
.\" https://github.com/postmodern/kramdown-man#readme
|
3
3
|
.TH ronin-sha1 1 "2023-02-01" Ronin "User Manuals"
|
4
|
-
.
|
4
|
+
.SH NAME
|
5
|
+
.PP
|
6
|
+
ronin\-sha1 \- Calculates SHA1 hashes of data
|
5
7
|
.SH SYNOPSIS
|
6
|
-
.
|
7
|
-
.HP
|
8
|
+
.PP
|
8
9
|
\fBronin sha1\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIFILE\fP \.\.\.\[rB]
|
9
|
-
.LP
|
10
10
|
.SH DESCRIPTION
|
11
|
-
.LP
|
12
11
|
.PP
|
13
12
|
Calculates SHA1 hashes of data\.
|
14
|
-
.LP
|
15
13
|
.SH ARGUMENTS
|
16
|
-
.LP
|
17
14
|
.TP
|
18
15
|
\fIFILE\fP
|
19
16
|
The optional file to read and process\. If no \fIFILE\fP arguments are given,
|
20
17
|
input will be read from \fBstdin\fR\.
|
21
|
-
.LP
|
22
18
|
.SH OPTIONS
|
23
|
-
.LP
|
24
19
|
.TP
|
25
|
-
\fB
|
20
|
+
\fB\-f\fR, \fB\-\-file\fR \fIFILE\fP
|
26
21
|
Optional file to process\.
|
27
|
-
.LP
|
28
22
|
.TP
|
29
|
-
\fB
|
23
|
+
\fB\-\-string\fR \fISTRING\fP
|
30
24
|
Optional string to process\.
|
31
|
-
.LP
|
32
25
|
.TP
|
33
|
-
\fB
|
26
|
+
\fB\-M\fR, \fB\-\-multiline\fR
|
34
27
|
Process each line of input separately\.
|
35
|
-
.LP
|
36
28
|
.TP
|
37
|
-
\fB
|
29
|
+
\fB\-n\fR, \fB\-\-keep\-newlines\fR
|
38
30
|
Preserves newlines at the end of each line\.
|
39
|
-
.LP
|
40
31
|
.TP
|
41
|
-
\fB
|
32
|
+
\fB\-h\fR, \fB\-\-help\fR
|
42
33
|
Print help information\.
|
43
|
-
.LP
|
44
34
|
.SH AUTHOR
|
45
|
-
.LP
|
46
35
|
.PP
|
47
36
|
Postmodern
|
48
37
|
.MT postmodern\.mod3\[at]gmail\.com
|
49
38
|
.ME
|
50
|
-
.LP
|
51
39
|
.SH SEE ALSO
|
52
|
-
.LP
|
53
40
|
.PP
|
54
|
-
ronin\-md5
|
41
|
+
.BR ronin\-md5 (1)
|
42
|
+
.BR ronin\-sha256 (1)
|
43
|
+
.BR ronin\-sha512 (1)
|
data/man/ronin-sha1.1.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# ronin-sha1 1 "2023-02-01" Ronin "User Manuals"
|
2
2
|
|
3
|
+
## NAME
|
4
|
+
|
5
|
+
ronin-sha1 - Calculates SHA1 hashes of data
|
6
|
+
|
3
7
|
## SYNOPSIS
|
4
8
|
|
5
9
|
`ronin sha1` [*options*] [*FILE* ...]
|
@@ -11,25 +15,25 @@ Calculates SHA1 hashes of data.
|
|
11
15
|
## ARGUMENTS
|
12
16
|
|
13
17
|
*FILE*
|
14
|
-
|
18
|
+
: The optional file to read and process. If no *FILE* arguments are given,
|
15
19
|
input will be read from `stdin`.
|
16
20
|
|
17
21
|
## OPTIONS
|
18
22
|
|
19
23
|
`-f`, `--file` *FILE*
|
20
|
-
|
24
|
+
: Optional file to process.
|
21
25
|
|
22
26
|
`--string` *STRING*
|
23
|
-
|
27
|
+
: Optional string to process.
|
24
28
|
|
25
29
|
`-M`, `--multiline`
|
26
|
-
|
30
|
+
: Process each line of input separately.
|
27
31
|
|
28
32
|
`-n`, `--keep-newlines`
|
29
|
-
|
33
|
+
: Preserves newlines at the end of each line.
|
30
34
|
|
31
35
|
`-h`, `--help`
|
32
|
-
|
36
|
+
: Print help information.
|
33
37
|
|
34
38
|
## AUTHOR
|
35
39
|
|
@@ -37,4 +41,4 @@ Postmodern <postmodern.mod3@gmail.com>
|
|
37
41
|
|
38
42
|
## SEE ALSO
|
39
43
|
|
40
|
-
ronin-md5(1)
|
44
|
+
[ronin-md5](ronin-md5.1.md) [ronin-sha256](ronin-sha256.1.md) [ronin-sha512](ronin-sha512.1.md)
|
data/man/ronin-sha256.1
CHANGED
@@ -1,54 +1,43 @@
|
|
1
|
-
.\" Generated by kramdown-man 0.1
|
1
|
+
.\" Generated by kramdown-man 1.0.1
|
2
2
|
.\" https://github.com/postmodern/kramdown-man#readme
|
3
3
|
.TH ronin-sha256 1 "2023-02-01" Ronin "User Manuals"
|
4
|
-
.
|
4
|
+
.SH NAME
|
5
|
+
.PP
|
6
|
+
ronin\-sha256 \- Calculates SHA256 hashes of data
|
5
7
|
.SH SYNOPSIS
|
6
|
-
.
|
7
|
-
.HP
|
8
|
+
.PP
|
8
9
|
\fBronin sha256\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIFILE\fP \.\.\.\[rB]
|
9
|
-
.LP
|
10
10
|
.SH DESCRIPTION
|
11
|
-
.LP
|
12
11
|
.PP
|
13
12
|
Calculates SHA256 hashes of data\.
|
14
|
-
.LP
|
15
13
|
.SH ARGUMENTS
|
16
|
-
.LP
|
17
14
|
.TP
|
18
15
|
\fIFILE\fP
|
19
16
|
The optional file to read and process\. If no \fIFILE\fP arguments are given,
|
20
17
|
input will be read from \fBstdin\fR\.
|
21
|
-
.LP
|
22
18
|
.SH OPTIONS
|
23
|
-
.LP
|
24
19
|
.TP
|
25
|
-
\fB
|
20
|
+
\fB\-f\fR, \fB\-\-file\fR \fIFILE\fP
|
26
21
|
Optional input file to read from\.
|
27
|
-
.LP
|
28
22
|
.TP
|
29
|
-
\fB
|
23
|
+
\fB\-\-string\fR \fISTRING\fP
|
30
24
|
Optional string to process\.
|
31
|
-
.LP
|
32
25
|
.TP
|
33
|
-
\fB
|
26
|
+
\fB\-M\fR, \fB\-\-multiline\fR
|
34
27
|
Process each line of input separately\.
|
35
|
-
.LP
|
36
28
|
.TP
|
37
|
-
\fB
|
29
|
+
\fB\-n\fR, \fB\-\-keep\-newlines\fR
|
38
30
|
Preserves newlines at the end of each line\.
|
39
|
-
.LP
|
40
31
|
.TP
|
41
|
-
\fB
|
32
|
+
\fB\-h\fR, \fB\-\-help\fR
|
42
33
|
Print help information\.
|
43
|
-
.LP
|
44
34
|
.SH AUTHOR
|
45
|
-
.LP
|
46
35
|
.PP
|
47
36
|
Postmodern
|
48
37
|
.MT postmodern\.mod3\[at]gmail\.com
|
49
38
|
.ME
|
50
|
-
.LP
|
51
39
|
.SH SEE ALSO
|
52
|
-
.LP
|
53
40
|
.PP
|
54
|
-
ronin\-md5
|
41
|
+
.BR ronin\-md5 (1)
|
42
|
+
.BR ronin\-sha1 (1)
|
43
|
+
.BR ronin\-sha512 (1)
|
data/man/ronin-sha256.1.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# ronin-sha256 1 "2023-02-01" Ronin "User Manuals"
|
2
2
|
|
3
|
+
## NAME
|
4
|
+
|
5
|
+
ronin-sha256 - Calculates SHA256 hashes of data
|
6
|
+
|
3
7
|
## SYNOPSIS
|
4
8
|
|
5
9
|
`ronin sha256` [*options*] [*FILE* ...]
|
@@ -11,25 +15,25 @@ Calculates SHA256 hashes of data.
|
|
11
15
|
## ARGUMENTS
|
12
16
|
|
13
17
|
*FILE*
|
14
|
-
|
18
|
+
: The optional file to read and process. If no *FILE* arguments are given,
|
15
19
|
input will be read from `stdin`.
|
16
20
|
|
17
21
|
## OPTIONS
|
18
22
|
|
19
23
|
`-f`, `--file` *FILE*
|
20
|
-
|
24
|
+
: Optional input file to read from.
|
21
25
|
|
22
26
|
`--string` *STRING*
|
23
|
-
|
27
|
+
: Optional string to process.
|
24
28
|
|
25
29
|
`-M`, `--multiline`
|
26
|
-
|
30
|
+
: Process each line of input separately.
|
27
31
|
|
28
32
|
`-n`, `--keep-newlines`
|
29
|
-
|
33
|
+
: Preserves newlines at the end of each line.
|
30
34
|
|
31
35
|
`-h`, `--help`
|
32
|
-
|
36
|
+
: Print help information.
|
33
37
|
|
34
38
|
## AUTHOR
|
35
39
|
|
@@ -37,4 +41,4 @@ Postmodern <postmodern.mod3@gmail.com>
|
|
37
41
|
|
38
42
|
## SEE ALSO
|
39
43
|
|
40
|
-
ronin-md5(1)
|
44
|
+
[ronin-md5](ronin-md5.1.md) [ronin-sha1](ronin-sha1.1.md) [ronin-sha512](ronin-sha512.1.md)
|
data/man/ronin-sha512.1
CHANGED
@@ -1,54 +1,43 @@
|
|
1
|
-
.\" Generated by kramdown-man 0.1
|
1
|
+
.\" Generated by kramdown-man 1.0.1
|
2
2
|
.\" https://github.com/postmodern/kramdown-man#readme
|
3
3
|
.TH ronin-sha512 1 "2023-02-01" Ronin "User Manuals"
|
4
|
-
.
|
4
|
+
.SH NAME
|
5
|
+
.PP
|
6
|
+
ronin\-sha512 \- Calculates SHA512 hashes
|
5
7
|
.SH SYNOPSIS
|
6
|
-
.
|
7
|
-
.HP
|
8
|
+
.PP
|
8
9
|
\fBronin sha512\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIFILE\fP \.\.\.\[rB]
|
9
|
-
.LP
|
10
10
|
.SH DESCRIPTION
|
11
|
-
.LP
|
12
11
|
.PP
|
13
12
|
Calculates SHA512 hashes of data\.
|
14
|
-
.LP
|
15
13
|
.SH ARGUMENTS
|
16
|
-
.LP
|
17
14
|
.TP
|
18
15
|
\fIFILE\fP
|
19
16
|
The optional file to read and process\. If no \fIFILE\fP arguments are given,
|
20
17
|
input will be read from \fBstdin\fR\.
|
21
|
-
.LP
|
22
18
|
.SH OPTIONS
|
23
|
-
.LP
|
24
19
|
.TP
|
25
|
-
\fB
|
20
|
+
\fB\-f\fR, \fB\-\-file\fR \fIFILE\fP
|
26
21
|
Optional file to process\.
|
27
|
-
.LP
|
28
22
|
.TP
|
29
|
-
\fB
|
23
|
+
\fB\-\-string\fR \fISTRING\fP
|
30
24
|
Optional string to process\.
|
31
|
-
.LP
|
32
25
|
.TP
|
33
|
-
\fB
|
26
|
+
\fB\-M\fR, \fB\-\-multiline\fR
|
34
27
|
Process each line of input separately\.
|
35
|
-
.LP
|
36
28
|
.TP
|
37
|
-
\fB
|
29
|
+
\fB\-n\fR, \fB\-\-keep\-newlines\fR
|
38
30
|
Preserves newlines at the end of each line\.
|
39
|
-
.LP
|
40
31
|
.TP
|
41
|
-
\fB
|
32
|
+
\fB\-h\fR, \fB\-\-help\fR
|
42
33
|
Print help information\.
|
43
|
-
.LP
|
44
34
|
.SH AUTHOR
|
45
|
-
.LP
|
46
35
|
.PP
|
47
36
|
Postmodern
|
48
37
|
.MT postmodern\.mod3\[at]gmail\.com
|
49
38
|
.ME
|
50
|
-
.LP
|
51
39
|
.SH SEE ALSO
|
52
|
-
.LP
|
53
40
|
.PP
|
54
|
-
ronin\-md5
|
41
|
+
.BR ronin\-md5 (1)
|
42
|
+
.BR ronin\-sha1 (1)
|
43
|
+
.BR ronin\-sha256 (1)
|
data/man/ronin-sha512.1.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# ronin-sha512 1 "2023-02-01" Ronin "User Manuals"
|
2
2
|
|
3
|
+
## NAME
|
4
|
+
|
5
|
+
ronin-sha512 - Calculates SHA512 hashes
|
6
|
+
|
3
7
|
## SYNOPSIS
|
4
8
|
|
5
9
|
`ronin sha512` [*options*] [*FILE* ...]
|
@@ -11,25 +15,25 @@ Calculates SHA512 hashes of data.
|
|
11
15
|
## ARGUMENTS
|
12
16
|
|
13
17
|
*FILE*
|
14
|
-
|
18
|
+
: The optional file to read and process. If no *FILE* arguments are given,
|
15
19
|
input will be read from `stdin`.
|
16
20
|
|
17
21
|
## OPTIONS
|
18
22
|
|
19
23
|
`-f`, `--file` *FILE*
|
20
|
-
|
24
|
+
: Optional file to process.
|
21
25
|
|
22
26
|
`--string` *STRING*
|
23
|
-
|
27
|
+
: Optional string to process.
|
24
28
|
|
25
29
|
`-M`, `--multiline`
|
26
|
-
|
30
|
+
: Process each line of input separately.
|
27
31
|
|
28
32
|
`-n`, `--keep-newlines`
|
29
|
-
|
33
|
+
: Preserves newlines at the end of each line.
|
30
34
|
|
31
35
|
`-h`, `--help`
|
32
|
-
|
36
|
+
: Print help information.
|
33
37
|
|
34
38
|
## AUTHOR
|
35
39
|
|
@@ -37,4 +41,4 @@ Postmodern <postmodern.mod3@gmail.com>
|
|
37
41
|
|
38
42
|
## SEE ALSO
|
39
43
|
|
40
|
-
ronin-md5(1)
|
44
|
+
[ronin-md5](ronin-md5.1.md) [ronin-sha1](ronin-sha1.1.md) [ronin-sha256](ronin-sha256.1.md)
|
data/man/ronin-strings.1
CHANGED
@@ -1,115 +1,90 @@
|
|
1
|
-
.\" Generated by kramdown-man 0.1
|
1
|
+
.\" Generated by kramdown-man 1.0.1
|
2
2
|
.\" https://github.com/postmodern/kramdown-man#readme
|
3
3
|
.TH ronin-strings 1 "2023-02-01" Ronin "User Manuals"
|
4
|
-
.
|
4
|
+
.SH NAME
|
5
|
+
.PP
|
6
|
+
ronin\-strings \- Prints all strings within a file\[sl]stream belonging to the given character set
|
5
7
|
.SH SYNOPSIS
|
6
|
-
.
|
7
|
-
.HP
|
8
|
+
.PP
|
8
9
|
\fBronin strings\fR \[lB]\fIoptions\fP\[rB] \[lB]\fIFILE\fP \.\.\.\[rB]
|
9
|
-
.LP
|
10
10
|
.SH DESCRIPTION
|
11
|
-
.LP
|
12
11
|
.PP
|
13
12
|
Prints all strings within a file\[sl]stream belonging to the given character set\.
|
14
|
-
.LP
|
15
13
|
.SH ARGUMENTS
|
16
|
-
.LP
|
17
14
|
.TP
|
18
15
|
\fIFILE\fP
|
19
16
|
The optional path to the file to scan\.
|
20
|
-
.LP
|
21
17
|
.SH OPTIONS
|
22
|
-
.LP
|
23
18
|
.TP
|
24
|
-
\fB
|
19
|
+
\fB\-N\fR, \fB\-\-numeric\fR
|
25
20
|
Searches for numeric characters (0\-9)\.
|
26
|
-
.LP
|
27
21
|
.TP
|
28
|
-
\fB
|
22
|
+
\fB\-O\fR, \fB\-\-octal\fR
|
29
23
|
Searches for octal characters (0\-7)\.
|
30
|
-
\fB
|
24
|
+
\fB\-X\fR, \fB\-\-upper\-hex\fR
|
25
|
+
.RS
|
26
|
+
.PP
|
31
27
|
Searches for uppercase hexadecimal (0\-9, A\-F)\.
|
32
|
-
.
|
28
|
+
.RE
|
33
29
|
.TP
|
34
|
-
\fB
|
30
|
+
\fB\-x\fR, \fB\-\-lower\-hex\fR
|
35
31
|
Searches for lowercase hexadecimal (0\-9, a\-f)\.
|
36
|
-
.LP
|
37
32
|
.TP
|
38
|
-
\fB
|
33
|
+
\fB\-H\fR, \fB\-\-hex\fR
|
39
34
|
Searches for hexadecimal chars (0\-9, a\-f, A\-F)\.
|
40
|
-
.LP
|
41
35
|
.TP
|
42
|
-
\fB
|
36
|
+
\fB\-\-upper\-alpha\fR
|
43
37
|
Searches for uppercase alpha chars (A\-Z)\.
|
44
|
-
.LP
|
45
38
|
.TP
|
46
|
-
\fB
|
39
|
+
\fB\-\-lower\-alpha\fR
|
47
40
|
Searches for lowercase alpha chars (a\-z)\.
|
48
|
-
.LP
|
49
41
|
.TP
|
50
|
-
\fB
|
42
|
+
\fB\-A\fR, \fB\-\-alpha\fR
|
51
43
|
Searches for alpha chars (a\-z, A\-Z)\.
|
52
|
-
.LP
|
53
44
|
.TP
|
54
|
-
\fB
|
45
|
+
\fB\-\-alpha\-num\fR
|
55
46
|
Searches for alpha\-numeric chars (a\-z, A\-Z, 0\-9)\.
|
56
|
-
.LP
|
57
47
|
.TP
|
58
|
-
\fB
|
48
|
+
\fB\-P\fR, \fB\-\-punct\fR
|
59
49
|
Searches for punctuation chars\.
|
60
|
-
.LP
|
61
50
|
.TP
|
62
|
-
\fB
|
51
|
+
\fB\-S\fR, \fB\-\-symbols\fR
|
63
52
|
Searches for symbolic chars\.
|
64
|
-
.LP
|
65
53
|
.TP
|
66
|
-
\fB
|
54
|
+
\fB\-s\fR, \fB\-\-space\fR
|
67
55
|
Searches for all whitespace chars\.
|
68
|
-
.LP
|
69
56
|
.TP
|
70
|
-
\fB
|
57
|
+
\fB\-v\fR, \fB\-\-visible\fR
|
71
58
|
Searches for all visible chars\.
|
72
|
-
.LP
|
73
59
|
.TP
|
74
|
-
\fB
|
60
|
+
\fB\-p\fR, \fB\-\-printable\fR
|
75
61
|
Searches for all printable chars\.
|
76
|
-
.LP
|
77
62
|
.TP
|
78
|
-
\fB
|
63
|
+
\fB\-C\fR, \fB\-\-control\fR
|
79
64
|
Searches for all control chars (\ex00\-\ex1f, \ex7f)\.
|
80
|
-
.LP
|
81
65
|
.TP
|
82
|
-
\fB
|
66
|
+
\fB\-a\fR, \fB\-\-signed\-ascii\fR
|
83
67
|
Searches for all signed ASCII chars (\ex00\-\ex7f)\.
|
84
|
-
.LP
|
85
68
|
.TP
|
86
|
-
\fB
|
69
|
+
\fB\-\-ascii\fR
|
87
70
|
Searches for all ASCII chars (\ex00\-\exff)\.
|
88
|
-
.LP
|
89
71
|
.TP
|
90
|
-
\fB
|
72
|
+
\fB\-c\fR, \fB\-\-chars\fR \fICHARS\fP
|
91
73
|
Searches for all chars in the custom char\-set\.
|
92
|
-
.LP
|
93
74
|
.TP
|
94
|
-
\fB
|
75
|
+
\fB\-i\fR, \fB\-\-include\-chars\fR \fICHARS\fP
|
95
76
|
Include the additional chars to the char\-set\.
|
96
|
-
.LP
|
97
77
|
.TP
|
98
|
-
\fB
|
78
|
+
\fB\-e\fR, \fB\-\-exclude\-chars\fR \fICHARS\fP
|
99
79
|
Exclude the additional chars from the char\-set\.
|
100
|
-
.LP
|
101
80
|
.TP
|
102
|
-
\fB
|
81
|
+
\fB\-n\fR, \fB\-\-min\-length\fR \fILEN\fP
|
103
82
|
Minimum length of strings to print Defaults to 4\.
|
104
|
-
.LP
|
105
83
|
.SH AUTHOR
|
106
|
-
.LP
|
107
84
|
.PP
|
108
85
|
Postmodern
|
109
86
|
.MT postmodern\.mod3\[at]gmail\.com
|
110
87
|
.ME
|
111
|
-
.LP
|
112
88
|
.SH SEE ALSO
|
113
|
-
.LP
|
114
89
|
.PP
|
115
|
-
ronin\-extract(1)
|
90
|
+
.BR ronin\-extract (1)
|