It uses Facebook Certificate Transparency to fetch out the hosts of a root domain.
The API Token can be read from Home directory, the example toml file is added
#Installation Steps
- go install github.com/ved009/FacebookCRT@latest
- Make a copy of .Facebook.toml file into the home directory and add your Facebook Access Token. It can be created from signing up on Facebook Developers.
- Run the script - FacebookCRT example.com
#Next Updates
- Implement Stdin
- Second Argument - Find, Track, ViewNew and All
- Filtering wildcards and hosts in output.
- Steps for creating the Developer Profile and creating the access token.
- Increasing the Timeout of AccessToken.
- Handling Rate Limits of API
#Note
This is my first attempt to publish a GitHub repo so please raise PRs, suggestions and fixes!