mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* hashcat: add note to invoke it from install folder * hashcat: use a batch script as wrapper to fix #2804 * hashcat: remove note about batch script as wrapper * hashcat: update pre_install command
		
			
				
	
	
		
			27 lines
		
	
	
		
			840 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			840 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "6.2.5",
 | 
						|
    "description": "Advanced password recovery tool",
 | 
						|
    "homepage": "https://hashcat.net/hashcat/",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://hashcat.net/files/hashcat-6.2.5.7z",
 | 
						|
            "hash": "3e88d8aa97e857b9bae836048b38d31039ead18f7ad011f8c40d465758312519"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "hashcat-6.2.5",
 | 
						|
    "pre_install": "Set-Content -Value \"@echo off`r`npushd $dir`r`nhashcat.exe %*`r`npopd\" -Path \"$dir\\hashcat.cmd\"",
 | 
						|
    "bin": "hashcat.cmd",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/hashcat/hashcat"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://hashcat.net/files/hashcat-$version.7z"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "extract_dir": "hashcat-$version"
 | 
						|
    }
 | 
						|
}
 |