cask 'burp-suite' do version '1.7.36' sha256 '51561f308d268410201154efecd60c30c3142ad532458197534abc0af006598a' 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