1 Repo
Mechanisms for saving discovered data to local storage for offline review and historical tracking.
Distinct from Fake Record Persisters: Existing candidates focus on database record mocking or DNS records, not saving security analysis results to files.
Explore 1 awesome GitHub repository matching data & databases · Analysis Result Persistence. Refine with filters or upvote what's useful.
LinkFinder is a security reconnaissance and static analysis tool designed for JavaScript endpoint discovery. It extracts absolute and relative URLs and parameters from JavaScript files to map the attack surface of web applications and identify hidden API routes. The tool operates through static code analysis and regular expression pattern matching to find endpoints without executing the source code. It includes a data processor for importing exported files from Burp Suite, enabling the batch analysis of multiple JavaScript assets in a single execution. The system provides capabilities for do
Writes discovered URLs to local text files to maintain a record for offline analysis.