Name: Anonymous 2009-03-05 10:59
Oh hai /tech/.
I have a dump from database, and need to find out the password to a MySQL server from there.
Is this even possible?
Here are the relevant lines:
>-- phpMyAdmin SQL Dump
>-- version 2.8.1
>INSERT INTO `users` VALUES ('admin', '72f09212a6c4b205cd4fef6cca786870', 'Administrator', '', '', '', '', '', '', '', '21232f297a57a5a743894a0e4a801fc3', 'ready', '2006-09-26 10:07:32', '1', '', 'Administrator', 0, 100, '');
The value of interest is this:
>72f09212a6c4b205cd4fef6cca786870
(written into user table as 'pass' value)
and probably this:
>21232f297a57a5a743894a0e4a801fc3
(written into user table as 'key' value)
Is this solvable?
I have a dump from database, and need to find out the password to a MySQL server from there.
Is this even possible?
Here are the relevant lines:
>-- phpMyAdmin SQL Dump
>-- version 2.8.1
>INSERT INTO `users` VALUES ('admin', '72f09212a6c4b205cd4fef6cca786870', 'Administrator', '', '', '', '', '', '', '', '21232f297a57a5a743894a0e4a801fc3', 'ready', '2006-09-26 10:07:32', '1', '', 'Administrator', 0, 100, '');
The value of interest is this:
>72f09212a6c4b205cd4fef6cca786870
(written into user table as 'pass' value)
and probably this:
>21232f297a57a5a743894a0e4a801fc3
(written into user table as 'key' value)
Is this solvable?