haiti-hash 2.0.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/man/john-haiti.1 ADDED
@@ -0,0 +1,102 @@
1
+ '\" t
2
+ .\" Title: john-haiti
3
+ .\" Author: Alexandre ZANNI (@noraj)
4
+ .\" Generator: Asciidoctor 2.0.23
5
+ .\" Date: 2025-02-02
6
+ .\" Manual: john-haiti manual
7
+ .\" Source: john-haiti 3.0.0
8
+ .\" Language: English
9
+ .\"
10
+ .TH "JOHN\-HAITI" "1" "2025-02-02" "john\-haiti 3.0.0" "john\-haiti manual"
11
+ .ie \n(.g .ds Aq \(aq
12
+ .el .ds Aq '
13
+ .ss \n[.ss] 0
14
+ .nh
15
+ .ad l
16
+ .de URL
17
+ \fI\\$2\fP <\\$1>\\$3
18
+ ..
19
+ .als MTO URL
20
+ .if \n[.g] \{\
21
+ . mso www.tmac
22
+ . am URL
23
+ . ad l
24
+ . .
25
+ . am MTO
26
+ . ad l
27
+ . .
28
+ . LINKSTYLE cyan R < >
29
+ .\}
30
+ .SH "NAME"
31
+ john-haiti \- Wrapper for John the Ripper where you can select the format using haiti and fzf
32
+ .SH "SYNOPSIS"
33
+ .sp
34
+ \fBjohn\-haiti\fP [\fIoptions\fP] \fI<hash>\fP \(em \fI<john_options>\fP...
35
+ .sp
36
+ \fBjohn\-haiti\fP \-h | \-\-help
37
+ .sp
38
+ \fBjohn\-haiti\fP \-\-version
39
+ .SH "OPTIONS"
40
+ .sp
41
+ \fB\-e, \-\-extended\fP
42
+ .RS 4
43
+ List all possible hash algorithms including ones using salt
44
+ .RE
45
+ .sp
46
+ \fB\-\-debug\fP
47
+ .RS 4
48
+ Display arguments
49
+ .RE
50
+ .sp
51
+ \fB\-h, \-\-help\fP
52
+ .RS 4
53
+ Show this screen
54
+ .RE
55
+ .sp
56
+ \fB\-\-version\fP
57
+ .RS 4
58
+ Show version
59
+ .RE
60
+ .SH "PARAMETERS"
61
+ .sp
62
+ \fB<hash>\fP
63
+ .RS 4
64
+ Hash string to identify, read from STDIN if equal to "\-"
65
+ .RE
66
+ .SH "EXAMPLES"
67
+ .sp
68
+ \fBjohn\-haiti\fP \-e d41d8cd98f00b204e9800998ecf8427e \-\- hashes.txt \-\-wordlist=/usr/share/wordlists/passwords/rockyou.txt
69
+ .sp
70
+ \fBjohn\-haiti\fP 1f474c6dadb3cb2370f6cb88d4576ede0db9ff43 \-\- hashes.txt \-\-rules=NT \-\-fork=3
71
+ .sp
72
+ head \-1 /tmp/hash.txt | \fBjohn\-haiti\fP \- \-\- /tmp/hash.txt
73
+ .sp
74
+ \fBjohn\-haiti\fP \-e d41d8cd98f00b204e9800998ecf8427e \-\- hashes.txt \-\-show
75
+ .SH "COPYRIGHT"
76
+ .sp
77
+ Copyright © 2020\-2023 Alexandre ZANNI (independent)
78
+ .sp
79
+ Copyright © 2019\-2020 Alexandre ZANNI at Orange Cyberdefense
80
+ .sp
81
+ This software is distributed under the terms of the MIT License. You may freely
82
+ redistribute copies of it, subject to the conditions of the license.
83
+ .SH "VERSION"
84
+ .sp
85
+ 3.0.0
86
+ .SH "REPORTING BUGS"
87
+ .sp
88
+ Report bugs to \c
89
+ .URL "https://github.com/noraj/haiti/issues" "" "."
90
+ .SH "RESOURCES"
91
+ .sp
92
+ Project homepage and documentation: \c
93
+ .URL "https://noraj.github.io/haiti" "" ""
94
+ .sp
95
+ Source code: \c
96
+ .URL "https://github.com/noraj/haiti" "" ""
97
+ .SH "SEE ALSO"
98
+ .sp
99
+ \fBhaiti\fP(1), \fBhashcat\-haiti\fP(1), \fBhaiti\-fzf\fP(1), \fBhaiti\-parsable\fP(1)
100
+ .SH "AUTHOR"
101
+ .sp
102
+ Alexandre ZANNI (@noraj)
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haiti-hash
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre ZANNI
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-10-28 00:00:00.000000000 Z
10
+ date: 2025-02-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: docopt
@@ -30,32 +29,44 @@ dependencies:
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
- version: '2.2'
32
+ version: '2.3'
34
33
  type: :runtime
35
34
  prerelease: false
36
35
  version_requirements: !ruby/object:Gem::Requirement
37
36
  requirements:
38
37
  - - "~>"
39
38
  - !ruby/object:Gem::Version
40
- version: '2.2'
39
+ version: '2.3'
41
40
  description: Hash type identifier (CLI & lib).
42
41
  email: alexandre.zanni@engineer.com
43
42
  executables:
44
43
  - haiti
44
+ - haiti-fzf
45
+ - haiti-parsable
45
46
  - haiti_console
47
+ - hashcat-haiti
48
+ - john-haiti
46
49
  extensions: []
47
50
  extra_rdoc_files: []
48
51
  files:
49
52
  - LICENSE.txt
50
53
  - bin/haiti
54
+ - bin/haiti-fzf
55
+ - bin/haiti-parsable
51
56
  - bin/haiti_console
57
+ - bin/hashcat-haiti
58
+ - bin/john-haiti
52
59
  - data/commons.json
53
60
  - data/prototypes.json
54
61
  - docs/_media/logo.ascii
55
62
  - lib/haiti.rb
56
63
  - lib/haiti/hash.rb
57
64
  - lib/haiti/version.rb
65
+ - man/haiti-fzf.1
66
+ - man/haiti-parsable.1
58
67
  - man/haiti.1
68
+ - man/hashcat-haiti.1
69
+ - man/john-haiti.1
59
70
  homepage: https://noraj.github.io/haiti/
60
71
  licenses:
61
72
  - MIT
@@ -66,8 +77,8 @@ metadata:
66
77
  documentation_uri: https://noraj.github.io/haiti/
67
78
  homepage_uri: https://noraj.github.io/haiti/
68
79
  source_code_uri: https://github.com/noraj/haiti/
80
+ funding_uri: https://github.com/sponsors/noraj
69
81
  rubygems_mfa_required: 'true'
70
- post_install_message:
71
82
  rdoc_options: []
72
83
  require_paths:
73
84
  - lib
@@ -75,7 +86,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
75
86
  requirements:
76
87
  - - ">="
77
88
  - !ruby/object:Gem::Version
78
- version: 2.7.0
89
+ version: 3.1.0
79
90
  - - "<"
80
91
  - !ruby/object:Gem::Version
81
92
  version: '4.0'
@@ -85,8 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
96
  - !ruby/object:Gem::Version
86
97
  version: '0'
87
98
  requirements: []
88
- rubygems_version: 3.4.10
89
- signing_key:
99
+ rubygems_version: 3.6.2
90
100
  specification_version: 4
91
101
  summary: HAsh IdenTifIer
92
102
  test_files: []