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 |
Tags
- SuNiNaTas
- 정렬
- Network
- misc
- 백준
- 문자열
- php
- writeup
- 수학
- HackCTF
- cryptography
- xcz.kr
- Incognito
- Web
- wargame
- Python
- Digital Forensics
- 그리디 알고리즘
- 구현
- N0Named
- Database
- Web Hacking
- MySQL
- 써니나타스
- Text
- 사칙연산
- 인코그니토
- CTF
- Forensics
- C
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을 직접 설치할 수 있다.
John the Ripper password cracker
John the Ripper password cracker John the Ripper is an Open Source password security auditing and password recovery tool available for many operating systems. John the Ripper jumbo supports hundreds of hash and cipher types, including for: user passwords o
www.openwall.com
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