[+] Sử dụng các hàm system call của php để thực thi các command
các hàm system call thường là
exec -->> http://php.net/manual/en/function.exec.php
passthru -->> http://www.php.net/manual/en/function.passthru.php
system -->> http://www.php.net/manual/en/function.system.php
shell_exec -->>...