-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[master] Deploy 262f86ed4e6fbdff944aa036e82643312fc0f600
forkphorus/forkphorus@97b1bcf...262f86e Signed-off-by: Muffin <[email protected]>
- Loading branch information
1 parent
8c247f5
commit 122b143
Showing
3 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta name="robots" content="noindex"> | ||
</head> | ||
|
||
<body> | ||
<p>If the clobbering attack works, you'll see some big text below. If you just see an invalid image icon then it is safe.</p> | ||
|
||
<!-- name=currentScript overrides document.currentScript --> | ||
<!-- src= can be any URL, just needs to contain a ? anywhere to avoid an error in the query parser --> | ||
<img name="currentScript" src="data:text/html;,<h1>If you can see this, the clobbering attack worked</h1> <!-- ? -->"> | ||
|
||
<script src="../embed.js?id=280227362"></script> | ||
</body> | ||
|
||
</html> |