Posts: 2
	Threads: 1
	Joined: Apr 2021
	
	
 
	
	
		Hi, I need to crack an 8 character long password, I need the brute force to use Uppercase, lowercase, numbers and maybe symbols, but I want to do one Bruteforce without symbols first.
How would I do this, I am very new to hashcat, and how would I make hashcat use multiple GPUs
	
	
	
	
	
 
 
	
	
	
		
	Posts: 39
	Threads: 1
	Joined: Jan 2019
	
	
 
	
	
		 (04-13-2021, 10:20 AM)Daniel Wrote:  Hi, I need to crack an 8 character long password, I need the brute force to use Uppercase, lowercase, numbers and maybe symbols, but I want to do one Bruteforce without symbols first.
How would I do this, I am very new to hashcat, and how would I make hashcat use multiple GPUs
You want to read the wiki page as your wish is very basic and well documented. Sorry to not deliver the "ready to crack command line". 
hint: You will need the attack mode 3 -> -a 3
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 2
	Threads: 1
	Joined: Apr 2021
	
	
 
	
	
		Ok, thanks. I was really just looking for if it was even an option and if so how hard it would be. But thank you!
	
	
	
	
	
 
 
	
	
	
		
	Posts: 39
	Threads: 1
	Joined: Jan 2019
	
	
 
	
	
		 (04-13-2021, 10:40 AM)Daniel Wrote:  Ok, thanks. I was really just looking for if it was even an option and if so how hard it would be. But thank you!
You will manage it :-)