hakluke / hakrawler

Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application
https://hakluke.com
GNU General Public License v3.0
4.41k stars 483 forks source link

-match-apex flag (Match domain apex) #150

Open bebiksior opened 1 year ago

bebiksior commented 1 year ago

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.