Guest User

Untitled

a guest
Jun 23rd, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. $command = "/bin/sh /usr/bin/clamdscan --stdout --no-summary --fdpass /eicar_com.zip";
  2. $out = '';
  3. $int = -1;
  4.  
  5. exec($command, $out, $int);
  6.  
  7. print_r($out);
  8. echo $int;
Add Comment
Please, Sign In to add comment