cask 'burp-suite' do version '1.7.14' sha256 'c2a9177e822dcb11c9b8135889bd5395b7f059d450e99e89c20b8e380c7aa479' 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