homebrew-cask/Casks/burp-suite.rb

20 lines
696 B
Ruby

cask 'burp-suite' do
version '1.7.35'
sha256 '1fcc57822bc463acd8e72117cdf7b80abcae8075184c6a78af544bc92231a491'
url "https://portswigger.net/burp/releases/download?product=community&version=#{version}&type=macosx"
appcast 'https://portswigger.net/burp/releasesarchive/community'
name 'Burp Suite'
homepage 'https://portswigger.net/burp/'
installer script: {
executable: 'Burp Suite Community Edition Installer.app/Contents/MacOS/JavaApplicationStub',
args: ['-q'],
sudo: true,
}
uninstall delete: '/Applications/Burp Suite Community Edition.app'
zap trash: '~/.BurpSuite'
end