Bump version.

This commit is contained in:
Eduard Tolosa 2024-10-28 02:30:52 -05:00
parent ad731731b7
commit 200eac74dd
3 changed files with 39 additions and 46 deletions

2
Cargo.lock generated
View file

@ -341,7 +341,7 @@ checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
[[package]]
name = "fhc"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"async-recursion",
"clap",

View file

@ -1,6 +1,6 @@
[package]
name = "fhc"
version = "0.8.0"
version = "0.8.1"
authors = ["Eduard Tolosa <edu4rdshl@protonmail.com>"]
edition = "2018"
description = "Fast HTTP Checker."

81
fhc.1
View file

@ -1,65 +1,58 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
.TH FHC "1" "April 2022" "FHC 0.7.1" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH FHC "1" "October 2024" "fhc 0.8.1" "User Commands"
.SH NAME
FHC \- manual page for FHC 0.7.1
fhc \- manual page for fhc 0.8.1
.SH SYNOPSIS
.B fhc
[\fI\,OPTIONS\/\fR]
.SH DESCRIPTION
FHC 0.7.1
Eduard Tolosa <edu4rdshl@protonmail.com>
Fast HTTP Checker.
.SS "USAGE:"
.IP
fhc [FLAGS] [OPTIONS]
.SS "FLAGS:"
.SH OPTIONS
.TP
\fB\-1\fR, \fB\-\-1xx\fR
Show URLs with 100\-199 response codes only.
\fB\-t\fR, \fB\-\-threads\fR <THREADS>
Number of threads to use [default: 50]
.TP
\fB\-2\fR, \fB\-\-2xx\fR
Show URLs with 200\-299 response codes only.
\fB\-\-timeout\fR <TIMEOUT>
Timeout in seconds [default: 3]
.TP
\fB\-3\fR, \fB\-\-3xx\fR
Show URLs with 300\-399 response codes only.
\fB\-s\fR, \fB\-\-show\-full\-data\fR
Show HTTP status codes, final URL and domain
.TP
\fB\-4\fR, \fB\-\-4xx\fR
Show URLs with 400\-499 response codes only.
\fB\-d\fR, \fB\-\-domain\fR <DOMAIN>
Domain to check \- can be omitted if using stdin
.TP
\fB\-5\fR, \fB\-\-5xx\fR
Show URLs with 500\-599 response codes only.
\fB\-r\fR, \fB\-\-retries\fR <RETRIES>
Number of retries [default: 1]
.TP
\fB\-L\fR, \fB\-\-max\-redirects\fR <MAX_REDIRECTS>
Maximum number of redirects [default: 10]
.TP
\fB\-b\fR, \fB\-\-bruteforce\fR
Enable bruteforce mode
.TP
\fB\-f\fR, \fB\-\-filter\-codes\fR <FILTER_CODES>
Filter status codes. A comma separated list can be used
.TP
\fB\-e\fR, \fB\-\-exclude\-codes\fR <EXCLUDE_CODES>
Exclude status codes. A comma separated list can be used
.TP
\fB\-q\fR, \fB\-\-quiet\fR
Quiet mode. This will suppress all fancy output except for the final results
.TP
\fB\-h\fR, \fB\-\-help\fR
Prints help information
.TP
\fB\-s\fR, \fB\-\-show\-codes\fR
Show status codes for discovered hosts.
Print help
.TP
\fB\-V\fR, \fB\-\-version\fR
Prints version information
.SS "OPTIONS:"
.TP
\fB\-d\fR, \fB\-\-domain\fR <domain>
Target domain. When it's specified, a wordlist can be used from stdin for
bruteforcing.
.TP
\fB\-L\fR, \fB\-\-max\-redirects\fR <max\-redirects>
Max number of redirects. Default: 0
.TP
\fB\-r\fR, \fB\-\-retries\fR <retries>
Max number of http probes per target.
.TP
\fB\-t\fR, \fB\-\-threads\fR <threads>
Number of threads. Default: 50
.TP
\fB\-\-timeout\fR <timeout>
Timeout in seconds. Default: 3
Print version
.SH "SEE ALSO"
The full documentation for
.B FHC
.B fhc
is maintained as a Texinfo manual. If the
.B info
and
.B FHC
.B fhc
programs are properly installed at your site, the command
.IP
.B info FHC
.B info fhc
.PP
should give you access to the complete manual.