Categories
Archives
June 2023 M T W T F S S « Jul 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Tag Archives: password
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
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