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
- ssh key 배포
- bash
- endpoint security
- Proxy
- miniconda
- ELASTIC
- freebsd
- Windows
- centos 8
- Kibana
- application security
- x-pack
- macos
- docker
- ansible
- 로그인불가
- PlayBook
- XCP-ng
- Kibana server is not ready yet
- xe guest utilities
- 보안양파
- 한글가이드
- pfsense
- hardening
- proxycfg
- elastic stack
- GitLab
- Elasticsearch
- G-suite
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