mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-17 23:24:50 +00:00
58 lines
1.4 KiB
Groff
58 lines
1.4 KiB
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
|
.TH FHC "1" "October 2024" "fhc 0.8.2" "User Commands"
|
|
.SH NAME
|
|
fhc \- manual page for fhc 0.8.2
|
|
.SH SYNOPSIS
|
|
.B fhc
|
|
[\fI\,OPTIONS\/\fR]
|
|
.SH DESCRIPTION
|
|
Fast HTTP Checker.
|
|
.SH OPTIONS
|
|
.TP
|
|
\fB\-t\fR, \fB\-\-threads\fR <THREADS>
|
|
Number of threads to use [default: 50]
|
|
.TP
|
|
\fB\-\-timeout\fR <TIMEOUT>
|
|
Timeout in seconds [default: 3]
|
|
.TP
|
|
\fB\-s\fR, \fB\-\-show\-full\-data\fR
|
|
Show HTTP status codes, final URL and domain
|
|
.TP
|
|
\fB\-d\fR, \fB\-\-domain\fR <DOMAIN>
|
|
Domain to check \- can be omitted if using stdin
|
|
.TP
|
|
\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, disabled by default [default: 0]
|
|
.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
|
|
Print help
|
|
.TP
|
|
\fB\-V\fR, \fB\-\-version\fR
|
|
Print version
|
|
.SH "SEE ALSO"
|
|
The full documentation for
|
|
.B fhc
|
|
is maintained as a Texinfo manual. If the
|
|
.B info
|
|
and
|
|
.B fhc
|
|
programs are properly installed at your site, the command
|
|
.IP
|
|
.B info fhc
|
|
.PP
|
|
should give you access to the complete manual.
|