Professional Community
Apply CSS selectors to extract and analyze specific parts of HTML content directly from the HTTP message viewer. With the power of CSS selectors, users can target elements, attributes, and nested structures in the HTML document, enabling precise and efficient content analysis during security assessments.
@outer
- Get complete elements with their tags (default if no prefix).
@outer:input[type=hidden] -> Shows complete hidden input tags
@outer:form -> Shows complete form elements
@inner
- Get only the contents inside elements.
@inner:div.content -> Shows only the content inside div
@inner:form -> Shows only the form contents
@attr:name:
- Get specific attribute values.
@attr:href:a -> Gets all link URLs
@attr:value:input -> Gets all input values
@attr:class:div -> Gets all div class names
@attr:src:img -> Gets all image sources
@outer:input[type=hidden]
@inner:form
@attr:href:a
@attr:value:input[type=text]
@attr:class:div.content
Author |
Author
Ceylan Bozogullarindan |
---|---|
Version |
Version
1.1 |
Rating |
Rating |
Popularity |
Popularity |
Last updated |
Last updated
28 February 2025 |
Estimated system impact |
Estimated system impact
Overall impact: Empty
Memory
Empty
CPU
Empty
General
Empty
Scanner
Empty
|
You can install BApps directly within Burp, via the BApp Store feature in the Burp Extender tool. You can also download them from here, for offline installation into Burp.
|
You can view the source code for all BApp Store extensions on our GitHub page. |
|
Follow @BApp_Store on Twitter to receive notifications of all BApp releases and updates. |
Please note that extensions are written by third party users of Burp, and PortSwigger Web Security makes no warranty about their quality or usefulness for any particular purpose.
Please note that extensions are written by third party users of Burp, and PortSwigger Web Security makes no warranty about their quality or usefulness for any particular purpose.