# crack_test **Repository Path**: rayokhh/crack_test ## Basic Information - **Project Name**: crack_test - **Description**: crack_test - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-10 - **Last Updated**: 2023-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Crack Install: ```shell cd ./build cmake .. make cd .. ``` 将生成CrackTest(测试程序)以及WmemGen(虚拟执行程序) ## Usage: CrackTest测试程序: ```shell ./CrackTest -h | -400 | -2100 -p -c ``` -400: Use WordPress algorithm -2100: Use mscache2 algorithm WmemGen虚拟执行程序: ```shell ./WmemGen -h | -400 | -pl -c ``` ## Example ### wordpress ```shell ./CrackTEST -p password -c "\$P\$BhucNJ7lXftotUpGvc0aycN5.6xS4H." ``` ```shell ./CrackWmem -400 -pl 8 -c "\$P\$BhucNJ7lXftotUpGvc0aycN5.6xS4H." ``` ### MS Cache2 - 2100 ```shell ./CrackTest -2100 -p password -c "\$DCC2\$10240#Administrator#4c253e4b65c007a8cd683ea57bc43c76" ``` ## ## 执行WmemGen后重新编译实际程序 ```shell cd ./build cmake .. make cd .. ./CrackTest -400 -p password -c "\$P\$BhucNJ7lXftotUpGvc0aycN5.6xS4H." ``` 对应宏将输出wmem中起始地址 ![](C:\Users\A\AppData\Roaming\marktext\images\2023-11-14-00-31-38-image.png)