Skip to content

Releases: Edu4rdSHL/fhc

FHC v0.8.2

28 Oct 16:33
Compare
Choose a tag to compare
  • Disable redirects by default. See #9.

FHC v0.8.1

28 Oct 07:40
Compare
Choose a tag to compare
  • The output format has been reverted to the previous default of just the URL. If you want all the info, you can use the --show-full-data flag.
  • Performance has been improved by refining the data assignation depending on the use-case.

FHC v0.8.0

11 Oct 10:01
Compare
Choose a tag to compare
  • Show the final redirection location by default
  • High-performance improvements, simplifying code logic.

FHC v0.7.1

12 Apr 07:07
728b8c0
Compare
Choose a tag to compare

Please check the 7.0.0 release notes for the full changelog.

FIXES

  • Properly return the URL if --max-redirects is used. 8293e8b

FHC v0.7.0

12 Apr 06:00
5e557a3
Compare
Choose a tag to compare

Welcome to the FHC 7.0.0 release 🎉

NEW

  • Add the --max-redirects option.

FIXES

MISCELLANEOUS

  • Use a struct for the library arguments parsing. c5c4b28
  • Bump dependencies.

FHC v0.6.1

13 Feb 17:55
66a6166
Compare
Choose a tag to compare

FHC v0.6.0

13 Feb 11:07
243170a
Compare
Choose a tag to compare
  • Split functions across modules and performance optimizations. Now you to use the crate as a library calling the public functions such as return_http_data (for a faster and accurate HTTP checking process that returns a HashMap of the data) and return_http_client (insecure on purpose). 2121522

FHC v0.5.1

11 May 02:19
e37dedf
Compare
Choose a tag to compare
  • Give a better help message. 24683bd

FHC v0.5.0

09 May 10:51
33f527b
Compare
Choose a tag to compare
  • Wordlists support for brute-forcing a custom -d/--domain. Usage: cat wordlist.txt | fhc -d example.com. It will append all the words in wordlist.txt to example.com and then check the HTTP status of the resulting hosts. 4439d45
  • Random user agent per request support. 4439d45
  • Performance improvement dropping the tasks once finished. 4439d45
  • Add --retries support, fixed #1. cd220f7
  • Bump dependencies. 4439d45

FHC v0.4.0

07 Oct 03:30
Compare
Choose a tag to compare
  • Add support for showing status codes with the -s/--show-codes option.