-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
fhc.1
58 lines (58 loc) · 1.43 KB
/
fhc.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.\" 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.8.1
.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 [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
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.