man/haiti.1 in haiti-hash-2.0.0 vs man/haiti.1 in haiti-hash-2.1.0
- old
+ new
@@ -1,157 +1,154 @@
-.\" generated with Ronn/v0.7.3
-.\" http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH "HAITI" "1" "October 2023" "" ""
-.
+'\" t
+.\" Title: haiti
+.\" Author: Alexandre ZANNI (@noraj)
+.\" Generator: Asciidoctor 2.0.20
+.\" Date: 2023-11-12
+.\" Manual: haiti manual
+.\" Source: haiti 2.1.0
+.\" Language: English
+.\"
+.TH "HAITI" "1" "2023-11-12" "haiti 2.1.0" "haiti manual"
+.ie \n(.g .ds Aq \(aq
+.el .ds Aq '
+.ss \n[.ss] 0
+.nh
+.ad l
+.de URL
+\fI\\$2\fP <\\$1>\\$3
+..
+.als MTO URL
+.if \n[.g] \{\
+. mso www.tmac
+. am URL
+. ad l
+. .
+. am MTO
+. ad l
+. .
+. LINKSTYLE cyan R < >
+.\}
.SH "NAME"
-\fBHAITI\fR \- HAsh IdenTifIer
-.
+haiti \- CLI tool for identifying hash types (hash type identifier)
.SH "SYNOPSIS"
-\fBhaiti\fR \fIoptions\fR \fIhash\fR
-.
-.P
-\fBhaiti\fR samples (\fIref\fR | \fIname\fR)
-.
-.P
-\fBhaiti\fR \fIoptions\fR list
-.
-.P
-\fBhaiti\fR \-\-ascii\-art
-.
-.P
-\fBhaiti\fR \-h | \-\-help
-.
-.P
-\fBhaiti\fR \-\-version
-.
-.SH "DESCRIPTION"
-\fBHAITI\fR is a CLI tool and library for identifying hash types (hash type identifier)\.
-.
+.sp
+\fBhaiti\fP [\fIoptions\fP] \fI<hash>\fP
+.sp
+\fBhaiti\fP samples (\fI<ref>\fP | \fI<name>\fP)
+.sp
+\fBhaiti\fP [\fIoptions\fP] list
+.sp
+\fBhaiti\fP \-\-ascii\-art
+.sp
+\fBhaiti\fP \-h | \-\-help
+.sp
+\fBhaiti\fP \-\-version
.SH "OPTIONS"
-.
-.TP
-\fB\-\-no\-color\fR:
-.
-.IP
-Disable colorized output (NO_COLOR environment variable is respected too)\.
-.
-.TP
-\fB\-e, \-\-extended\fR:
-.
-.IP
-List all possible hash algorithms, including ones using salt\.
-.
-.TP
-\fB\-\-short\fR:
-.
-.IP
-Display in a short format: do not display hashcat and john the ripper references\.
-.
-.TP
-\fB\-\-hashcat\-only\fR:
-.
-.IP
-Show only hashcat references\.
-.
-.TP
-\fB\-\-john\-only\fR:
-.
-.IP
-Show only john the ripper references\.
-.
-.TP
-\fB\-\-ascii\-art\fR:
-.
-.IP
-Display the logo in colored ascii\-art\.
-.
-.TP
-\fB\-\-debug\fR:
-.
-.IP
-Display arguments\.
-.
-.TP
-\fB\-h, \-\-help\fR:
-.
-.IP
-Show this screen\.
-.
-.TP
-\fB\-\-version\fR:
-.
-.IP
-Show version\.
-.
+.sp
+\fB\-\-no\-color\fP
+.RS 4
+Disable colorized output (NO_COLOR environment variable is respected too).
+.RE
+.sp
+\fB\-e, \-\-extended\fP
+.RS 4
+List all possible hash algorithms, including ones using salt.
+.RE
+.sp
+\fB\-\-short\fP
+.RS 4
+Display in a short format: do not display hashcat and john the ripper references.
+.RE
+.sp
+\fB\-\-hashcat\-only\fP
+.RS 4
+Show only hashcat references.
+.RE
+.sp
+\fB\-\-john\-only\fP
+.RS 4
+Show only john the ripper references.
+.RE
+.sp
+\fB\-\-ascii\-art\fP
+.RS 4
+Display the logo in colored ascii\-art.
+.RE
+.sp
+\fB\-\-debug\fP
+.RS 4
+Display arguments.
+.RE
+.sp
+\fB\-h, \-\-help\fP
+.RS 4
+Show this screen.
+.RE
+.sp
+\fB\-\-version\fP
+.RS 4
+Show version.
+.RE
.SH "COMMANDS"
-.
-.TP
-\fBsamples\fR:
-.
-.IP
-Display hash samples for the given type\.
-.
-.TP
-\fBlist\fR:
-.
-.IP
-Display a list of all the available hash types\.
-.
+.sp
+\fBsamples\fP
+.RS 4
+Display hash samples for the given type.
+.RE
+.sp
+\fBlist\fP
+.RS 4
+Display a list of all the available hash types.
+.RE
.SH "PARAMETERS"
-.
-.TP
-\fB<hash>\fR:
-.
-.IP
-Hash string to identify, read from STDIN if equal to "\-"\.
-.
-.TP
-\fB<ref>\fR:
-.
-.IP
-Hashcat or John the Ripper reference\.
-.
-.TP
-\fB<name>\fR:
-.
-.IP
-Hash type name\.
-.
+.sp
+\fB<hash>\fP
+.RS 4
+Hash string to identify, read from STDIN if equal to "\-".
+.RE
+.sp
+\fB<ref>\fP
+.RS 4
+Hashcat or John the Ripper reference.
+.RE
+.sp
+\fB<name>\fP
+.RS 4
+Hash type name.
+.RE
.SH "EXAMPLES"
-\fBhaiti\fR \-e d41d8cd98f00b204e9800998ecf8427e
-.
-.P
-\fBhaiti\fR \-\-no\-color \-\-short d41d8cd98f00b204e9800998ecf8427e
-.
-.P
-b2sum /etc/os\-release | awk \'{print $1}\' | \fBhaiti\fR \-
-.
-.P
-\fBhaiti\fR samples crc32
-.
-.SH "AUTHOR"
-Made by Alexandre ZANNI (@noraj)\.
-.
-.P
-Forked from Orange\-Cyberdefense/haiti (https://github\.com/Orange\-Cyberdefense/haiti)\.
-.
+.sp
+\fBhaiti\fP \-e d41d8cd98f00b204e9800998ecf8427e
+.sp
+\fBhaiti\fP \-\-no\-color \-\-short d41d8cd98f00b204e9800998ecf8427e
+.sp
+b2sum /etc/os\-release | awk \*(Aq{print $1}\*(Aq | \fBhaiti\fP \-
+.sp
+\fBhaiti\fP samples crc32
.SH "COPYRIGHT"
-Copyright © 2019\-2022 Alexandre ZANNI (independent)
-.
-.P
+.sp
+Copyright © 2020\-2023 Alexandre ZANNI (independent)
+.sp
Copyright © 2019\-2020 Alexandre ZANNI at Orange Cyberdefense
-.
-.P
-This software is distributed under the terms of the MIT License\. You may freely redistribute copies of it, subject to the conditions of the license\.
-.
+.sp
+This software is distributed under the terms of the MIT License. You may freely
+redistribute copies of it, subject to the conditions of the license.
.SH "VERSION"
-2\.0\.0
-.
+.sp
+2.1.0
.SH "REPORTING BUGS"
-Report bugs to https://github\.com/noraj/haiti/issues\.
-.
+.sp
+Report bugs to \c
+.URL "https://github.com/noraj/haiti/issues" "" "."
+.SH "RESOURCES"
+.sp
+Project homepage and documentation: \c
+.URL "https://noraj.github.io/haiti" "" ""
+.sp
+Source code: \c
+.URL "https://github.com/noraj/haiti" "" ""
.SH "SEE ALSO"
-Project homepage and documentation: https://noraj\.github\.io/haiti
-.
-.P
-Source code: https://github\.com/noraj/haiti
+.sp
+\fBhashcat\-haiti\fP(1), \fBjohn\-haiti\fP(1), \fBhaiti\-fzf\fP(1), \fBhaiti\-parsable\fP(1)
+.SH "AUTHOR"
+.sp
+Alexandre ZANNI (@noraj)
\ No newline at end of file