mikjaer

Untitled

Feb 24th, 2020
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1.         if ($_REQUEST["screenshot"])
  2.         {
  3.             system("DISPLAY=:0 import -window root /var/www/temp/screenshot.png");
  4.             header("Content-Type: image/png");
  5.             print file_get_contents("/var/www/temp/screenshot.png");
  6.             die;
  7.         }
Add Comment
Please, Sign In to add comment