Brute-force attack
#1
hi there 
I am new in hashcat  
I am trying to crack wpa password using brute force attack with password min 8 and max 10
I have type the command as show 

./hashcat -m 22000  -a 3  -i --increment-min 8  --increment-min 10    amr.hc22000  -1 ?l?d  ?1?1?1?1?1?1?1?1

i am using colab of google 

this is the error massage  I have  

  File "<ipython-input-19-4b8c06ed19d6>", line 1
    ./hashcat -m 22000  -a 3  -i --increment-min 8  --increment-min 10    amr.hc22000
    ^
SyntaxError:


can any one help me what is the wrong.

thanks 
Reply
#2
./hashcat -m22000 -a3 -w4 --self-test-disable --hwmon-disable --status --status-timer=60 --outfile-format=2 -i --increment-min=8 --increment-min=10 -1 ?l?d ?1?1?1?1?1?1?1?1?1?1 amr.hc22000


Here is full information https://hashcat.net/wiki/
Reply