일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 보안양파
- G-suite
- 한글가이드
- PlayBook
- Elasticsearch
- Kibana server is not ready yet
- application security
- 로그인불가
- ssh key 배포
- freebsd
- macos
- Proxy
- ELASTIC
- GitLab
- hardening
- Kibana
- endpoint security
- ansible
- docker
- centos 8
- proxycfg
- XCP-ng
- bash
- Windows
- x-pack
- miniconda
- xe guest utilities
- pfsense
- elastic stack
- Today
- Total
목록전체 글 (677)
선 밖에 선 자유인
- squid 로그를 syslog-ng로 전송http://eric.lubow.org/2007/system-administration/syslog-ng-and-squid-logging/
- LDAP 서버 설치 및 관리http://sparcs.kaist.ac.kr/seminar/attachment/chocho-20140806-0.pdf - Openldap 서버 구축 in CentOS 6 (잘 나와 있네)http://docs.adaptivecomputing.com/viewpoint/hpc/Content/topics/1-setup/installSetup/settingUpOpenLDAPOnCentos6.htm https://wiki.gentoo.org/wiki/Centralized_authentication_using_OpenLDAP/kohttp://www.thegeekstuff.com/2015/01/openldap-linux/
- Cloud-init 이용 : http://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/user-data.html#user-data-cloud-init - Shell script 이용 : http://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/user-data.html#user-data-shell-scripts
출처: http://ssabro.tistory.com/1
웹 서버별 Strong Ciphers List https://cipherli.st/
python 으로 제작된 Network Infra Penetration Testing Tool Requirements: - Kali 에서 아래 패키지들 먼저 설치 – nmap (for adding hosts)– hydra (for the brute tab)– cutycapt (for screenshots) apt-get install python-elixir python-qt4 xsltprocapt-get install nmap hydra cutycaptapt-get install ldap-utils rwho rsh-client x11-apps finger http://sparta.secforce.com/
- Nginx 보안 관련 내용 https://geekflare.com/nginx-webserver-security-hardening-guide/
https://www.lesstif.com/pages/viewpage.action?pageId=24444948 $ sudo apt install libpam-google-authenticator /etc/ssh/sshd_config 설정 PasswordAuthentication yes ChallengeResponseAuthentication yes UsePAM yes PermitEmptyPasswords no /etc/pam.d/sshd 파일에 아래 내용 추가 auth required pam_google_authenticator.so nullok $ sudo systemctl restart sshd 사용자 계정에서 google-authenticator 실행하여 등록 $ google-authenticato..