SSH Private-Key cracker">

I tried to crack (brute force) my private SSH key I use, but I couldn't find a working tool for Windows, so I modified a simple private key cracker done by anonymous@echo.or.id. I also tweaked it a bit, I increased ...Read More

A quick and dirty Windows password recovery: Boot the Backtrack CD. Change dir to your Windows mount point: # cd /mnt/hda2/WINDOWS/system32/config Copy the SAM and the system Registry hive to the temp dir: # cp SAM /tmp # cp system /tmp Prepare our wordlist: # cd /pentest/password/dictionaries/ # gunzip ...Read More