Cyber security

jsluice++ : Enhancing JavaScript Security Analysis With A Comprehensive Guide To Integrating With Burp Suite

jsluice++ is an innovative Burp Suite extension that enhances the scanning of JavaScript traffic through both passive and active methods.

By leveraging the jsluice CLI tool, it allows for efficient extraction and analysis of URLs, paths, and secrets from JavaScript files.

This extension seamlessly integrates with Burp Suite, providing a user-friendly interface and adding powerful features to your security toolkit.

Table Of Contents

  • Introduction
  • Setup
  • Usage
  • Features
    • Monitor URLs
    • Send to Repeater
    • Secrets
    • Secret Notifications
    • Copy URL
    • Positive/Negative Match
    • In-scope only
    • In-line Tags
    • Hide Duplicates
    • Show Parameterized
    • Import/Export
    • Save Settings
  • Contributors

Introduction

jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic using the CLI tool jsluice.

The extension utilizes jsluice’s capabilities to extract URLs, paths, and secrets from static JavaScript files and integrates it with Burp Suite, allowing you to easily scan javascript traffic from Burp Suite’s Sitemap or Proxy while also offering a user-friendly interface for data inspection and a variety of additional useful features

Setup

Requirements:

  • jsluice CLI
  • Jython(2.7.3)

if this isn’t your first time installing a jython extension you can skip to step 3.

  1. Visit Jython’s Official Website and download Jython’s standalone JAR
  2. In Burp Suite -> “Extensions” -> “Extensions Settings” -> under “Python environment” select the “Location of Jython standalone JAR file”
  3. Download and install jsluice’s CLI go install github.com/BishopFox/jsluice/cmd/jsluice@latest (ensure that the jsluice binary is in your $PATH otherwise the extension won’t work)
  4. Download jsluicepp.py, then in Burp Suite go to “Extensions” -> “Installed” -> Click “Add” -> under “Extension type” select “Python” -> Select the jsluicepp.py file.

Usage

Active Scan

The extension adds an item to Burp Suite’s context menu which allows you to easily process responses from Burp Suite’s Sitemap tab

to do so simply right click any host in the sitemap tree or any item in the sitemap table and select Extensions->jsluice++->Process selected item(s) in Burp Suite’s context menu.

When processing items from the site map tree the extension will get the site map of every selected item (Multiple hosts can be processed)

For more information click here.

Varshini

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Nixpacks : Streamlining Application Deployment With Nix And Docker

Nixpacks is an innovative tool designed to simplify the process of building and deploying applications…

1 hour ago

LabSync : Revolutionizing Collaboration In Laboratories And Reverse Engineering

LabSync is an innovative tool designed to enhance collaboration and efficiency in various laboratory and…

1 hour ago

Rig : A Tool For LLM-Powered Applications

Rig is a cutting-edge Rust library designed to facilitate the development of scalable, modular, and…

1 hour ago

CVE-2024-55591 : Fortinet FortiOS Authentication Bypass Vulnerability

CVE-2024-55591 is a critical authentication bypass vulnerability affecting Fortinet's FortiOS and FortiProxy systems. This flaw,…

1 hour ago

Draugr : Advanced Tools For Synthetic Stack Frame Manipulation

The Draugr toolset provides a robust framework for performing synthetic stack frame manipulation, primarily designed…

1 hour ago

Awesome-Red-Team-Operation : A Comprehensive Toolkit For Advanced Cybersecurity

The "Awesome-Red-Team-Operation" repository is a comprehensive collection of tools designed to support red team operations,…

3 hours ago