hakrawler
hakrawler copied to clipboard
-match-apex flag (Match domain apex)
When -match-apex
is used, hakrawler will only output URLs that match the apexdomain of the input URL.
For example, if you run:
echo 'https://sub.example.com' | hakrawler -match-apex
hakrawler will only output URLs that end with example.com
. This includes URLs like https://example.com
and https://test.example.com
, but not https://example.net
or https://test.net
.