cask 'burp-suite' do version '1.7.17' sha256 '77740b44eebba7dce56cc866380a7cf94fca4536c22d14edb183d2f7f7a3177c' url "https://portswigger.net/Burp/Releases/Download?productId=100&version=#{version}&type=MacOsx" name 'Burp Suite' homepage 'https://portswigger.net/burp/' installer script: { executable: 'Burp Suite Free Edition Installer.app/Contents/MacOS/JavaApplicationStub', args: %w[-q], sudo: true, } uninstall delete: '/Applications/Burp Suite Free Edition.app' zap delete: '~/.BurpSuite' caveats do depends_on_java end end