FHC v0.5.0
- Wordlists support for brute-forcing a custom
-d/--domain
. Usage:cat wordlist.txt | fhc -d example.com
. It will append all the words inwordlist.txt
toexample.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