Tag: 转向预览模式: 普通 | 列表

转向脚本收集

1、<script>location.assign('http://www.xxx.com');</script>
2、<script>document.location="http://www.xxx.com";</script>
3、<script>window.location="http://www.xxx.com";</script>
4、<%response.redirect "http://www.xxx.com"%>
5、<meta http-equiv=refresh content=0;URL=http://www.xxx.com>

查看更多...

Tags: 转向

分类:技术 | 固定链接 | 评论: 0 | 引用: 105 | 查看次数: 815