Burpsuite Js Extractor
Description
A simple plugin to export JS files from one or multiple targets
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Burp Suite JavaScript File Extractor
This Burp Suite extension allows users to extract JavaScript file URLs from the sitemap of a targeted website. It offers the flexibility to select specific items from the sitemap and provides options to save the URLs to a file or copy them to the clipboard.
https://github.com/PatrikFehrenbach/burpsuite-js-extractor/assets/9072595/0dfc85a9-584b-436b-b401-c90dd6bde803
Installation
**Download Jython**:
- Download the latest standalone Jython jar from the Jython website.
**Configure Jython in Burp Suite**:
- Open Burp Suite.
- Go to the
Extendertab. - In the
Optionssub-tab, locate thePython Environmentsection. - Click
Select fileand navigate to the Jython jar file you downloaded.
**Load the Extension**:
- Still in the
Extendertab, switch to theExtensionssub-tab. - Click the
Addbutton. - In the dialog, select
Extension TypeasPython. - Click
Select fileand navigate to the.pyfile of the extension. - Click
NextorFinishto load the extension.
- Still in the
Usage
**Select Target Items in Sitemap**:
- Navigate to the
Targettab. - In the site map, select one or more items from the domain(s) you wish to extract JavaScript files from.
- Navigate to the
**Extract JavaScript Files**:
- Right-click on the selected item(s).
- Choose the appropriate option from the context menu:
Extract JS Files to File: This option allows you to save the JavaScript URLs to a file. Choose the desired location to save the file when prompted.Copy JS Files to Clipboard: This option copies all JavaScript URLs to the clipboard, allowing you to paste them elsewhere.
Notes
- The extension identifies JavaScript files based on the
Content-Typeheader in the HTTP response, looking for types that include "javascript". - Ensure that Burp Suite's spider has adequately crawled the target website to populate the sitemap with
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11