mirror of
https://github.com/edu4rdshl/fhc.git
synced 2026-07-18 07:34:52 +00:00
61 lines
1.4 KiB
Groff
61 lines
1.4 KiB
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3.
|
|
.TH FHC "1" "May 2021" "FHC 0.5.1" "User Commands"
|
|
.SH NAME
|
|
FHC \- manual page for FHC 0.5.1
|
|
.SH DESCRIPTION
|
|
FHC 0.5.1
|
|
Eduard Tolosa <edu4rdshl@protonmail.com>
|
|
Fast HTTP Checker.
|
|
.SS "USAGE:"
|
|
.IP
|
|
fhc [FLAGS] [OPTIONS]
|
|
.SS "FLAGS:"
|
|
.TP
|
|
\fB\-1\fR, \fB\-\-1xx\fR
|
|
Show URLs with 100\-199 response codes only.
|
|
.TP
|
|
\fB\-2\fR, \fB\-\-2xx\fR
|
|
Show URLs with 200\-299 response codes only.
|
|
.TP
|
|
\fB\-3\fR, \fB\-\-3xx\fR
|
|
Show URLs with 300\-399 response codes only.
|
|
.TP
|
|
\fB\-4\fR, \fB\-\-4xx\fR
|
|
Show URLs with 400\-499 response codes only.
|
|
.TP
|
|
\fB\-5\fR, \fB\-\-5xx\fR
|
|
Show URLs with 500\-599 response codes only.
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Prints help information
|
|
.TP
|
|
\fB\-s\fR, \fB\-\-show\-codes\fR
|
|
Show status codes for discovered hosts.
|
|
.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\-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: 100
|
|
.TP
|
|
\fB\-\-timeout\fR <timeout>
|
|
Timeout in seconds. Default: 3
|
|
.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.
|