forked from webpwnized/mutillidae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
framer.html
executable file
·42 lines (42 loc) · 1.43 KB
/
framer.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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "https://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="./styles/global-styles.css" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Framer</title>
</head>
<body>
<table style="margin-left:auto; margin-right:auto;">
<tr><td> </td></tr>
<tr><td><div class="page-title">Framer</div></td></tr>
<tr><td> </td></tr>
<tr>
<td colspan="2" class="form-header">This page attempts to frame Mutillidae. If it succeeds, we have a defect in our code.
<br />
Are we being framed?
</td>
</tr>
<tr><td> </td></tr>
<tr>
<td class="informative-message">
Hint: Toggle through the security levels. What happens at security level 5?<br/><br/>
Is there a new HTTP header at security level 5 that prevents framing?
Burp-Suite might be useful.
</td>
</tr>
<tr>
<td>
<div style="text-align: center;">
<img src="./images/coykillericon.png" width="65px" height="50px" style="vertical-align: middle;" />
<a href="index.php" style="text-decoration: none; font-weight: bold; font-size: 18pt;">Return to Mutillidae</a>
</div>
</td>
</tr>
<tr><td></td></tr>
</table>
<div style="text-align: center;">
<iframe src="index.php" frameborder="1" width="800px" height="600px"></iframe>
</div>
</body>
</html>