Tag Archives: mysql

Howto recovery mysql root password

Five steps to recovery root password of mysql server Stop mysql server # /etc/init.d/mysql stop 2. Start mysql server without password # mysqld_safe –skip-grant-tables & 3. Connect to mysql server using mysql client # mysql -u root the output will … Continue reading

Posted in Information | Tagged , , | Leave a comment

Pass Phrase Cracking tool

Overview: phrasen|drescher is a modular and multi processing pass phrase cracking tool. In this tutorial, I will show how crack MSSQL passwords. You can download file here: https://labs.portcullis.co.uk/application/phrasen-drescher/ or here: http://stuffresearch.tor.hu/tools/phrasendrescher-1.1.1.tar.gz Instalation Instructions: First, install libssh2. Gentoo: # emerge libssh2 … Continue reading

Posted in Tools | Tagged , , , | Leave a comment