Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
BurpSuite-Asset_Discover — Burp Suite extension to discover assets from HTTP response. | Kitploit
Tools/GitHubGitHub/redhuntlabs/burpsuite-asset_discover
OSINT (Open Source Intelligence)Information GatheringWeb Security
GitHubredhuntlabs/burpsuite-asset_discover

BurpSuite-Asset_Discover

Burp Suite extension to discover assets from HTTP response.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
235521 year agoReviewed by Kitploit

BurpSuite Extension - Asset Discover

Burp Suite extension to discover assets from HTTP response using passive scanning. Refer our blog Asset Discovery using Burp Suite for more details.

The extension is now part of the BApp store and can be installed directly from the Burp Suite. https://portswigger.net/bappstore/d927f0065171485981d6eb49a860fc3e

To know more about our Attack Surface Management platform, check out NVADR.

Description

Passively parses HTTP response of the URLs in scope and identifies different type assets such as domain, subdomain, IP, S3 bucket etc. and lists them as informational issues.

Setup

  • Setup the python environment by providing the jython.jar file in the 'Options' tab under 'Extender' in Burp Suite.
  • Download the extension.
  • In the 'Extensions' tab under 'Extender', select 'Add'.
  • Change the extension type to 'Python'.
  • Provide the path of the file ‘Asset_Discover.py’ and click on 'Next'.

Usage

  • Add a URL to the 'Scope' under the 'Target' tab. The extension will start identifying assets through passive scan.

Requirements

  • Jython 2.7.0
  • Burp Suite Pro v2.1

Code Credits

A large portion of the base code has been taken from the following sources:

  • OpenSecurityResearch CustomPassiveScanner
  • PortSwigger example-scanner-checks

License

The project is available under MIT license, see LICENSE file.

Download Tool