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
- Web
- cryptography
- 사칙연산
- 정렬
- C
- Network
- 써니나타스
- 인코그니토
- MySQL
- Web Hacking
- Python
- 그리디 알고리즘
- 수학
- Database
- Digital Forensics
- Incognito
- misc
- 구현
- 백준
- php
- SuNiNaTas
- N0Named
- 문자열
- HackCTF
- Text
- CTF
- xcz.kr
- writeup
- wargame
- Forensics
Archives
- Today
- Total
보안을 그리다, 훈이
[macOS] John The Ripper 설치 및 압축파일 비밀번호 해제하기 (zip2john) 본문
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을 직접 설치할 수 있다.
ZIP 파일 비밀번호 해제
> cd JohnTheRipper/run
> ./zip2john [filename.zip] > hash.txt
> ./john hash.txt
'macOS > settings' 카테고리의 다른 글
macOS 환경에서 Burp Suite 설치 및 설정하기 (0) | 2021.11.03 |
---|---|
[VScode] zsh Parse error (0) | 2021.09.24 |
Comments