How to use CUDA-Multiforcer to recover the linux password

Hi Guys
Linux use the crypt() function to encrypt the password.
The format of the key is like $id$salt$encrypted
ID | Method
1 | MD5
2a | Blowfish (not in mainline glibc; added in some
| Linux distributions)
5 | SHA-256 (since glibc 2.7)
6 | SHA-512 (since glibc 2.7)
For example, the key in the /etc/shadow is
shuiziliu:$6$96ULO.I/$aig03G/IEKqu08KyYH2BO.S.7.rURkCR2vMf4n3Wv6OIpwAiwjav/uCpJTYs9RAiCLHbRwSYuCl4yRkkEPwwT1:15048:0:99999:7:::
How can I use CUDA-Multiforcer to recover it?
Linux use the crypt() function to encrypt the password.
The format of the key is like $id$salt$encrypted
ID | Method
1 | MD5
2a | Blowfish (not in mainline glibc; added in some
| Linux distributions)
5 | SHA-256 (since glibc 2.7)
6 | SHA-512 (since glibc 2.7)
For example, the key in the /etc/shadow is
shuiziliu:$6$96ULO.I/$aig03G/IEKqu08KyYH2BO.S.7.rURkCR2vMf4n3Wv6OIpwAiwjav/uCpJTYs9RAiCLHbRwSYuCl4yRkkEPwwT1:15048:0:99999:7:::
How can I use CUDA-Multiforcer to recover it?