> For the complete documentation index, see [llms.txt](https://sec88.0x88.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sec88.0x88.online/operating-systems/burp-suite.md).

# Burp Suite

#### Burp version to 1.7.36 or higher.

[Professional / Community 1.7.36 | Releases (portswigger.net)](https://portswigger.net/burp/releases/professional-community-1-7-36)

* Attacks Types

  |               |                                                                                                                                    |
  | ------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
  | Attack Type   | Description                                                                                                                        |
  | Sniper        | Uses a single payload list; Replaces one position at a time                                                                        |
  | Battering Ram | Uses a single payload list; Replaces all positions at the same time                                                                |
  | Pitchfork     | Each position has a corresponding payload list; So if there are two positions to be modified they each get their own payload list. |
  | Cluster Bomb  | Uses each payload list and tries different combinations for each position                                                          |
* Free Extensions to use
  * `Software Vulnerability` → \[ CVE’s ]
  * `Retire.js` → \[ JQuery Flaws]
  * `JSON Web Tokensor JWT editor` → \[JWT pentest]
  * `param miner` → \[Web Cache Poisoning]
  * `Decoder Improved` → <https://portswigger.net/bappstore/0a05afd37da44adca514acef1cdde3b9>
  * `Autorize` - \[AC Bugs]\
    ● `Backslash Powered Scanner` - Advanced payloads while active scanner\
    ● `Google Authenticator` - Automation in 2FA\
    ● `Java Serial Killer` - payload generation tool for Java object deserialization\
    ● `Handy Collaborator` - OOB requests while manual test using Repeater\
    ● `HUNT Suite` - Identify common parameters for known vulnerabilities\
    ● `J2EEScan` - Scanner for Java based application\
    ● `Logger++` - Keeps logs of everything\
    ● `SAML Editor/SAML Encoder-Decoder/SAML Raider` - SAML requests\
    ● \`WSDLER/WSDL Wizard \`\`- Web service automatio
* Burp Collaborator

  ● A network service which helps to discover Blind vulnerabilities such as SQL Injection, XML Injection, Cross-Site Scripting etc.\
  ● Uses a specially crafted dedicated domain name and reports as an issue such as External Service Interaction, SQL Injection etc.
* Scope
  * **Set scope** to advanced control & use **string of target name** (not a normal FQDN)

    * Goal: Show only links that have *tesla* in the URL in the *Site map* Click *yes* for to \_"…stop sending out of scope items to the history…"\_Show only in scope items in the *Target* / *Site map*

    [![](https://pentester.land/blog/levelup-2018-the-bug-hunters-methodology-v3/burp-spider-3_hucacd5fddf15e0fb730f80fb9c969f0e4_40794_636x0_resize_q75_h2_box_3.webp)](https://pentester.land/blog/levelup-2018-the-bug-hunters-methodology-v3/burp-spider-3_hucacd5fddf15e0fb730f80fb9c969f0e4_40794_636x0_resize_q75_h2_box_3.webp)

    [![](https://pentester.land/blog/levelup-2018-the-bug-hunters-methodology-v3/burp-spider-4_huc09f413a13bd271c7d81386cebf63cc3_4981_670x0_resize_q75_h2_box_3.webp)](https://pentester.land/blog/levelup-2018-the-bug-hunters-methodology-v3/burp-spider-4_huc09f413a13bd271c7d81386cebf63cc3_4981_670x0_resize_q75_h2_box_3.webp)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sec88.0x88.online/operating-systems/burp-suite.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
