fcavallarin / htcap

htcap is a web application scanner able to crawl single page application (SPA) recursively by intercepting ajax calls and DOM changes.
GNU General Public License v2.0
611 stars 114 forks source link

[feature] Limit the crawl to the provided domain #21

Closed GuilloOme closed 7 years ago

GuilloOme commented 7 years ago

Like the existing -s domain option but with a limit to the domain.

For example, if the given url is "http://www.example.com", it will be limited to "www" subdomain and don't considere "blog.example.com" in scope.

GuilloOme commented 7 years ago

My bad, it's already possible with the option -d *.example.com. closing it…