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.
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
Requirements:
if this isn’t your first time installing a jython extension you can skip to step 3.
go install github.com/BishopFox/jsluice/cmd/jsluice@latest (ensure that the jsluice binary is in your $PATH otherwise the extension won’t work)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.
The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…
The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…
The top command in Linux provides a real-time view of running processes and system resource usage. From…
The usermod command in Linux modifies existing user account attributes. You can use it to manage group…
The sort command in Linux reads lines from files or standard input and writes them to standard…
The wall command in Linux sends a message to the terminals of all currently logged-in users. The…