반응형
> git clone https://github.com/magnumripper/JohnTheRipper.git
> cd JohnTheRipper/src
> ./configure
> make
> ~/JohnTheRipper/run/zip2john
troubleshooting
checking for SSL_library_init in -lssl... no
configure: error: in `/home/ch4rli3kop/john-1.8.0-jumbo-1/src':
configure: error: JtR requires libssl being installed
See `config.log' for more details
sudo apt install libssl1.0-dev
checking for deflate in -lz... no
configure: error: in `/home/ch4rli3kop/john-1.8.0-jumbo-1/src':
configure: error: JtR requires libz being installed
See `config.log' for more details
sudo apt install libz-dev
반응형
'Information* > 알면도움됨' 카테고리의 다른 글
보호 기법 설정 gcc (0) | 2019.03.17 |
---|---|
python으로 실행파일 입력 주기 (0) | 2019.03.17 |
PIL과 Pillow (0) | 2019.03.11 |
Weather API 가 필요할 때 (0) | 2019.03.08 |
색 찾을 때 유용한 사이트 (0) | 2019.03.07 |