Password Recovery For Netflow Analyzer December 6, 2010
Posted by matinu in Notes.trackback
Password Recovery For Netflow Analyzer
Recovery password untuk NetflowAnalyzer milik zoho corp, sebetulnya sama saja dengan mereset password di Device expert, dan ini untuk mengingantkan saja agar tidak perlu cari cari. Langkah-langkah berikut saya copy paste link diatas (hanya perubahan portnya)
To connect to mysql
Masuk dulu ke homdir mysl dari NetflowAnalyzer
From Windows machine :
/bin/mysql -P 13310 netflow
From Linux machine :
/bin/mysql -u root -S /tmp/mysql.sock netflow -P 13310
And execute (copy-paste) the following query to reset admin user password to “admin”
update AaaPassword set PASSWORD=’Ok6/FqR5WtJY5UCLrnvjQQ==’ , SALT=12345678 where PASSWORD_ID=1;
Setelah itu lakukan login seperti biasa, password akan kembali pada defaultnya yaitu user admin dengan password admin.
Advertisement








I strongly oppose this blog. You are violating the privacy and and it is illegal to publish the password reset procedure here.
Please delete the blog.
I am sorry, but every things depend on the purpose. I thing it will usefull for the admin were they lost password or forgot his password.