![]() Logo of PortSwigger, the company that develops Burp Suite | |
![]() | |
Developer(s) | PortSwigger |
---|---|
Stable release | 2024.10.3 [1] / 29 November 2024 |
Written in | Java |
Type | Security testing |
Website | portswigger![]() |
Burp Suite is a proprietary software tool for security assessment and penetration testing of web applications. [2] [3] It was initially developed in 2003-2006 by Dafydd Stuttard [4] to automate his own security testing needs, after realizing the capabilities of automatable web tools like Selenium. [5] Stuttard created the company PortSwigger to flagship Burp Suite's development. A community, professional, and enterprise version of this product are available.
Notable capabilities in this suite include features to proxy web-crawls (Burp Proxy), [6] log HTTP requests/responses (Burp Logger and HTTP History), capture/intercept in-motion HTTP requests (Burp Intercept), [7] and aggregate reports which indicate weaknesses (Burp Scanner). [8] This software uses a built-in database containing known-unsafe syntax patterns and keywords to search within captured HTTP requests/responses. [9]
Burp Suite possesses several penetration-type functionalities. A few built-in PoC services include tests for HTTP downgrade, [10] interaction with tool-hosted external sandbox servers (Burp Collaborator), [11] and analysis for pseudorandomization strength (Burp Sequencer). [12] This tool permits integration of user-defined functionalities through download of open-source plugins (such as Java Deserialization Scanner [13] and Autorize [14] ).
As a web security analyzer, Burp Suite offers several built-in features designed to assist testers in auditing their web applications.
The Community Edition version of Burp Suite includes the following features. [15]
Burp Suite's Professional edition includes all Community features plus those listed below.
BApps Burp Suite offers an extension store [36] where users can upload and download plugins for functionalities not supported natively. Different plugins alter in functionality, ranging from adjustments for UI readability, additions to scanner rules, and implementations of new analysis-based features.
Burp Suite's extension API is open-source. [37] [38] Support for Java plugins is natively supported, while extensions which use Python and Ruby require users to download JAR files for Jython and JRuby respectively. [39]
Many Burp plugins have also been created by Portswigger employees as a means of developing proof-of-concepts for research conducted by the company. [40] Examples of these include extensions created by James Kettle, Portswigger's Director of Research, [41] including Backslash Powered Scanner, [42] [43] Param Miner, [44] [45] and HTTP Request Smuggler. [46] [47]
BChecks were added to Burp Suite in June 2023 [48] as a means of permitting users to create and customize their own scanner rules. [49] A curated collection of BChecks are maintained by Portswigger through an open-source GitHub project. [50]
Users can write Java scripts to create custom HTTP request/response index filtering in Burp Suite's proxy HTTP History, WebSocket History, and Logger lists. [51] [52]
{{cite web}}
: CS1 maint: url-status (link){{cite web}}
: CS1 maint: url-status (link)