반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- java version
- el1008e
- Java 1.8
- Medium
- property or field 'jobparameters' cannot be found on object of type
- OpenFeign
- LeetCode
- log error
- No tests found for given includes
- parse
- JUnit
- java 11
- java
- java 버전 변경
- yum install java
- no sources given
- easy
- AWS CLI
- java 여러개 버전
- error
- springboot
- springboottest
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- maybe not public or not valid?
- mac os git error
- 스프링부트테스트
- querydsl no sources given
- aws
- java 1.8 11
- springbatch error
Archives
- Today
- Total
목록response header에서 정보 변경 (1)
쩨이엠 개발 블로그
Response Header에서 Server 노출여부 변경하기
서버의 정보를 노출하는 것도 해킹의 위험이 있다 그래서 보안 취약점으로 자주 걸리는 노출된 Server 정보를 숨기기로 한다 $ curl -i http://172.21.106.144:8080 HTTP/1.1 200 200 Date: Tue, 30 Jun 2020 08:51:33 GMT Server: Apache/2.4.5 (Unix) Set-Cookie: JSESSIONID=5B89ADE63BCD4E73EFD835B.Tomcat; Path=/; HttpOnly Content-Language: ko-KR Content-Length: 570 Vary: Accept-Encoding Content-Type: text/html;charset=UTF-8 curl을 날렸을 때 받는 Response에 Server 정보..
개발/ETC
2020. 7. 2. 10:22