VM에 Ubuntu Server 12.04가 설치되어 있습니다. 이 서버에는 apache2-mpm-prefork 및 libapache2-mod-php5가 설치되어 있습니다. 나는 통나무를 살펴보고 최근에 의심스러운 항목을 발견했습니다.
xx.xx.xx.xx - - [20/Jan/2014:09:00:04 +0000] "HEAD / HTTP/1.0" 200 274 ...
xx.xx.xx.xx - - [20/Jan/2014:09:00:23 +0000] "POST /cgi-bin/php?%2D%64+...
xx.xx.xx.xx - - [20/Jan/2014:09:00:25 +0000] "POST /cgi-bin/php5?%2D%64...
...
이후 내용을 디코딩하면 php?...
다음과 같은 결과가 발생합니다.
-d allow_url_include=on -d safe_mode=off -d suhosin.simulation=on -d
disable_functions="" -d open_basedir=none -d
auto_prepend_file=php://input -d cgi.force_redirect=0 -d
cgi.redirect_status_env=0 -n
이것이 내가 염려해야 할 것입니까?