Ok, my problem is I am creating a user interface to crack SAM and SYSTEM files and dump the hash. The program then uploads the hash to our servers in which we will crack them and send the cracked password back to the user automatically (freeware of course).
Now my problem is to crack NTLM hash's u need a newer version of bkhive and samdump2 than what I currently have. So I went to
http://sourceforge.net/project/showfiles.p...ckage_id=222150 in which both bkhive and samdump are hosted (the versions I need). However the code is open source. I downloaded the source to find no project files, just c headers and code. I managed to somehow compile bkhive 1.1.1 with cygwin and it works fine on windows. But however, when i try to do the same with samdump2 it errors. I have tried every version receiving exactly the same error. I have not done much at all to do with compiling source, so I really have no idea where to go from here.
So my problem is how can i compile this source for windows....? If someone could take their time to compile it on their own computer and test that it works for me, I will be very thankful and quite willing to add your name to the authors of the finished project. If i can't get this running then I can't complete the project.
Thanks for your help
Ben
P.S. I tried to upload the source but new user and the whole permissions thing...
Ohh and I also thought about using pwdump7, but it turns out one in four antivirus programs block it as a hacking tool (which i suppose it is). Is there any possible way to get around this?
This post has been edited by l33titude: 5 Jun, 2009 - 02:12 AM