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 | 31 |
Tags
- Windows
- GitLab
- G-suite
- freebsd
- ssh key 배포
- ELASTIC
- Kibana server is not ready yet
- Kibana
- miniconda
- bash
- 보안양파
- docker
- endpoint security
- proxycfg
- macos
- Proxy
- centos 8
- pfsense
- XCP-ng
- 로그인불가
- x-pack
- hardening
- application security
- 한글가이드
- xe guest utilities
- PlayBook
- Elasticsearch
- ansible
- elastic stack
Archives
- Today
- Total
선 밖에 선 자유인
John the ripper 를 이용한 패스워드 Audit 본문
# wget http://www.openwall.com/john/j/john-1.8.0.tar.gz
# cd john-1.8.0/src
# make linux-x86-64
# cd ../run/
# ./unshadow /etc/passwd /etc/shadow > passwd.1
# ./john passwd.1
5-10분 정도 실행 시에도 아무런 반응이 없는 경우 취약한 패스워드가 없는 것으로 간주, Ctrl +C 로 종료.
결과는 john.pot 파일에 암호화 되어 저장됨
Comments