hakrawler icon indicating copy to clipboard operation
hakrawler copied to clipboard

Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application

Results 18 hakrawler issues
Sort by recently updated
recently updated
newest added

Hi everyone. ~/.bashrc : ![image](https://github.com/hakluke/hakrawler/assets/98155826/20dc3eac-ce35-4826-aa85-ceb3f23d28b9) PATH : ![image](https://github.com/hakluke/hakrawler/assets/98155826/1c54b1e3-d87a-4d98-9929-7806c7163759) Go version : ![image](https://github.com/hakluke/hakrawler/assets/98155826/2aae0f65-4916-4f6b-bf84-b2ab3df12487) error : ![image](https://github.com/hakluke/hakrawler/assets/98155826/a7dfaec3-cd8f-4219-83d2-d2369d746789) Thank you for your help.

Production build for usage in docker. Build size is almost 28Mb.

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...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220225172249-27dd8689420f to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20220225172249-27dd8689420f&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

The HTML form get from this lab https://portswigger.net/web-security/cross-site-scripting/reflected/lab-html-context-nothing-encoded is not detected. E.g. the url https://0aee00eb04a770e7c3134f8b00ea00ac.web-security-academy.net/?search=test is not listed in the output.

`echo https://paypal.com | hakrawler` gives no output. we need to make it follow the basic redirect for hakrawler to work.. and could be prevented if we just make it follow...

If a root path of a site has the tag, crawler can't handle it! Leading to a lot of URLs not being crawler correctly due to having that tag in...