apache version hide 썸네일형 리스트형 [draft] apache(httpd), PHP 버전 숨기기 apache(httpd), PHP 버전 숨기기서버 HTTP 헤더를 보는 방법(apache 및 PHP 버전 확인)wget 명령wget --server-response --spider localhost$ wget --server-response --spider localhostSpider mode enabled. Check if remote file exists.--2022-03-08 21:54:05-- http://localhost/Resolving localhost (localhost)... 127.0.0.1Connecting to localhost (localhost)|127.0.0.1|:80... connected.HTTP request sent, awaiting response... HTTP/1.. 더보기 [draft] Apache(HTTP) 및 PHP 버전 정보 노출 막기 Apache(HTTP) 및 PHP 버전 정보 노출 막기HTTP 헤더에서 Apache 및 PHP 버전 확인curl -I http://localhost$ curl -I localhostHTTP/1.1 302 FoundDate: Fri, 28 Jan 2022 01:57:45 GMTServer: Apache/2.4.46 (Unix) OpenSSL/1.1.1k PHP/7.3.25Location: http://www.sangchul.kr/404.htmlContent-Type: text/html; charset=iso-8859-1 wget --server-response --spider http://localhost-S,--server-response : HTTP 서버에서 보낸 헤더와 FTP 서버에서 보낸 응답을 인.. 더보기 이전 1 다음