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
- CTF
- 그리디 알고리즘
- SuNiNaTas
- 정렬
- 백준
- Digital Forensics
- 써니나타스
- HackCTF
- 인코그니토
- MySQL
- 사칙연산
- Python
- writeup
- Web Hacking
- xcz.kr
- wargame
- Network
- Incognito
- php
- Forensics
- C
- 문자열
- Web
- N0Named
- 구현
- cryptography
- misc
- 수학
- Text
- Database
Archives
- Today
- Total
목록John the Ripper (1)
보안을 그리다, 훈이

Password crack tool인 John The Ripper를 macOS에서 사용할 일이 생겨 설치 및 설정을 여러번 해보았으나 zip2john을 사용하는데 있어 오류가 발생하여 시행착오를 줄이고자 설치 및 zip 파일 비밀번호 해제 방법을 공유한다. John The Ripper 설치 [john + zip2john] > git clone "https://github.com/magnumripper/JohnTheRipper.git" && cd JohnTheRipper/src && ./configure && sudo make -s clean && sudo make -sj4 https://www.openwall.com/john/ 에서도 본인 환경에 맞는 JTR을 직접 설치할 수 있다. John the Ri..
macOS/settings
2021. 11. 25. 20:08