Hakrawler? For a long time, I’ve wanted a tool that can extract all URL endpoints from an application and simply dump them to the command-line. So I created one! Here’s the tool: https://github.com/hakluke/hakrawler The URLs are extracted by spidering the application, querying wayback machine, parsing robots.txt files and parsing sitemap.xml files. …