Last active
December 17, 2015 04:18
-
-
Save thypon/5549311 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!DOCTYPE html> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN"> | |
<head> | |
<script src="escape.js" type="text/javascript" charset="utf-8"></script> | |
<script type="text/javascript" language="javascript" charset="utf-8"> | |
//<![CDATA[ | |
if (escapeHTML(document.url) != document.url) { | |
document.href = "XSS" | |
} | |
//]]> | |
</script> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<meta name="keywords" content="" /> | |
<meta name="description" content="" /> | |
<meta name="generator" content="gvim" /> | |
<meta name="author" content="Andrea Brancaleoni" /> | |
<link rel="icon" href="favicon.ico" type="image/x-icon" /> | |
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> | |
<title>Vulnfind</title> | |
</head> | |
<body> | |
... | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment