-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
43 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fhc" | ||
version = "0.8.0" | ||
version = "0.8.1" | ||
authors = ["Eduard Tolosa <[email protected]>"] | ||
edition = "2018" | ||
description = "Fast HTTP Checker." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> | ||
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. | ||
.SH OPTIONS | ||
.TP | ||
\fB\-2\fR, \fB\-\-2xx\fR | ||
Show URLs with 200\-299 response codes only. | ||
\fB\-t\fR, \fB\-\-threads\fR <THREADS> | ||
Number of threads to use [default: 50] | ||
.TP | ||
\fB\-3\fR, \fB\-\-3xx\fR | ||
Show URLs with 300\-399 response codes only. | ||
\fB\-\-timeout\fR <TIMEOUT> | ||
Timeout in seconds [default: 3] | ||
.TP | ||
\fB\-4\fR, \fB\-\-4xx\fR | ||
Show URLs with 400\-499 response codes only. | ||
\fB\-s\fR, \fB\-\-show\-full\-data\fR | ||
Show HTTP status codes, final URL and domain | ||
.TP | ||
\fB\-5\fR, \fB\-\-5xx\fR | ||
Show URLs with 500\-599 response codes only. | ||
\fB\-d\fR, \fB\-\-domain\fR <DOMAIN> | ||
Domain to check \- can be omitted if using stdin | ||
.TP | ||
\fB\-h\fR, \fB\-\-help\fR | ||
Prints help information | ||
\fB\-r\fR, \fB\-\-retries\fR <RETRIES> | ||
Number of retries [default: 1] | ||
.TP | ||
\fB\-s\fR, \fB\-\-show\-codes\fR | ||
Show status codes for discovered hosts. | ||
\fB\-L\fR, \fB\-\-max\-redirects\fR <MAX_REDIRECTS> | ||
Maximum number of redirects [default: 10] | ||
.TP | ||
\fB\-V\fR, \fB\-\-version\fR | ||
Prints version information | ||
.SS "OPTIONS:" | ||
\fB\-b\fR, \fB\-\-bruteforce\fR | ||
Enable bruteforce mode | ||
.TP | ||
\fB\-d\fR, \fB\-\-domain\fR <domain> | ||
Target domain. When it's specified, a wordlist can be used from stdin for | ||
bruteforcing. | ||
\fB\-f\fR, \fB\-\-filter\-codes\fR <FILTER_CODES> | ||
Filter status codes. A comma separated list can be used | ||
.TP | ||
\fB\-L\fR, \fB\-\-max\-redirects\fR <max\-redirects> | ||
Max number of redirects. Default: 0 | ||
\fB\-e\fR, \fB\-\-exclude\-codes\fR <EXCLUDE_CODES> | ||
Exclude status codes. A comma separated list can be used | ||
.TP | ||
\fB\-r\fR, \fB\-\-retries\fR <retries> | ||
Max number of http probes per target. | ||
\fB\-q\fR, \fB\-\-quiet\fR | ||
Quiet mode. This will suppress all fancy output except for the final results | ||
.TP | ||
\fB\-t\fR, \fB\-\-threads\fR <threads> | ||
Number of threads. Default: 50 | ||
\fB\-h\fR, \fB\-\-help\fR | ||
Print help | ||
.TP | ||
\fB\-\-timeout\fR <timeout> | ||
Timeout in seconds. Default: 3 | ||
\fB\-V\fR, \fB\-\-version\fR | ||
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. |