일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- PlayBook
- pfsense
- x-pack
- 한글가이드
- centos 8
- GitLab
- 로그인불가
- Kibana server is not ready yet
- G-suite
- ssh key 배포
- XCP-ng
- 보안양파
- bash
- miniconda
- macos
- proxycfg
- hardening
- freebsd
- endpoint security
- xe guest utilities
- application security
- Kibana
- Elasticsearch
- ELASTIC
- ansible
- elastic stack
- Windows
- Proxy
- docker
- Today
- Total
목록전체 글 (677)
선 밖에 선 자유인
aaa에서 태그를 제거하고 내용만 추출하고 싶은 경우 sed -e 's///;s///'
http://cyber.dbguide.net/lecture.php?code=AA017
요즘 파이썬 초보자들을 위한 좋은 사이트들이 많네http://pythonstudy.xyz/python/article/20-%EC%98%88%EC%99%B8%EC%B2%98%EB%A6%AC
MDL정보를 확인 중 제공된 데이터에서 아래와 같이 문제가 있는 domain 정보가 있는 것이 확인됨| 766440.comhttps: || aa-concrete.comhttps: || akucintapasuruan.idhttps: | | alpha-lam.co.ukhttps: | 도메인 끝 부분에 "https:" 가 붙어 있는 불량 데이터임 * mysql database 에서 이와 같은 데이터를 모두 변경하는 방법 - 데이터 확인 (변경 시 문제가 없는지) mysql> select replace(domain, 'https:', '') from where domain like '%https:'; | 766440.com || aa-concrete.com || akucintapasuruan.id | | alp..
https://filterlists.com/https://zeltser.com/malicious-ip-blocklists/ malware 도메인 리스트를 찾는 중.. 다양한 필터 도메인 리스트가 존재함
https://zetawiki.com/wiki/%EB%A6%AC%EB%88%85%EC%8A%A4_%EA%B0%9C%EC%9D%B8%EC%84%9C%EB%AA%85_SSL_%EC%9D%B8%EC%A6%9D%EC%84%9C_%EC%83%9D%EC%84%B1
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
vSphere에서 SNMP 설정 시 개체 '"serviceSystem"에 대한 "HostServiceSystem.Start"을(를) 호출하지 못했습니다.' 와 같은 오류 발생시ssh 에서 아래와 같이 작업 # esxcli system snmp set --enable true# esxcli system snmp set --communities # esxcli system snmp set --enable true# /etc/init.d/snmpd restart