Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster downloads for burp-suite and burp-suite-professional #168001

Merged
merged 7 commits into from
Mar 12, 2024
3 changes: 2 additions & 1 deletion Casks/b/burp-suite-professional.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
sha256 arm: "76bd3a77b7ec073f917bdaa5699a713118eb716b89f789c97e20ba464dfbff9d",
intel: "c7918500ad6625889e523cf7be9298d61751e726b82021df33b5dd3085eeb577"

url "https://portswigger.net/burp/releases/download?product=pro&version=#{version}&type=#{arch}"
url "https://portswigger-cdn.net/burp/releases/download?product=pro&version=#{version}&type=#{arch}",
verified: "portswigger-cdn.net/burp/releases/"
name "Burp Suite Professional"
desc "Web security testing toolkit"
homepage "https://portswigger.net/burp/pro"
Expand Down
3 changes: 2 additions & 1 deletion Casks/b/burp-suite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
sha256 arm: "1f96a5b21b8e0cf946ace9be27da2cdaa7ebc6b4a59209a424d5af0e50b739a3",
intel: "d928193466ef7320385d8467b6dcf00f1b32919a48c181b379f4b635047e79dd"

url "https://portswigger.net/burp/releases/download?product=community&version=#{version}&type=#{arch}"
url "https://portswigger-cdn.net/burp/releases/download?product=community&version=#{version}&type=#{arch}",
verified: "portswigger-cdn.net/burp/releases/"
name "Burp Suite Community Edition"
desc "Web security testing toolkit"
homepage "https://portswigger.net/burp/"
Expand Down