Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
92,571
Downloads of v 2020.9.2:
7,076
Last Update:
30 Oct 2020
Package Maintainer(s):
Software Author(s):
- PortSwigger Ltd.
Tags:
burp-suite proxy security testing web-applications freeware- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Burp Suite Community Edition
This is not the latest version of Burp Suite Community Edition available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
92,571
Downloads of v 2020.9.2:
7,076
Maintainer(s):
Software Author(s):
- PortSwigger Ltd.
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Burp Suite Community Edition 2020.9.2
This is not the latest version of Burp Suite Community Edition available.
All Checks are Passing
2 Passing Test
To install Burp Suite Community Edition, run the following command from the command line or from PowerShell:
To upgrade Burp Suite Community Edition, run the following command from the command line or from PowerShell:
To uninstall Burp Suite Community Edition, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download burp-suite-free-edition --internalize --version=2020.9.2 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade burp-suite-free-edition -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade burp-suite-free-edition -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure burp-suite-free-edition installed
win_chocolatey:
name: burp-suite-free-edition
state: present
version: 2020.9.2
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'burp-suite-free-edition' do
action :install
version '2020.9.2'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: burp-suite-free-edition,
Version: 2020.9.2,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller burp-suite-free-edition
{
Name = 'burp-suite-free-edition'
Ensure = 'Present'
Version = '2020.9.2'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'burp-suite-free-edition':
provider => 'chocolatey',
ensure => '2020.9.2',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install burp-suite-free-edition version="2020.9.2" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 31 Oct 2020.
Burp Suite is an integrated platform for performing security testing of web applications. Its various tools work seamlessly together to support the entire testing process, from initial mapping and analysis of an application's attack surface, through to finding and exploiting security vulnerabilities.
Burp gives you full control, letting you combine advanced manual techniques with state-of-the-art automation, to make your work faster, more effective, and more fun.
Burp Suite Community Edition contains the following key components:
- An intercepting Proxy, which lets you inspect and modify traffic between your browser and the target application.
- An application-aware Spider, for crawling content and functionality.
- A Repeater tool, for manipulating and resending individual requests.
- A Sequencer tool, for testing the randomness of session tokens.
- Extensibility, allowing you to easily write your own plugins, to perform complex and highly customized tasks within Burp.
Burp is easy to use and intuitive, allowing new users to begin working right away. Burp is also highly configurable, and contains numerous powerful features to assist the most experienced testers with their work.
Burp Suite Community Edition requires the official Java SE Runtime Environment 13 or later.
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
$appDir = "${toolsDir}\app"
$packageArgs = @{
packageName = 'burp-suite-free-edition'
fileFullPath = "${appDir}\burpsuite.jar"
url = 'https://portswigger.net/Burp/Releases/Download?productId=100&version=2020.9.2&type=jar'
checksum = '2f403d91683a08bf91b95d9c47d6106e61255b7a480a27cc1952902cd3d89f9bf53fd5f3532d5459ecb5aeebcc783cb4c52ea48011045df106c9cc03753f4346'
checksumType = 'sha512'
}
Get-ChocolateyWebFile @packageArgs
$env:ChocolateyPackageInstallLocation = $appDir
$menuPrograms = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutArgs = @{
shortcutFilePath = "${menuPrograms}\Burp Suite Community Edition.lnk"
targetPath = "${env:JAVA_HOME}\bin\javaw.exe"
arguments = "-jar `"${appDir}\burpsuite.jar`""
iconLocation = "${toolsDir}\icon.ico"
}
Install-ChocolateyShortcut @shortcutArgs
$menuPrograms = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = "${menuPrograms}\Burp Suite Community Edition.lnk"
If (Test-Path -Path $shortcutFilePath) {
Remove-Item -Path $shortcutFilePath -Force
}
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Burp Suite Community Edition 2020.12.1 | 1031 | Tuesday, January 12, 2021 | Approved |
Burp Suite Community Edition 2020.12 | 10 | Tuesday, January 12, 2021 | Approved |
Burp Suite Community Edition 2020.11.3 | 8 | Tuesday, January 12, 2021 | Approved |
Burp Suite Community Edition 2020.11.2 | 12 | Tuesday, January 12, 2021 | Approved |
Burp Suite Community Edition 2020.11.1 | 13 | Tuesday, January 12, 2021 | Approved |
Burp Suite Community Edition 2020.11 | 17 | Tuesday, January 12, 2021 | Approved |
Burp Suite Community Edition 2020.9.2 | 7076 | Friday, October 30, 2020 | Approved |
Burp Suite Community Edition 2020.9.1 | 5543 | Sunday, September 6, 2020 | Approved |
Burp Suite Community Edition 2020.9 | 37 | Sunday, September 6, 2020 | Approved |
Burp Suite Community Edition 2020.8.1 | 38 | Sunday, September 6, 2020 | Approved |
Burp Suite Community Edition 2020.8 | 43 | Sunday, September 6, 2020 | Approved |
Burp Suite Community Edition 2020.7 | 18 | Sunday, September 6, 2020 | Approved |
Burp Suite Community Edition 2020.6 | 31 | Wednesday, September 9, 2020 | Approved |
Burp Suite Community Edition 2020.5.1 | 6146 | Sunday, June 28, 2020 | Approved |
Burp Suite Community Edition 2020.5 | 27 | Sunday, June 28, 2020 | Approved |
Burp Suite Community Edition 2020.4.1.20200531 | 2747 | Sunday, May 31, 2020 | Approved |
Burp Suite Community Edition 2020.4.0.20200531 | 31 | Sunday, May 31, 2020 | Approved |
Burp Suite Community Edition 2020.2.1 | 4975 | Thursday, March 26, 2020 | Approved |
Burp Suite Community Edition 2020.2 | 2269 | Friday, March 6, 2020 | Approved |
Burp Suite Community Edition 2020.1 | 3584 | Sunday, February 9, 2020 | Approved |
Burp Suite Community Edition 2.1.07 | 4704 | Thursday, December 26, 2019 | Approved |
Burp Suite Community Edition 2.1.04 | 8595 | Sunday, September 29, 2019 | Approved |
Burp Suite Community Edition 2.1.02 | 7333 | Wednesday, August 7, 2019 | Approved |
Burp Suite Community Edition 2.1.01 | 108 | Wednesday, August 7, 2019 | Approved |
Burp Suite Community Edition 2.1 | 85 | Wednesday, August 7, 2019 | Approved |
Burp Suite Free Edition 1.7.36 | 24362 | Sunday, August 5, 2018 | Approved |
Burp Suite Free Edition 1.7.35 | 491 | Saturday, June 30, 2018 | Approved |
Burp Suite Free Edition 1.7.34 | 157 | Saturday, June 30, 2018 | Approved |
Burp Suite Free Edition 1.7.33 | 619 | Friday, March 30, 2018 | Approved |
Burp Suite Free Edition 1.7.32 | 454 | Sunday, February 18, 2018 | Approved |
Burp Suite Free Edition 1.7.30 | 566 | Friday, December 15, 2017 | Approved |
Burp Suite Free Edition 1.7.29 | 378 | Wednesday, November 22, 2017 | Approved |
Burp Suite Free Edition 1.7.28 | 301 | Sunday, November 19, 2017 | Approved |
Burp Suite Free Edition 1.7.27 | 591 | Saturday, September 9, 2017 | Approved |
Burp Suite Free Edition 1.7.26 | 412 | Sunday, August 6, 2017 | Approved |
Burp Suite Free Edition 1.7.24 | 368 | Tuesday, July 18, 2017 | Approved |
Burp Suite Free Edition 1.7.23 | 501 | Wednesday, May 24, 2017 | Approved |
Burp Suite Free Edition 1.7.22 | 441 | Sunday, April 30, 2017 | Approved |
Burp Suite Free Edition 1.7.21 | 396 | Friday, April 7, 2017 | Approved |
Burp Suite Free Edition 1.7.19 | 479 | Friday, March 3, 2017 | Approved |
Burp Suite Free Edition 1.7.18 | 295 | Friday, March 3, 2017 | Approved |
Burp Suite Free Edition 1.7.17 | 404 | Friday, February 3, 2017 | Approved |
Burp Suite Free Edition 1.7.16 | 349 | Friday, January 20, 2017 | Approved |
Burp Suite Free Edition 1.7.15 | 547 | Saturday, December 24, 2016 | Approved |
Burp Suite Free Edition 1.7.14 | 682 | Tuesday, December 20, 2016 | Approved |
Burp Suite Free Edition 1.7.13 | 397 | Friday, December 2, 2016 | Approved |
Burp Suite Free Edition 1.7.10 | 328 | Friday, November 4, 2016 | Approved |
Burp Suite Free Edition 1.7.06 | 430 | Friday, September 9, 2016 | Approved |
Burp Suite Free Edition 1.7.05 | 375 | Monday, August 22, 2016 | Approved |
PortSwigger Ltd. All Rights Reserved.
Ground Rules:
- This discussion is only about Burp Suite Community Edition and the Burp Suite Community Edition package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Burp Suite Community Edition, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.