반응형
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 |
Tags
- mac os git error
- java 버전 변경
- springboot
- log error
- Java 1.8
- querydsl no sources given
- java 1.8 11
- java 11
- AWS CLI
- No tests found for given includes
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- property or field 'jobparameters' cannot be found on object of type
- springboottest
- LeetCode
- parse
- maybe not public or not valid?
- easy
- el1008e
- springbatch error
- OpenFeign
- Medium
- yum install java
- no sources given
- 스프링부트테스트
- error
- java 여러개 버전
- java
- java version
- JUnit
- aws
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