일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Elasticsearch
- Kibana
- GitLab
- freebsd
- ELASTIC
- Kibana server is not ready yet
- 한글가이드
- Proxy
- proxycfg
- 로그인불가
- PlayBook
- centos 8
- pfsense
- macos
- endpoint security
- elastic stack
- bash
- 보안양파
- application security
- ssh key 배포
- docker
- Windows
- XCP-ng
- G-suite
- miniconda
- ansible
- xe guest utilities
- hardening
- x-pack
- Today
- Total
목록IT/System & Network (299)
선 밖에 선 자유인
http://www.nedi.ch/https://help.ubuntu.com/community/NediHowTo
- Apache HTTP Method 취약 확인 [root@CentOS-6-APM apache]# curl -I -X OPTIONS http://localhost HTTP/1.1 200 OKDate: Fri, 25 Nov 2016 02:06:50 GMTServer: ApacheAllow: OPTIONS,GET,HEAD,POST,TRACEContent-Length: 0 Content-Type: text/html - Document Root 디렉터리 설정 부분에 아래와 같이 설정 (** 이 때 주의: 부분이 아닌 과 같이 DocumentRoot 에 설정해 줘야함) AllowOverride None Require all granted Order deny,allow Deny from all - Apache 재구..
https://gist.github.com/Benedikt1992/e88c2114fee15422a4eb apache 버전은 httpd-2.4.16 => 2.4.23 으로 변경하여 설치
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/pdf/System_Administrators_Guide/Red_Hat_Enterprise_Linux-7-System_Administrators_Guide-en-US.pdf
vi 명령어 정리 http://webs.co.kr/?document_srl=256460 출처: http://gyuha.tistory.com/157
컴파일 옵션 예시 출처: https://gist.github.com/envi/5523460 ./configure \--prefix=/usr/local/stow/nginx \--conf-path=/etc/nginx/nginx.conf \--sbin-path=/usr/sbin \--http-log-path=/var/log/nginx/access.log \--error-log-path=/var/log/nginx/error.log \--pid-path=/var/run/nginx.pid \--lock-path=/var/lock/nginx.lock \--http-client-body-temp-path=/var/lib/nginx/body \--http-proxy-temp-path=/var/lib/nginx/proxy..
nginx 설치 전 소스 수정 nginx-1.8.1/src/http/ngx_http_header_filter_module.c 49번째 라인 수정 49 static char ngx_http_server_string[] = "Server: nginx" CRLF; 50 static char ngx_http_server_full_string[] = "Server: " NGINX_VER CRLF; => 49 static char ngx_http_server_string[] = "change" CRLF; 50 static char ngx_http_server_full_string[] = "change" CRLF; buid 후 install
특정 폴더에 다운로드 하기 $ wget -P or$ wget -P