BurpJSLinkFinder Enhanced - Link & Sensitive Data Finder#1964
Open
carlospolop wants to merge 1 commit intomasterfrom
Open
BurpJSLinkFinder Enhanced - Link & Sensitive Data Finder#1964carlospolop wants to merge 1 commit intomasterfrom
carlospolop wants to merge 1 commit intomasterfrom
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://github.com/panchocosil/burp-js-linkfinder-enhanced Content Categories: Based on the analysis, this content was categorized under "🕸️ Pentesting Web -> (Recon/JS analysis) add under a new or existing subsection like "JavaScript analysis / endpoint discovery" (alternatively: "80,443 - Pentesting Web Methodology" as a tooling note)". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
What this project is
BurpJSLinkFinder Enhanced - Link & Sensitive Data Finder is an enhanced Burp Suite extension (Python/Jython) that performs passive analysis of JavaScript responses to extract:
It is an enhanced version of the origi...
🔧 Technical Details
Passive JavaScript endpoint mining: Intercept/observe JavaScript responses (not only
.jsfiles—also match by MIME types such asapplication/javascript,text/javascript, and Burp’sscript, plus paths ending in/js) and apply link-extraction regexes to recover hidden attack surface: absolute URLs, relative paths (e.g.,/api/users,../config.json), file references (e.g.,config.php), and handler patterns including.ashxand extensionless endpoints (e.g.,Handler?param=value). Include ES6 template literal (backtick) parsing to catch endpoints embedded in template strings.Client-side secret harvesting via pattern matching: Treat JavaScript as a common secret-leak source and scan it for credential material using targeted patterns: explicitly-named API keys (
api_key/apikey/apiKey), J...🤖 Agent Actions
Updated the web methodology spidering tool list to include BurpJSLinkFinder Enhanced and added a References section with the blog URL.
Files modified
src/network-services-pentesting/pentesting-web/README.mdTests not run (not requested).
If you want, I can also add a short “JS secret hunting” sub‑note under the JS files bullet in the same page.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.