{
    "version": "6.4.132-20260506060744",
    "homepage": "https://www.metasploit.com/",
    "description": "A popular framework used for penetration testing.",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://windows.metasploit.com/metasploit-framework-6.4.132-20260506060744-1rapid7-1-x64.msi",
            "hash": "b31ac24c27661f1958d7d129bc939992a2056e005e5f0688d46a96bca2dab786"
        }
    },
    "pre_install": "Remove-Item \"$dir\\*\" -Exclude 'metasploit-framework.zip' -Recurse; Expand-7zipArchive \"$dir\\metasploit-framework.zip\" \"$dir\" -Removal",
    "env_add_path": "bin",
    "checkver": {
        "url": "https://windows.metasploit.com/LATEST",
        "regex": "-([\\d.-]+)-1rapid7-1-x64"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://windows.metasploit.com/metasploit-framework-$version-1rapid7-1-x64.msi"
            }
        }
    }
}
