일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- bash
- macos
- endpoint security
- docker
- XCP-ng
- proxycfg
- Kibana server is not ready yet
- Kibana
- x-pack
- ansible
- application security
- Windows
- G-suite
- centos 8
- 한글가이드
- ssh key 배포
- ELASTIC
- 보안양파
- Elasticsearch
- elastic stack
- xe guest utilities
- hardening
- GitLab
- PlayBook
- pfsense
- Proxy
- miniconda
- 로그인불가
- freebsd
- Today
- Total
목록IT (650)
선 밖에 선 자유인
FreeBSD 방화벽pfSense를 이용한 URL 차단 방법 https://doc.pfsense.org/index.php/Blocking_websiteshttps://turbofuture.com/internet/URL-Filtering-How-To-Configure-SquidGuard-in-pfSense
http://www.openwall.com/john/ - 지원 포맷http://pentestmonkey.net/cheat-sheet/john-the-ripper-hash-formats
https://technet.microsoft.com/en-us/library/dd772723(v=ws.10).aspx Protocol and Port AD and AD DS Usage Type of traffic TCP and UDP 389 Directory, Replication, User and Computer Authentication, Group Policy, Trusts LDAP TCP 636 Directory, Replication, User and Computer Authentication, Group Policy, Trusts LDAP SSL TCP 3268 Directory, Replication, User and Computer Authentication, Group Policy, T..
#!/bin/bash for i in `cat ` do ping -q -c2 $i > /dev/null if [ $? -eq 0 ]; then echo $i " : Success" else echo $i " : Fail" fi done
- Wordfence https://wordpress.org/plugins/wordfence/
- Docker bench를 이용한 보안 점검https://github.com/docker/docker-bench-securityhttps://hub.docker.com/r/docker/docker-bench-security/builds/b3udw5npr42gcb82mlqoxsf/