1 repository
Scans website pages specifically to identify and list all linked JavaScript file locations for security analysis.
Distinct from JavaScript Endpoint Extractors: Distinct from JavaScript Endpoint Extractors: focuses on locating script source files, not extracting endpoints from JavaScript code.
Explore 1 awesome GitHub repository matching part of an awesome list · Script Source Locators. Refine with filters or upvote what's useful.
Hakrawler is a command-line web spider tool designed for security reconnaissance, built to crawl target websites and extract hyperlinks along with JavaScript file references. As a focused reconnaissance utility, it collects every discoverable URL and script source from a given domain, mapping the attack surface for penetration testing and vulnerability assessment. The tool differentiates itself through its concurrent architecture: a fixed-size goroutine pool fetches pages in parallel, while CSS selectors parse HTML to extract anchor and script references. A depth-aware recursion limiter preve
Scans website pages specifically to identify and list all linked JavaScript file locations for security analysis.