-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathattack.html
74 lines (60 loc) · 1.59 KB
/
attack.html
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<html>
<head>
<title>Ad-versarial Webpage for Percival</title>
</head>
<body style="background-color: rgb(161, 216, 154)">
<h1>Attacks against Percival</h1>
<p>When this page is displayed with the Percival browser, only the adversarial Jack Ryan advertisement is shown.</p>
<h3>Examples of ads:</h3>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<p>Jack Ryan 225x225</p>
</td>
<td>
<p>Pepsi 225x225</p>
</td>
</tr>
<tr>
<td>
<img src="images/jackryan_ad_225x225.png">
</td>
<td>
<img src="images/pepsi_crop_225x225.png">
</td>
</tr>
</table>
<h3>Adversarial ads:</h3>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<p>Jack Ryan 225x225</p>
</td>
</tr>
<tr>
<td>
<img src="images/jackryan_adv_225x225.png">
</td>
</tr>
</table>
<h3>False positive images:</h3>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<p>FP white 225x225</p>
</td>
<td>
<p>FP gray 225x225</p>
</td>
</tr>
<tr>
<td>
<img src="images/fp_adv_white_225x225.png">
</td>
<td>
<img src="images/fp_adv_gray_225x225.png">
</td>
</tr>
</table>
</body>
</html>