mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "3.5.0",
 | 
						|
    "description": "A tool to brute-force URIs, DNS subdomains or Virtual Host names",
 | 
						|
    "homepage": "https://github.com/OJ/gobuster",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/OJ/gobuster/releases/download/v3.5.0/gobuster_3.5.0_Windows_x86_64.zip",
 | 
						|
            "hash": "6b2df88eb8fc3046f54116992e9a924284d2ebb228c810eb8e799a18181e2ec8"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/OJ/gobuster/releases/download/v3.5.0/gobuster_3.5.0_Windows_i386.zip",
 | 
						|
            "hash": "f226d809bf4eb1ea27bd3a9f59c5892b549a2edd634127a2361652ddafa5b7e0"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/OJ/gobuster/releases/download/v3.5.0/gobuster_3.5.0_Windows_arm64.zip",
 | 
						|
            "hash": "276c533e1f3b2a222ab0775516ba297aee18d017fcb051fc05a94ce4d421ce94"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "gobuster.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/OJ/gobuster/releases/download/v$version/gobuster_$version_Windows_x86_64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/OJ/gobuster/releases/download/v$version/gobuster_$version_Windows_i386.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/OJ/gobuster/releases/download/v$version/gobuster_$version_Windows_arm64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |