wget 을 이용
- 아래 옵션을 해당 아래디렉토리까지 모두 긁어옴
[root@localhost ]# wget -rnp http://도메인
아파치에서 해당 옵션막기
- 긁어가기가 된다면...이를 막는 방법도...
BrowserMatch "Wget" go_out
# 디렉토리별 설정제한
Options IncludesNoExec ExecCGI
AllowOverride None
Order allow,deny
Allow from all
Deny from env=go_out
에러로그
시스템 아파치 로그
x11.xxx.111.xxx - - [13/Dec/2010:12:00:56 +0900] "GET / HTTP/1.0" 403 270
x11.xxx.111.xxx - - [13/Dec/2010:12:01:04 +0900] "GET / HTTP/1.0" 403 270
x11.xxx.111.xxx - - [13/Dec/2010:12:01:07 +0900] "GET / HTTP/1.0" 403 270